JUnit version 4.13.2
.10:43:50.380 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:43:50.386 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:43:50.387 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:43:50.507 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1295143803439077510
10:43:50.658 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:43:50.672 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:43:50.938 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:43:50.981 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:43:50.982 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
10:43:51.014 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
10:43:51.027 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:43:51.046 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
10:43:51.863 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:43:51.867 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
10:43:51.885 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:43:51.887 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:43:51.900 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:43:51.901 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:43:52.089 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:43:52.089 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:43:52.091 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:43:52.639 [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:43:52.639 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d, with PersistenceManager: null will be shutdown
10:43:52.669 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@13d673e5 created in the thread with id: 13
10:43:52.740 [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:43:52.974 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:52.976 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:52.977 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:52.977 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:52.979 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:52.979 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:53.652 [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:43:53.653 [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.97
10:43:53.653 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d
10:43:54.009 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
10:43:54.060 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
10:43:54.110 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
10:43:54.113 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
10:43:54.196 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:43:54.203 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:43:54.493 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:43:54.500 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
10:43:54.510 [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:43:54.511 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [34229]...
10:43:54.512 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:43:54.512 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:43:54.512 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
10:43:54.512 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
10:43:54.535 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:43:54.536 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:43:54.536 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:43:54.555 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:43:54.556 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34229]
10:43:54.557 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34229) in binary transport mode
10:43:54.578 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34229) current connections: 1
10:43:54.672 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
10:43:54.819 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskakXzgc/test-tmp
10:43:54.823 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
10:43:54.827 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskakXzgc/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
10:43:54.869 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34229"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:43:55.130 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:43:55.138 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:43:55.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.139086 12795 mini_oidc.cc:150] Starting JWKS server
10:43:55.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.139811 12795 webserver.cc:533] Webserver started at http://127.0.0.1:42705/ using document root <none> and password file <none>
10:43:55.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.139931 12795 mini_oidc.cc:186] Starting OIDC Discovery server
10:43:55.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.140115 12795 webserver.cc:533] Webserver started at http://127.0.0.1:38409/ using document root <none> and password file <none>
10:43:55.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:43:55Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:43:55.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:43:55Z Disabled control of system clock
10:43:55.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.152326 12795 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:43:55.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:43:55.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/wal
10:43:55.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/data
10:43:55.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:43:55.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:43:55.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:43:55.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:55.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:55.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:55.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/logs
10:43:55.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/data/info.pb
10:43:55.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:55.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:43:55.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:43:55.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:43:55.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:43:55.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:55.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:55.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:55.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:43:55.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:43:55.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:55.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:55.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.126.254:35491
10:43:55.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.126.254
10:43:55.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:55.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.126.212:39727
10:43:55.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:55.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:55.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:55.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:55.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.126.254:35491,127.12.126.253:36055,127.12.126.252:44449
10:43:55.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:55.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42705/jwks.json
10:43:55.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34229 with env {}
10:43:55.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.237023 12808 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:43:55.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.237246 12808 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:43:55.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.237267 12808 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:43:55.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.239074 12808 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:43:55.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.239130 12808 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:43:55.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.239143 12808 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:43:55.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.239156 12808 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:43:55.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.239169 12808 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:43:55.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.239180 12808 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42705/jwks.json
10:43:55.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.241115 12808 master_runner.cc:387] Master server non-default flags:
10:43:55.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:55.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.126.212:39727
10:43:55.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:55.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:55.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/data
10:43:55.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/wal
10:43:55.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34229
10:43:55.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:55.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.126.254:35491,127.12.126.253:36055,127.12.126.252:44449
10:43:55.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:55.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:55.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:55.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.126.254:35491
10:43:55.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:55.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:43:55.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:55.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42705/jwks.json
10:43:55.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:55.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:55.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/data/info.pb
10:43:55.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.126.254
10:43:55.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:55.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:43:55.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.12808
10:43:55.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:55.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:43:55.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:43:55.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:55.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/logs
10:43:55.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:55.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:43:55.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:43:55.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:43:55.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:43:55.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:43:55.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:43:55.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:43:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:43:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.241364 12808 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:43:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.241565 12808 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:43:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.244577 12808 server_base.cc:1061] running on GCE node
10:43:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.244536 12816 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:43:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.244626 12818 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:43:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.245252 12815 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:43:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.245555 12808 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:43:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.245906 12808 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:43:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.247081 12808 hybrid_clock.cc:648] HybridClock initialized: now 1786445035247013 us; error 78 us; skew 500 ppm
10:43:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.248818 12808 webserver.cc:533] Webserver started at http://127.12.126.254:35595/ using document root <none> and password file <none>
10:43:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.249018 12808 fs_manager.cc:362] Metadata directory not provided
10:43:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.249051 12808 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:43:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.249141 12808 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:43:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.250051 12808 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/data/instance:
10:43:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b171efd0c0614ffbbd1b9431135b6b74"
10:43:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-3kk6"
10:43:55.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.250346 12808 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/wal/instance:
10:43:55.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b171efd0c0614ffbbd1b9431135b6b74"
10:43:55.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-3kk6"
10:43:55.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.252022 12808 fs_manager.cc:696] Time spent creating directory manager: real 0.002s	user 0.003s	sys 0.000s
10:43:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.252843 12827 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:43:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.252996 12808 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
10:43:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.253049 12808 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/wal
10:43:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b171efd0c0614ffbbd1b9431135b6b74"
10:43:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-3kk6"
10:43:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.253110 12808 fs_report.cc:389] FS layout report
10:43:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:43:55.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/wal
10:43:55.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/wal
10:43:55.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/data/data
10:43:55.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:43:55.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:43:55.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:43:55.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:43:55.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:43:55.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:43:55.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:43:55.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:43:55.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:43:55.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:43:55.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:43:55.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.268895 12808 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:43:55.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.269306 12808 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:43:55.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.269454 12808 kserver.cc:163] Server-wide thread pool size limit: 3276
10:43:55.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.273957 12808 rpc_server.cc:307] RPC server started. Bound to: 127.12.126.254:35491
10:43:55.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.273995 12910 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.12.126.254:35491 every 8 connection(s)
10:43:55.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.274415 12808 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/data/info.pb
10:43:55.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.275060 12911 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:43:55.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.276363 12911 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.279549 12795 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 12808
10:43:55.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.279685 12795 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-0/wal/instance
10:43:55.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.280838 12795 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:43:55.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:43:55.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/wal
10:43:55.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/data
10:43:55.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:43:55.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:43:55.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:43:55.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:55.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:55.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:55.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/logs
10:43:55.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/data/info.pb
10:43:55.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:55.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:43:55.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:43:55.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:43:55.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:43:55.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:55.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:55.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:55.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:43:55.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:43:55.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:55.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:55.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.126.253:36055
10:43:55.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.126.253
10:43:55.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:55.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.126.212:39727
10:43:55.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:55.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:55.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:55.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:55.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.126.254:35491,127.12.126.253:36055,127.12.126.252:44449
10:43:55.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:55.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42705/jwks.json
10:43:55.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34229 with env {}
10:43:55.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.286196 12911 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.286703 12828 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.12.126.253:36055: connect: Connection refused (error 111)
10:43:55.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.288527 12911 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.126.253:36055: Network error: Client connection negotiation failed: client connection to 127.12.126.253:36055: connect: Connection refused (error 111)
10:43:55.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.337778 12911 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } attempt: 1
10:43:55.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.338918 12911 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.126.253:36055: Network error: Client connection negotiation failed: client connection to 127.12.126.253:36055: connect: Connection refused (error 111)
10:43:55.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.369849 12916 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:43:55.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.370054 12916 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:43:55.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.370075 12916 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:43:55.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.371906 12916 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:43:55.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.371961 12916 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:43:55.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.371975 12916 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:43:55.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.371989 12916 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:43:55.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.372000 12916 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:43:55.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.372011 12916 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42705/jwks.json
10:43:55.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.373765 12916 master_runner.cc:387] Master server non-default flags:
10:43:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.126.212:39727
10:43:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/data
10:43:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/wal
10:43:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34229
10:43:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.126.254:35491,127.12.126.253:36055,127.12.126.252:44449
10:43:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.126.253:36055
10:43:55.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:55.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:43:55.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:55.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42705/jwks.json
10:43:55.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:55.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:55.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/data/info.pb
10:43:55.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.126.253
10:43:55.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:55.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:43:55.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.12916
10:43:55.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:55.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:43:55.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:43:55.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:55.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/logs
10:43:55.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:55.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:43:55.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:43:55.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:43:55.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:43:55.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:43:55.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:43:55.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:43:55.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:43:55.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.373994 12916 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:43:55.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.374306 12916 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:43:55.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.376888 12924 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:43:55.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.376937 12928 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:43:55.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.377193 12923 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:43:55.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.377426 12916 server_base.cc:1061] running on GCE node
10:43:55.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.377693 12916 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:43:55.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.377982 12916 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:43:55.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.379144 12916 hybrid_clock.cc:648] HybridClock initialized: now 1786445035379112 us; error 53 us; skew 500 ppm
10:43:55.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.380671 12916 webserver.cc:533] Webserver started at http://127.12.126.253:33083/ using document root <none> and password file <none>
10:43:55.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.380852 12916 fs_manager.cc:362] Metadata directory not provided
10:43:55.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.380892 12916 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:43:55.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.381026 12916 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:43:55.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.381878 12916 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/data/instance:
10:43:55.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c7422f83f2c4338a2b0fd8894ee55f8"
10:43:55.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-3kk6"
10:43:55.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.382280 12916 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/wal/instance:
10:43:55.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c7422f83f2c4338a2b0fd8894ee55f8"
10:43:55.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-3kk6"
10:43:55.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.383667 12916 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
10:43:55.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.384357 12940 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:43:55.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.384534 12916 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
10:43:55.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.384586 12916 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/wal
10:43:55.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c7422f83f2c4338a2b0fd8894ee55f8"
10:43:55.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-3kk6"
10:43:55.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.384627 12916 fs_report.cc:389] FS layout report
10:43:55.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:43:55.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/wal
10:43:55.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/wal
10:43:55.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/data/data
10:43:55.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:43:55.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:43:55.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:43:55.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:43:55.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:43:55.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:43:55.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:43:55.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:43:55.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:43:55.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:43:55.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:43:55.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.394872 12916 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:43:55.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.395193 12916 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:43:55.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.395313 12916 kserver.cc:163] Server-wide thread pool size limit: 3276
10:43:55.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.399940 12916 rpc_server.cc:307] RPC server started. Bound to: 127.12.126.253:36055
10:43:55.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.399979 13027 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.12.126.253:36055 every 8 connection(s)
10:43:55.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.400329 12916 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/data/info.pb
10:43:55.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.401011 13028 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:43:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.402839 13028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.406736 12795 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 12916
10:43:55.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.406840 12795 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-1/wal/instance
10:43:55.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.407109 12911 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } attempt: 2
10:43:55.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.407323 12795 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:43:55.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:43:55.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/wal
10:43:55.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/data
10:43:55.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:43:55.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:43:55.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:43:55.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:55.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:55.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/logs
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/data/info.pb
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:55.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:55.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:43:55.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:43:55.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:55.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:55.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.126.252:44449
10:43:55.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.126.252
10:43:55.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:55.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.126.212:39727
10:43:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.126.254:35491,127.12.126.253:36055,127.12.126.252:44449
10:43:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42705/jwks.json
10:43:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34229 with env {}
10:43:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.409766 13028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.413237 12911 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.414186 12911 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.126.252:44449: Network error: Client connection negotiation failed: client connection to 127.12.126.252:44449: connect: Connection refused (error 111)
10:43:55.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.415436 13028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.415838 12943 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.12.126.252:44449: connect: Connection refused (error 111)
10:43:55.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.416400 13028 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.126.252:44449: Network error: Client connection negotiation failed: client connection to 127.12.126.252:44449: connect: Connection refused (error 111)
10:43:55.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.457366 12911 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } attempt: 1
10:43:55.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.458384 12911 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.126.252:44449: Network error: Client connection negotiation failed: client connection to 127.12.126.252:44449: connect: Connection refused (error 111)
10:43:55.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.465653 13028 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } attempt: 1
10:43:55.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.466595 13028 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.126.252:44449: Network error: Client connection negotiation failed: client connection to 127.12.126.252:44449: connect: Connection refused (error 111)
10:43:55.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.500434 13034 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:43:55.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.500646 13034 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:43:55.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.500667 13034 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:43:55.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.502390 13034 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:43:55.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.502451 13034 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:43:55.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.502466 13034 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:43:55.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.502478 13034 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:43:55.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.502492 13034 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:43:55.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.502503 13034 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42705/jwks.json
10:43:55.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.504176 13034 master_runner.cc:387] Master server non-default flags:
10:43:55.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:55.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.126.212:39727
10:43:55.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:55.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:55.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/data
10:43:55.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/wal
10:43:55.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34229
10:43:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.126.254:35491,127.12.126.253:36055,127.12.126.252:44449
10:43:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.126.252:44449
10:43:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:43:55.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:55.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42705/jwks.json
10:43:55.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:55.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:55.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/data/info.pb
10:43:55.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.126.252
10:43:55.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13034
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/logs
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:43:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.504426 13034 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:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.504623 13034 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.505738 12911 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } attempt: 2
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.506531 12911 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.126.252:44449: Network error: Client connection negotiation failed: client connection to 127.12.126.252:44449: connect: Connection refused (error 111)
10:43:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.507486 13048 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:43:55.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.507488 13044 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:43:55.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.507685 13045 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:43:55.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.508363 13034 server_base.cc:1061] running on GCE node
10:43:55.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.508636 13034 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:43:55.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.508905 13034 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:43:55.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.510061 13034 hybrid_clock.cc:648] HybridClock initialized: now 1786445035510039 us; error 38 us; skew 500 ppm
10:43:55.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.511297 13034 webserver.cc:533] Webserver started at http://127.12.126.252:33799/ using document root <none> and password file <none>
10:43:55.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.511477 13034 fs_manager.cc:362] Metadata directory not provided
10:43:55.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.511507 13034 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:43:55.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.511596 13034 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:43:55.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.512450 13034 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/data/instance:
10:43:55.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3e1d43f37c424ae98274912fa51c3b4b"
10:43:55.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-3kk6"
10:43:55.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.512758 13034 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/wal/instance:
10:43:55.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3e1d43f37c424ae98274912fa51c3b4b"
10:43:55.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-3kk6"
10:43:55.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.514146 13034 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.514889 13054 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.515054 13034 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.515116 13034 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/wal
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3e1d43f37c424ae98274912fa51c3b4b"
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-3kk6"
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.515185 13034 fs_report.cc:389] FS layout report
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/wal
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/wal
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/data/data
10:43:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:43:55.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:43:55.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.523721 13034 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:43:55.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.524009 13034 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:43:55.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.524107 13034 kserver.cc:163] Server-wide thread pool size limit: 3276
10:43:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.528564 13034 rpc_server.cc:307] RPC server started. Bound to: 127.12.126.252:44449
10:43:55.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.528597 13132 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.12.126.252:44449 every 8 connection(s)
10:43:55.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.529018 13034 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/data/info.pb
10:43:55.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.529697 13133 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:43:55.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.531378 13133 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.534818 13028 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } attempt: 2
10:43:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.537171 13133 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.539062 12795 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 13034
10:43:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.539156 12795 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7476025914025187308/master-2/wal/instance
10:43:55.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.540575 13028 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8: Bootstrap starting.
10:43:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.540709 13133 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.541389 13028 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8: Neither blocks nor log segments found. Creating new log.
10:43:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.541699 13028 log.cc:826] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8: Log is configured to *not* fsync() on all Append() calls
10:43:55.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.542482 13028 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8: No bootstrap required, opened a new log
10:43:55.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.544690 13028 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } }
10:43:55.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.544837 13028 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:43:55.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.544874 13028 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c7422f83f2c4338a2b0fd8894ee55f8, State: Initialized, Role: FOLLOWER
10:43:55.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.544968 13028 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [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: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } }
10:43:55.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.545256 13142 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [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: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.545323 13028 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [sys.catalog]: configured and running, proceeding with master startup.
10:43:55.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.545342 13142 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [sys.catalog]: This master's current role is: FOLLOWER
10:43:55.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.545804 13133 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b: Bootstrap starting.
10:43:55.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.546554 13133 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b: Neither blocks nor log segments found. Creating new log.
10:43:55.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.547330 13133 log.cc:826] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b: Log is configured to *not* fsync() on all Append() calls
10:43:55.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.548126 13133 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b: No bootstrap required, opened a new log
10:43:55.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.550820 13133 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } }
10:43:55.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.550963 13133 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:43:55.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.550995 13133 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3e1d43f37c424ae98274912fa51c3b4b, State: Initialized, Role: FOLLOWER
10:43:55.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.551084 13133 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [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: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } }
10:43:55.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.551378 13133 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [sys.catalog]: configured and running, proceeding with master startup.
10:43:55.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.553534 13151 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [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: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.553656 13151 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [sys.catalog]: This master's current role is: FOLLOWER
10:43:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.557042 13181 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:43:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.557410 13181 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:43:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.556078 13034 master_runner.cc:187] Error getting master registration for 127.12.126.254:35491: OK, instance_id { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" instance_seqno: 1786445035272827 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:43:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.557957 13034 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:43:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.558435 12795 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:43:55.559 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:43:55.560 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:43:55.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.559367 12916 master_runner.cc:187] Error getting master registration for 127.12.126.254:35491: OK, instance_id { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" instance_seqno: 1786445035272827 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:43:55.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.561228 12916 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:43:55.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.570619 13200 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:43:55.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.571089 13200 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:43:55.570 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.12.126.254"
      port: 35491
    }
    bound_http_address {
      host: "127.12.126.254"
      port: 35595
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.12.126.253"
      port: 36055
    }
    bound_http_address {
      host: "127.12.126.253"
      port: 33083
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.12.126.252"
      port: 44449
    }
    bound_http_address {
      host: "127.12.126.252"
      port: 33799
    }
  }
}

10:43:55.575 [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:43:55.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.577471 13178 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:55.580 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:43:55.580 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:43:55.581 [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:43:55.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.582325 13196 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:55.607 [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=a3b7f50d-6c04-4a43-842f-682627fefe3b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:55.610 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:43:55.610 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:43:55.611 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1eb90b44, with PersistenceManager: null will be shutdown
10:43:55.611 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1eb90b44, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@fafd813 created in the thread with id: 36
10:43:55.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.613689 12911 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } attempt: 3
10:43:55.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.619426 12911 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74: Bootstrap starting.
10:43:55.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.620241 12911 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74: Neither blocks nor log segments found. Creating new log.
10:43:55.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.620524 12911 log.cc:826] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74: Log is configured to *not* fsync() on all Append() calls
10:43:55.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.621966 12911 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74: No bootstrap required, opened a new log
10:43:55.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.624527 12911 raft_consensus.cc:359] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } }
10:43:55.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.624691 12911 raft_consensus.cc:385] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:43:55.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.624722 12911 raft_consensus.cc:740] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b171efd0c0614ffbbd1b9431135b6b74, State: Initialized, Role: FOLLOWER
10:43:55.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.625685 12911 consensus_queue.cc:260] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [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: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } }
10:43:55.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.626192 12911 sys_catalog.cc:565] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [sys.catalog]: configured and running, proceeding with master startup.
10:43:55.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.627367 13151 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.627482 13151 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } }
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.627753 13151 leader_election.cc:290] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b171efd0c0614ffbbd1b9431135b6b74 (127.12.126.254:35491), 4c7422f83f2c4338a2b0fd8894ee55f8 (127.12.126.253:36055)
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.628197 12982 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3e1d43f37c424ae98274912fa51c3b4b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" is_pre_election: true
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.628353 12982 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3e1d43f37c424ae98274912fa51c3b4b in term 0.
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.628809 12866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3e1d43f37c424ae98274912fa51c3b4b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b171efd0c0614ffbbd1b9431135b6b74" is_pre_election: true
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.628933 12866 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3e1d43f37c424ae98274912fa51c3b4b in term 0.
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.629159 13055 leader_election.cc:304] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [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: 3e1d43f37c424ae98274912fa51c3b4b, 4c7422f83f2c4338a2b0fd8894ee55f8; no voters: 
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.629372 13151 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 0 FOLLOWER]: Leader pre-election won for term 1
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.629416 13151 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.629441 13151 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 0 FOLLOWER]: Advancing to term 1
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.630427 13151 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } }
10:43:55.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.630580 13151 leader_election.cc:290] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [CANDIDATE]: Term 1 election: Requested vote from peers b171efd0c0614ffbbd1b9431135b6b74 (127.12.126.254:35491), 4c7422f83f2c4338a2b0fd8894ee55f8 (127.12.126.253:36055)
10:43:55.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.630867 12866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3e1d43f37c424ae98274912fa51c3b4b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b171efd0c0614ffbbd1b9431135b6b74"
10:43:55.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.630946 12866 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [term 0 FOLLOWER]: Advancing to term 1
10:43:55.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.631945 12866 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3e1d43f37c424ae98274912fa51c3b4b in term 1.
10:43:55.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.632174 13058 leader_election.cc:304] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [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: 3e1d43f37c424ae98274912fa51c3b4b, b171efd0c0614ffbbd1b9431135b6b74; no voters: 
10:43:55.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.632429 12982 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3e1d43f37c424ae98274912fa51c3b4b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8"
10:43:55.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.632511 12982 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [term 0 FOLLOWER]: Advancing to term 1
10:43:55.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.633419 12982 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3e1d43f37c424ae98274912fa51c3b4b in term 1.
10:43:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.635545 13151 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 1 FOLLOWER]: Leader election won for term 1
10:43:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.635759 13151 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [term 1 LEADER]: Becoming Leader. State: Replica: 3e1d43f37c424ae98274912fa51c3b4b, State: Running, Role: LEADER
10:43:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.635876 13151 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [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: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } }
10:43:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.636353 13151 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3e1d43f37c424ae98274912fa51c3b4b. Latest consensus state: current_term: 1 leader_uuid: "3e1d43f37c424ae98274912fa51c3b4b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.636432 13151 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [sys.catalog]: This master's current role is: LEADER
10:43:55.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.643260 13216 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:43:55.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.643847 13216 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:43:55.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.645345 13230 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:43:55.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.645638 13230 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:43:55.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.645927 12952 tablet.cc:2406] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:43:55.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.647048 12982 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [term 1 FOLLOWER]: Refusing update from remote peer 3e1d43f37c424ae98274912fa51c3b4b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:43:55.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.647477 12866 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [term 1 FOLLOWER]: Refusing update from remote peer 3e1d43f37c424ae98274912fa51c3b4b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:43:55.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.647851 13151 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:43:55.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.648002 13151 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:43:55.649 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1eb90b44
10:43:55.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.650696 13142 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3e1d43f37c424ae98274912fa51c3b4b. Latest consensus state: current_term: 1 leader_uuid: "3e1d43f37c424ae98274912fa51c3b4b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.650818 13142 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [sys.catalog]: This master's current role is: FOLLOWER
10:43:55.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.658306 13208 sys_catalog.cc:455] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3e1d43f37c424ae98274912fa51c3b4b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.658933 13208 sys_catalog.cc:458] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [sys.catalog]: This master's current role is: FOLLOWER
10:43:55.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.659224 13208 sys_catalog.cc:455] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3e1d43f37c424ae98274912fa51c3b4b. Latest consensus state: current_term: 1 leader_uuid: "3e1d43f37c424ae98274912fa51c3b4b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.659467 13208 sys_catalog.cc:458] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [sys.catalog]: This master's current role is: FOLLOWER
10:43:55.660 [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:43:55.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.661329 13227 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:55.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.663838 13151 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3e1d43f37c424ae98274912fa51c3b4b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.663937 13151 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [sys.catalog]: This master's current role is: LEADER
10:43:55.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.664963 13233 mvcc.cc:204] Tried to move back new op lower bound from 7317278866007629824 to 7317278865965416448. Current Snapshot: MvccSnapshot[applied={T|T < 7317278866007629824}]
10:43:55.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.665271 13235 sys_catalog.cc:455] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3e1d43f37c424ae98274912fa51c3b4b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.665549 13235 sys_catalog.cc:458] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74 [sys.catalog]: This master's current role is: FOLLOWER
10:43:55.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.665781 13236 mvcc.cc:204] Tried to move back new op lower bound from 7317278866007629824 to 7317278865965416448. Current Snapshot: MvccSnapshot[applied={T|T < 7317278866007629824}]
10:43:55.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.667507 13151 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3e1d43f37c424ae98274912fa51c3b4b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.667594 13151 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b [sys.catalog]: This master's current role is: LEADER
10:43:55.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.668437 13142 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3e1d43f37c424ae98274912fa51c3b4b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b171efd0c0614ffbbd1b9431135b6b74" member_type: VOTER last_known_addr { host: "127.12.126.254" port: 35491 } } peers { permanent_uuid: "4c7422f83f2c4338a2b0fd8894ee55f8" member_type: VOTER last_known_addr { host: "127.12.126.253" port: 36055 } } peers { permanent_uuid: "3e1d43f37c424ae98274912fa51c3b4b" member_type: VOTER last_known_addr { host: "127.12.126.252" port: 44449 } } }
10:43:55.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.668525 13142 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8 [sys.catalog]: This master's current role is: FOLLOWER
10:43:55.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.669054 13238 mvcc.cc:204] Tried to move back new op lower bound from 7317278866007629824 to 7317278865965416448. Current Snapshot: MvccSnapshot[applied={T|T < 7317278866007629824}]
10:43:55.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.673640 13216 catalog_manager.cc:1383] Generated new cluster ID: f7a55815242e4927aace8722cd086ad0
10:43:55.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.674045 13216 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:43:55.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.682372 13216 catalog_manager.cc:1406] Generated new certificate authority record
10:43:55.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.683224 13216 catalog_manager.cc:1540] Loading token signing keys...
10:43:55.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.705701 13216 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 3e1d43f37c424ae98274912fa51c3b4b: Generated new TSK 0
10:43:55.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.706398 13216 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:43:55.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.706836 13216 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:43:55.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.707125 13216 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:43:56.241 [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:43:56.254 [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:43:56.254 [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:43:56.429 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:56.447 [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/hive1295143803439077510/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=a3b7f50d-6c04-4a43-842f-682627fefe3b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:56.551 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1295143803439077510/external-warehouse/table
10:43:56.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.571796 13200 catalog_manager.cc:1295] Loaded cluster ID: f7a55815242e4927aace8722cd086ad0
10:43:56.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.571900 13200 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8: loading cluster ID for follower catalog manager: success
10:43:56.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.573242 13200 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8: acquiring CA information for follower catalog manager: success
10:43:56.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.573597 13200 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 4c7422f83f2c4338a2b0fd8894ee55f8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:43:56.579 [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:43:56.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.581231 13178 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:56.588 [INFO - Metastore-Handler-Pool: Thread-47] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:43:56.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.591483 13196 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.646286 13230 catalog_manager.cc:1295] Loaded cluster ID: f7a55815242e4927aace8722cd086ad0
10:43:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.646389 13230 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74: loading cluster ID for follower catalog manager: success
10:43:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.647722 13230 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74: acquiring CA information for follower catalog manager: success
10:43:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.648092 13230 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b171efd0c0614ffbbd1b9431135b6b74: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:43:56.664 [INFO - Metastore-Handler-Pool: Thread-49] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:43:56.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.664662 13227 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:56.771 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:43:56.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:43:56.792 [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:43:56.827 [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.12.126.252:44449,127.12.126.254:35491,127.12.126.253:36055}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:56.861 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:56.866 [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/hive1295143803439077510/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.12.126.252:44449,127.12.126.254:35491,127.12.126.253:36055}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:56.870 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1295143803439077510/external-warehouse/table
10:43:56.899 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:43:56.900 [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:43:56.901 [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:43:56.903 [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=f560ff1e-6469-4fc2-8f13-14aef72cbf5b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.12.126.252:44449,127.12.126.254:35491,127.12.126.253:36055}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:56.908 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:56.914 [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/hive1295143803439077510/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=f560ff1e-6469-4fc2-8f13-14aef72cbf5b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.12.126.252:44449,127.12.126.254:35491,127.12.126.253:36055}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:56.917 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1295143803439077510/external-warehouse/table
10:43:56.947 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
10:43:56.954 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
10:43:56.954 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
10:43:56.961 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@593de269
10:43:56.997 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
10:43:56.997 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
10:43:56.998 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
10:43:56.998 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
10:43:56.999 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
10:43:57.000 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
10:43:57.000 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
10:43:57.001 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
10:43:57.001 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
10:43:57.002 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
10:43:57.004 [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:43:57.005 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
10:43:57.006 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
10:43:57.006 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
10:43:57.006 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
10:43:57.007 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
10:43:57.007 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
10:43:57.008 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
10:43:57.009 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
10:43:57.020 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
10:43:57.080 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
10:43:57.093 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
10:43:57.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
10:43:57.098 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
10:43:57.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
10:43:57.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
10:43:57.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
10:43:57.150 [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:43:57.152 [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:43:57.178 [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:43:57.382 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.12.126.252:44449(127.12.126.252:44449)] connecting to peer
10:43:57.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 12716 (auto-detected)
10:43:57.392 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
10:43:57.392 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
10:43:57.393 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
10:43:57.394 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
10:43:57.395 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:bd:ff:fe:83:be:b2 (auto-detected)
10:43:57.415 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
10:43:57.415 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
10:43:57.415 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
10:43:57.423 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
10:43:57.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.12.126.254:35491(127.12.126.254:35491)] connecting to peer
10:43:57.431 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.12.126.253:36055(127.12.126.253:36055)] connecting to peer
10:43:57.453 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.12.126.252:44449(127.12.126.252:44449)] Successfully connected to peer
10:43:57.453 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.12.126.254:35491(127.12.126.254:35491)] Successfully connected to peer
10:43:57.453 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.12.126.253:36055(127.12.126.253:36055)] Successfully connected to peer
10:43:57.464 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
10:43:57.464 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
10:43:57.464 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@6b31ce02
10:43:57.468 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
10:43:57.468 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
10:43:57.469 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
10:43:57.469 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
10:43:57.469 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
10:43:57.535 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.12.126.252
10:43:57.535 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.12.126.253
10:43:57.535 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.12.126.254
10:43:57.583 [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:43:57.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:57.584199 13178 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:57.596 [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:43:57.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:57.596813 13196 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:57.671 [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:43:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:57.672010 13227 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:57.748 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:43:57.749 [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:43:57.754 [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:43:57.774 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xdf4591cb, L:/127.0.0.1:34730 - R:/127.12.126.252:44449] using SASL/PLAIN
10:43:57.772 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x5ea32a6a, L:/127.0.0.1:37772 - R:/127.12.126.254:35491] using SASL/PLAIN
10:43:57.772 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x43205119, L:/127.0.0.1:39474 - R:/127.12.126.253:36055] using SASL/PLAIN
10:43:57.826 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:43:57.833 [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:43:57.834 [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:43:57.836 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{kudu.table_id=15f9fe2d-655c-4ca8-84dc-765bf41cfc98, 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:43:57.840 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:57.844 [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/hive1295143803439077510/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=15f9fe2d-655c-4ca8-84dc-765bf41cfc98, 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:43:57.847 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1295143803439077510/external-warehouse/table
10:43:57.871 [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:43:57.872 [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:43:57.873 [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=2b4217af-1800-4965-8f07-7d49b5ba3181, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.12.126.252:44449,127.12.126.254:35491,127.12.126.253:36055}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:57.878 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:57.882 [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/hive1295143803439077510/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=2b4217af-1800-4965-8f07-7d49b5ba3181, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.12.126.252:44449,127.12.126.254:35491,127.12.126.253:36055}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:57.885 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1295143803439077510/external-warehouse/table
10:43:57.991 [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:43:58.070 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
10:43:58.080 [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:43:58.259 [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:43:58.588 [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:43:58.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:58.592022 13178 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:58.596 [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:43:58.607 [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:43:58.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:58.608362 13196 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:58.656 [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:43:58.676 [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:43:58.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:58.676890 13227 client.h:372] Failed to connect to Hive Metastore (localhost:34229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:58.706 [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:43:58.880 [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=0c9fd150-a4de-4c18-8473-9d1a1ef5856e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.12.126.252:44449,127.12.126.254:35491,127.12.126.253:36055}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:58.884 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:58.887 [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/hive1295143803439077510/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=0c9fd150-a4de-4c18-8473-9d1a1ef5856e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.12.126.252:44449,127.12.126.254:35491,127.12.126.253:36055}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:58.890 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1295143803439077510/external-warehouse/table
10:43:58.931 [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:43:58.965 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
10:43:58.967 [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:43:59.037 [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:43:59.061 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:43:59.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.061919 12795 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 12808
10:43:59.062 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:43:59.063 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1eb90b44, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@fafd813 will be shutdown
10:43:59.063 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:43:59.086 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.12.126.254:35491(127.12.126.254:35491)] handling channelInactive
10:43:59.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.081553 12795 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 12916
10:43:59.096 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.12.126.254:35491(127.12.126.254:35491)] cleaning up while in state READY due to: connection closed
10:43:59.104 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.12.126.253:36055(127.12.126.253:36055)] handling channelInactive
10:43:59.104 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.12.126.253:36055(127.12.126.253:36055)] cleaning up while in state READY due to: connection closed
10:43:59.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.105325 12795 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 13034
10:43:59.117 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.12.126.252:44449(127.12.126.252:44449)] handling channelInactive
10:43:59.117 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.12.126.252:44449(127.12.126.252:44449)] cleaning up while in state READY due to: connection closed
10:43:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:43:59Z chronyd exiting
.10:43:59.162 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:43:59.163 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:43:59.163 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:43:59.188 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13323943036755789636
10:43:59.190 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:43:59.191 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:43:59.195 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:43:59.195 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:43:59.196 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:43:59.203 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:43:59.207 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:43:59.207 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:43:59.208 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:43:59.208 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:43:59.211 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
10:43:59.314 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:43:59.315 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
10:43:59.315 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:43:59.317 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:43:59.319 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:43:59.320 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:43:59.343 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:43:59.344 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:43:59.344 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:43:59.382 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:59.384 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:59.384 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:59.385 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:59.385 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:59.386 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:59.675 [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:43:59.676 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c38db6, with PersistenceManager: null will be shutdown
10:43:59.676 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c38db6, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@56b18b46 created in the thread with id: 65
10:43:59.679 [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:43:59.680 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c38db6
10:43:59.833 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
10:43:59.861 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
10:43:59.901 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
10:43:59.903 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
10:43:59.948 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:43:59.948 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:43:59.949 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:43:59.949 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
10:43:59.950 [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:43:59.950 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [34599]...
10:43:59.950 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:43:59.950 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:43:59.951 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
10:43:59.951 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
10:44:00.192 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:00.193 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:00.194 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:00.197 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:44:00.197 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34599]
10:44:00.198 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34599) in binary transport mode
10:44:00.198 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34599) current connections: 1
10:44:00.200 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskakXzgc/test-tmp
10:44:00.201 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
10:44:00.201 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskakXzgc/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
10:44:00.211 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34599"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:44:00.287 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:00.288 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:44:00.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.288918 13333 mini_oidc.cc:150] Starting JWKS server
10:44:00.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.289649 13333 webserver.cc:533] Webserver started at http://127.0.0.1:46035/ using document root <none> and password file <none>
10:44:00.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.289764 13333 mini_oidc.cc:186] Starting OIDC Discovery server
10:44:00.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.289952 13333 webserver.cc:533] Webserver started at http://127.0.0.1:37359/ using document root <none> and password file <none>
10:44:00.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:00Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:44:00.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:00Z Disabled control of system clock
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.302209 13333 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/wal
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/data
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/logs
10:44:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/data/info.pb
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.5.126:37981
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.5.126
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.5.84:40595
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:00.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:00.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:00.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931
10:44:00.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:00.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46035/jwks.json
10:44:00.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34599 with env {}
10:44:00.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.382398 13351 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:00.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.382637 13351 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:00.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.382694 13351 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:00.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.384418 13351 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:00.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.384503 13351 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:00.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.384527 13351 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:00.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.384547 13351 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:00.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.384565 13351 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:00.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.384585 13351 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46035/jwks.json
10:44:00.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.386389 13351 master_runner.cc:387] Master server non-default flags:
10:44:00.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:00.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.5.84:40595
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/data
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/wal
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34599
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.5.126:37981
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46035/jwks.json
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/data/info.pb
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.5.126
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13351
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/logs
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:00.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:00.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.386739 13351 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:44:00.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.387039 13351 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:00.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.389955 13357 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:44:00.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.390416 13358 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:44:00.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.390555 13360 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:44:00.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.390949 13351 server_base.cc:1061] running on GCE node
10:44:00.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.391374 13351 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:00.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.391688 13351 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:00.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.393026 13351 hybrid_clock.cc:648] HybridClock initialized: now 1786445040393014 us; error 101 us; skew 500 ppm
10:44:00.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.394642 13351 webserver.cc:533] Webserver started at http://127.13.5.126:41091/ using document root <none> and password file <none>
10:44:00.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.394979 13351 fs_manager.cc:362] Metadata directory not provided
10:44:00.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.395035 13351 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:00.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.395166 13351 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:00.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.396108 13351 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/data/instance:
10:44:00.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf14562224d840698dc889c954f35157"
10:44:00.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:00 on dist-test-slave-3kk6"
10:44:00.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.396497 13351 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/wal/instance:
10:44:00.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf14562224d840698dc889c954f35157"
10:44:00.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:00 on dist-test-slave-3kk6"
10:44:00.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.397874 13351 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
10:44:00.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.398697 13367 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.398895 13351 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.398970 13351 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/wal
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf14562224d840698dc889c954f35157"
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:00 on dist-test-slave-3kk6"
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.399034 13351 fs_report.cc:389] FS layout report
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/wal
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/wal
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/data/data
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:00.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.411303 13351 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.411739 13351 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:44:00.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.411890 13351 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:00.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.416356 13351 rpc_server.cc:307] RPC server started. Bound to: 127.13.5.126:37981
10:44:00.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.416393 13453 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.5.126:37981 every 8 connection(s)
10:44:00.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.416821 13351 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/data/info.pb
10:44:00.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.417145 13333 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 13351
10:44:00.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.417230 13333 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-0/wal/instance
10:44:00.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.417563 13454 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:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.417936 13333 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/wal
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/data
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/logs
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/data/info.pb
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.5.125:39223
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.5.125
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.5.84:40595
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46035/jwks.json
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34599 with env {}
10:44:00.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.419576 13454 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } has no permanent_uuid. Determining permanent_uuid...
10:44:00.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.429555 13454 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } has no permanent_uuid. Determining permanent_uuid...
10:44:00.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.430048 13369 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.5.125:39223: connect: Connection refused (error 111)
10:44:00.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.430605 13454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.5.125:39223: Network error: Client connection negotiation failed: client connection to 127.13.5.125:39223: connect: Connection refused (error 111)
10:44:00.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.479846 13454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } attempt: 1
10:44:00.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.480724 13454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.5.125:39223: Network error: Client connection negotiation failed: client connection to 127.13.5.125:39223: connect: Connection refused (error 111)
10:44:00.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.503242 13455 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:00.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.503471 13455 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:00.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.503502 13455 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:00.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.505158 13455 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:00.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.505249 13455 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:00.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.505273 13455 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:00.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.505292 13455 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:00.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.505312 13455 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:00.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.505328 13455 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46035/jwks.json
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.507115 13455 master_runner.cc:387] Master server non-default flags:
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.5.84:40595
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/data
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/wal
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34599
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.5.125:39223
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:00.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46035/jwks.json
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/data/info.pb
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.5.125
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13455
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/logs
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.507411 13455 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:44:00.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.507709 13455 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:00.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.510624 13469 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:44:00.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.510705 13466 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:44:00.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.510946 13455 server_base.cc:1061] running on GCE node
10:44:00.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.510635 13465 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:44:00.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.511466 13455 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:00.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.511701 13455 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:00.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.512889 13455 hybrid_clock.cc:648] HybridClock initialized: now 1786445040512862 us; error 39 us; skew 500 ppm
10:44:00.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.514073 13455 webserver.cc:533] Webserver started at http://127.13.5.125:35345/ using document root <none> and password file <none>
10:44:00.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.514326 13455 fs_manager.cc:362] Metadata directory not provided
10:44:00.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.514425 13455 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:00.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.514561 13455 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:00.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.515507 13455 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/data/instance:
10:44:00.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ad3926b0193140529676d91856e6c94c"
10:44:00.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:00 on dist-test-slave-3kk6"
10:44:00.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.515897 13455 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/wal/instance:
10:44:00.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ad3926b0193140529676d91856e6c94c"
10:44:00.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:00 on dist-test-slave-3kk6"
10:44:00.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.517182 13455 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.517915 13478 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.518100 13455 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.518214 13455 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/wal
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ad3926b0193140529676d91856e6c94c"
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:00 on dist-test-slave-3kk6"
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.518278 13455 fs_report.cc:389] FS layout report
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/wal
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/wal
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/data/data
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:00.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:00.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:00.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:00.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:00.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:00.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:00.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.533226 13455 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:00.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.533660 13455 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:44:00.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.533824 13455 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:00.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.538492 13455 rpc_server.cc:307] RPC server started. Bound to: 127.13.5.125:39223
10:44:00.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.538528 13556 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.5.125:39223 every 8 connection(s)
10:44:00.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.538938 13455 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/data/info.pb
10:44:00.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.539534 13558 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:44:00.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.540861 13558 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } has no permanent_uuid. Determining permanent_uuid...
10:44:00.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.544152 13333 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 13455
10:44:00.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.544248 13333 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-1/wal/instance
10:44:00.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.544673 13333 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:00.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:00.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/wal
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/data
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/logs
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/data/info.pb
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.5.124:40931
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.5.124
10:44:00.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.5.84:40595
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46035/jwks.json
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34599 with env {}
10:44:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.545686 13558 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } has no permanent_uuid. Determining permanent_uuid...
10:44:00.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.548903 13454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } attempt: 2
10:44:00.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.549614 13558 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } has no permanent_uuid. Determining permanent_uuid...
10:44:00.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.550122 13482 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.5.124:40931: connect: Connection refused (error 111)
10:44:00.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.551043 13558 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.5.124:40931: Network error: Client connection negotiation failed: client connection to 127.13.5.124:40931: connect: Connection refused (error 111)
10:44:00.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.552148 13454 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } has no permanent_uuid. Determining permanent_uuid...
10:44:00.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.552759 13454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.5.124:40931: Network error: Client connection negotiation failed: client connection to 127.13.5.124:40931: connect: Connection refused (error 111)
10:44:00.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.595923 13454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } attempt: 1
10:44:00.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.596796 13454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.5.124:40931: Network error: Client connection negotiation failed: client connection to 127.13.5.124:40931: connect: Connection refused (error 111)
10:44:00.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.600240 13558 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } attempt: 1
10:44:00.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.600978 13558 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.5.124:40931: Network error: Client connection negotiation failed: client connection to 127.13.5.124:40931: connect: Connection refused (error 111)
10:44:00.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.631709 13560 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:00.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.631960 13560 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:00.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.631999 13560 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:00.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.633693 13560 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.633785 13560 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.633809 13560 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.633828 13560 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.633850 13560 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.633868 13560 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46035/jwks.json
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.635805 13560 master_runner.cc:387] Master server non-default flags:
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.5.84:40595
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/data
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/wal
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34599
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.5.124:40931
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46035/jwks.json
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/data/info.pb
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.5.124
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13560
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/logs
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.636118 13560 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:44:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.636420 13560 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:00.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.639340 13572 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:44:00.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.639459 13574 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:44:00.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.639420 13570 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:44:00.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.640066 13560 server_base.cc:1061] running on GCE node
10:44:00.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.640316 13560 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:00.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.640636 13560 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:00.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.641832 13560 hybrid_clock.cc:648] HybridClock initialized: now 1786445040641802 us; error 53 us; skew 500 ppm
10:44:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.643349 13560 webserver.cc:533] Webserver started at http://127.13.5.124:34937/ using document root <none> and password file <none>
10:44:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.643577 13560 fs_manager.cc:362] Metadata directory not provided
10:44:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.643628 13560 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.643756 13560 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:00.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.643955 13454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } attempt: 2
10:44:00.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.644716 13454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.5.124:40931: Network error: Client connection negotiation failed: client connection to 127.13.5.124:40931: connect: Connection refused (error 111)
10:44:00.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.644889 13560 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/data/instance:
10:44:00.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a6056e82c3514572b629ebd8cb6af3df"
10:44:00.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:00 on dist-test-slave-3kk6"
10:44:00.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.645298 13560 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/wal/instance:
10:44:00.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a6056e82c3514572b629ebd8cb6af3df"
10:44:00.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:00 on dist-test-slave-3kk6"
10:44:00.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.646970 13560 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
10:44:00.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.647689 13581 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.647895 13560 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.647948 13560 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/wal
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a6056e82c3514572b629ebd8cb6af3df"
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:00 on dist-test-slave-3kk6"
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.647995 13560 fs_report.cc:389] FS layout report
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/wal
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/wal
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/data/data
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:00.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:00.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.663287 13560 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:00.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.663632 13560 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:44:00.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.663733 13560 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:00.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.667969 13560 rpc_server.cc:307] RPC server started. Bound to: 127.13.5.124:40931
10:44:00.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.668011 13667 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.5.124:40931 every 8 connection(s)
10:44:00.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.668322 13560 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/data/info.pb
10:44:00.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.668907 13668 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:44:00.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.669152 13558 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } attempt: 2
10:44:00.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.671238 13333 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 13560
10:44:00.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.671332 13333 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster2896182328902928322/master-2/wal/instance
10:44:00.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.671661 13668 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } has no permanent_uuid. Determining permanent_uuid...
10:44:00.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.676186 13668 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } has no permanent_uuid. Determining permanent_uuid...
10:44:00.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.676601 13558 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c: Bootstrap starting.
10:44:00.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.677430 13558 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c: Neither blocks nor log segments found. Creating new log.
10:44:00.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.677755 13558 log.cc:826] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c: Log is configured to *not* fsync() on all Append() calls
10:44:00.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.678493 13558 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c: No bootstrap required, opened a new log
10:44:00.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.680601 13558 raft_consensus.cc:359] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } }
10:44:00.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.681016 13558 raft_consensus.cc:385] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:00.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.681100 13558 raft_consensus.cc:740] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad3926b0193140529676d91856e6c94c, State: Initialized, Role: FOLLOWER
10:44:00.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.681236 13558 consensus_queue.cc:260] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [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: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } }
10:44:00.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.681378 13668 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } has no permanent_uuid. Determining permanent_uuid...
10:44:00.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.681618 13558 sys_catalog.cc:565] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [sys.catalog]: configured and running, proceeding with master startup.
10:44:00.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.682770 13677 sys_catalog.cc:455] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [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: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:00.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.683043 13677 sys_catalog.cc:458] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [sys.catalog]: This master's current role is: FOLLOWER
10:44:00.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.685334 13668 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df: Bootstrap starting.
10:44:00.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.684199 13455 master_runner.cc:187] Error getting master registration for 127.13.5.126:37981: OK, instance_id { permanent_uuid: "cf14562224d840698dc889c954f35157" instance_seqno: 1786445040415140 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:00.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.685673 13455 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:00.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.686075 13668 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df: Neither blocks nor log segments found. Creating new log.
10:44:00.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.686225 13701 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:00.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.686266 13701 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:00.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.686420 13668 log.cc:826] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df: Log is configured to *not* fsync() on all Append() calls
10:44:00.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.687199 13668 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df: No bootstrap required, opened a new log
10:44:00.687 [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:44:00.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.688282 13696 client.h:372] Failed to connect to Hive Metastore (localhost:34599): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.689020 13668 raft_consensus.cc:359] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } }
10:44:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.689121 13668 raft_consensus.cc:385] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.689141 13668 raft_consensus.cc:740] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6056e82c3514572b629ebd8cb6af3df, State: Initialized, Role: FOLLOWER
10:44:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.689255 13668 consensus_queue.cc:260] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [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: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } }
10:44:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.689500 13706 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [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: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.689600 13706 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [sys.catalog]: This master's current role is: FOLLOWER
10:44:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.689554 13668 sys_catalog.cc:565] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [sys.catalog]: configured and running, proceeding with master startup.
10:44:00.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.690961 13333 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:44:00.691 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:00.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.692090 13727 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:00.692 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:44:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.693369 13727 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.692139 13560 master_runner.cc:187] Error getting master registration for 127.13.5.126:37981: OK, instance_id { permanent_uuid: "cf14562224d840698dc889c954f35157" instance_seqno: 1786445040415140 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.693852 13560 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:00.694 [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:44:00.693 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.5.126"
      port: 37981
    }
    bound_http_address {
      host: "127.13.5.126"
      port: 41091
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.5.125"
      port: 39223
    }
    bound_http_address {
      host: "127.13.5.125"
      port: 35345
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.5.124"
      port: 40931
    }
    bound_http_address {
      host: "127.13.5.124"
      port: 34937
    }
  }
}

10:44:00.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.695030 13722 client.h:372] Failed to connect to Hive Metastore (localhost:34599): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:00.695 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:44:00.695 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:00.697 [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=0cb6b4f1-565d-465f-aa40-19060be17d85, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:44:00.700 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:00.700 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:00.700 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@32be2631, with PersistenceManager: null will be shutdown
10:44:00.701 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@32be2631, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@694fd7f9 created in the thread with id: 86
10:44:00.709 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@32be2631
10:44:00.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.751922 13454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } attempt: 3
10:44:00.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.759415 13454 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157: Bootstrap starting.
10:44:00.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.760288 13454 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157: Neither blocks nor log segments found. Creating new log.
10:44:00.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.760615 13454 log.cc:826] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157: Log is configured to *not* fsync() on all Append() calls
10:44:00.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.771819 13454 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157: No bootstrap required, opened a new log
10:44:00.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.774170 13454 raft_consensus.cc:359] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } }
10:44:00.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.774315 13454 raft_consensus.cc:385] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:00.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.774346 13454 raft_consensus.cc:740] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf14562224d840698dc889c954f35157, State: Initialized, Role: FOLLOWER
10:44:00.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.775007 13454 consensus_queue.cc:260] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [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: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } }
10:44:00.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.775673 13454 sys_catalog.cc:565] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [sys.catalog]: configured and running, proceeding with master startup.
10:44:00.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.780737 13351 master_runner.cc:264] No leader master found from master cf14562224d840698dc889c954f35157
10:44:00.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.780802 13351 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:00.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.784524 13487 tablet.cc:2406] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:00.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.791620 13733 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [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: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:00.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:00.792029 13733 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [sys.catalog]: This master's current role is: FOLLOWER
10:44:00.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.792858 13764 catalog_manager.cc:1594] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:00.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.793061 13764 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:00.797 [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:44:00.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.800523 13757 client.h:372] Failed to connect to Hive Metastore (localhost:34599): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:00.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.912793 13379 tablet.cc:2406] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:00.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.914606 13594 tablet.cc:2406] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:01.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.103108 13677 raft_consensus.cc:493] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:44:01.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.103296 13677 raft_consensus.cc:515] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } }
10:44:01.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.103590 13677 leader_election.cc:290] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cf14562224d840698dc889c954f35157 (127.13.5.126:37981), a6056e82c3514572b629ebd8cb6af3df (127.13.5.124:40931)
10:44:01.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.104594 13624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ad3926b0193140529676d91856e6c94c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6056e82c3514572b629ebd8cb6af3df" is_pre_election: true
10:44:01.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.104781 13624 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad3926b0193140529676d91856e6c94c in term 0.
10:44:01.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.105057 13410 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ad3926b0193140529676d91856e6c94c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf14562224d840698dc889c954f35157" is_pre_election: true
10:44:01.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.105186 13410 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad3926b0193140529676d91856e6c94c in term 0.
10:44:01.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.105456 13482 leader_election.cc:304] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [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: a6056e82c3514572b629ebd8cb6af3df, ad3926b0193140529676d91856e6c94c; no voters: 
10:44:01.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.106043 13677 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 0 FOLLOWER]: Leader pre-election won for term 1
10:44:01.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.106114 13677 raft_consensus.cc:493] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:44:01.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.106139 13677 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 0 FOLLOWER]: Advancing to term 1
10:44:01.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.107517 13677 raft_consensus.cc:515] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } }
10:44:01.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.107683 13677 leader_election.cc:290] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [CANDIDATE]: Term 1 election: Requested vote from peers cf14562224d840698dc889c954f35157 (127.13.5.126:37981), a6056e82c3514572b629ebd8cb6af3df (127.13.5.124:40931)
10:44:01.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.108062 13410 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ad3926b0193140529676d91856e6c94c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf14562224d840698dc889c954f35157"
10:44:01.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.108151 13410 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [term 0 FOLLOWER]: Advancing to term 1
10:44:01.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.109117 13410 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad3926b0193140529676d91856e6c94c in term 1.
10:44:01.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.109354 13624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ad3926b0193140529676d91856e6c94c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6056e82c3514572b629ebd8cb6af3df"
10:44:01.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.109452 13624 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [term 0 FOLLOWER]: Advancing to term 1
10:44:01.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.110392 13624 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad3926b0193140529676d91856e6c94c in term 1.
10:44:01.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.110603 13482 leader_election.cc:304] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [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: a6056e82c3514572b629ebd8cb6af3df, ad3926b0193140529676d91856e6c94c; no voters: 
10:44:01.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.112756 13677 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 1 FOLLOWER]: Leader election won for term 1
10:44:01.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.112926 13677 raft_consensus.cc:697] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [term 1 LEADER]: Becoming Leader. State: Replica: ad3926b0193140529676d91856e6c94c, State: Running, Role: LEADER
10:44:01.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.113022 13677 consensus_queue.cc:237] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [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: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } }
10:44:01.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.113428 13677 sys_catalog.cc:455] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [sys.catalog]: SysCatalogTable state changed. Reason: New leader ad3926b0193140529676d91856e6c94c. Latest consensus state: current_term: 1 leader_uuid: "ad3926b0193140529676d91856e6c94c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:01.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.113497 13677 sys_catalog.cc:458] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [sys.catalog]: This master's current role is: LEADER
10:44:01.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.114199 13771 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:44:01.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.114559 13771 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:44:01.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.116918 13624 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [term 1 FOLLOWER]: Refusing update from remote peer ad3926b0193140529676d91856e6c94c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:01.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.117413 13677 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:01.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.118880 13706 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [sys.catalog]: SysCatalogTable state changed. Reason: New leader ad3926b0193140529676d91856e6c94c. Latest consensus state: current_term: 1 leader_uuid: "ad3926b0193140529676d91856e6c94c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:01.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.118974 13706 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [sys.catalog]: This master's current role is: FOLLOWER
10:44:01.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.119616 13410 raft_consensus.cc:1275] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [term 1 FOLLOWER]: Refusing update from remote peer ad3926b0193140529676d91856e6c94c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:01.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.119863 13677 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:01.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.120952 13733 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ad3926b0193140529676d91856e6c94c. Latest consensus state: current_term: 1 leader_uuid: "ad3926b0193140529676d91856e6c94c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:01.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.121031 13733 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [sys.catalog]: This master's current role is: FOLLOWER
10:44:01.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.123991 13768 sys_catalog.cc:455] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ad3926b0193140529676d91856e6c94c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:01.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.124085 13768 sys_catalog.cc:458] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [sys.catalog]: This master's current role is: LEADER
10:44:01.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.125815 13733 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ad3926b0193140529676d91856e6c94c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:01.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.125909 13733 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157 [sys.catalog]: This master's current role is: FOLLOWER
10:44:01.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.126181 13772 mvcc.cc:204] Tried to move back new op lower bound from 7317278888412221440 to 7317278888399695872. Current Snapshot: MvccSnapshot[applied={T|T < 7317278888412221440}]
10:44:01.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.126394 13779 mvcc.cc:204] Tried to move back new op lower bound from 7317278888412221440 to 7317278888399695872. Current Snapshot: MvccSnapshot[applied={T|T < 7317278888412221440}]
10:44:01.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.127450 13677 sys_catalog.cc:455] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ad3926b0193140529676d91856e6c94c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:01.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.127533 13677 sys_catalog.cc:458] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c [sys.catalog]: This master's current role is: LEADER
10:44:01.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.128104 13706 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ad3926b0193140529676d91856e6c94c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf14562224d840698dc889c954f35157" member_type: VOTER last_known_addr { host: "127.13.5.126" port: 37981 } } peers { permanent_uuid: "ad3926b0193140529676d91856e6c94c" member_type: VOTER last_known_addr { host: "127.13.5.125" port: 39223 } } peers { permanent_uuid: "a6056e82c3514572b629ebd8cb6af3df" member_type: VOTER last_known_addr { host: "127.13.5.124" port: 40931 } } }
10:44:01.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.128194 13706 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df [sys.catalog]: This master's current role is: FOLLOWER
10:44:01.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.129110 13775 mvcc.cc:204] Tried to move back new op lower bound from 7317278888412221440 to 7317278888399695872. Current Snapshot: MvccSnapshot[applied={T|T < 7317278888412221440}]
10:44:01.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.135334 13771 catalog_manager.cc:1383] Generated new cluster ID: 19f5fe76e7a84b43b77508af8820a313
10:44:01.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.135421 13771 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:44:01.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.152004 13771 catalog_manager.cc:1406] Generated new certificate authority record
10:44:01.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.153136 13771 catalog_manager.cc:1540] Loading token signing keys...
10:44:01.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.167685 13771 catalog_manager.cc:6092] T 00000000000000000000000000000000 P ad3926b0193140529676d91856e6c94c: Generated new TSK 0
10:44:01.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.168274 13771 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:44:01.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.168624 13771 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:44:01.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.168866 13771 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:44:01.236 [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:44:01.245 [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:44:01.245 [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:44:01.343 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:01.349 [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/hive13323943036755789636/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=0cb6b4f1-565d-465f-aa40-19060be17d85, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:44:01.352 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13323943036755789636/external-warehouse/table
10:44:01.543 [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:44:01.592 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:01.593 [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:44:01.693 [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:44:01.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:01.693786 13696 client.h:372] Failed to connect to Hive Metastore (localhost:34599): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:01.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.693989 13727 catalog_manager.cc:1295] Loaded cluster ID: 19f5fe76e7a84b43b77508af8820a313
10:44:01.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.694054 13727 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df: loading cluster ID for follower catalog manager: success
10:44:01.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.695508 13727 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df: acquiring CA information for follower catalog manager: success
10:44:01.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.695848 13727 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a6056e82c3514572b629ebd8cb6af3df: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:01.697 [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:44:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:01.698089 13722 client.h:372] Failed to connect to Hive Metastore (localhost:34599): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:01.743 [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:44:01.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.793623 13764 catalog_manager.cc:1295] Loaded cluster ID: 19f5fe76e7a84b43b77508af8820a313
10:44:01.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.793718 13764 catalog_manager.cc:1588] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157: loading cluster ID for follower catalog manager: success
10:44:01.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.795622 13764 catalog_manager.cc:1610] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157: acquiring CA information for follower catalog manager: success
10:44:01.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.795998 13764 catalog_manager.cc:1638] T 00000000000000000000000000000000 P cf14562224d840698dc889c954f35157: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:01.807 [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:44:01.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:01.810035 13757 client.h:372] Failed to connect to Hive Metastore (localhost:34599): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:01.948 [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:44:01.989 [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:44:02.015 [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:44:02.119 [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:44:02.120 [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:44:02.122 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.13.5.126:37981(127.13.5.126:37981)] connecting to peer
10:44:02.123 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.13.5.125:39223(127.13.5.125:39223)] connecting to peer
10:44:02.124 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.13.5.124:40931(127.13.5.124:40931)] connecting to peer
10:44:02.125 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.13.5.125:39223(127.13.5.125:39223)] Successfully connected to peer
10:44:02.127 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.5.126:37981(127.13.5.126:37981)] Successfully connected to peer
10:44:02.135 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.13.5.124:40931(127.13.5.124:40931)] Successfully connected to peer
10:44:02.142 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.5.125
10:44:02.148 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.5.126
10:44:02.154 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.5.124
10:44:02.160 [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:44:02.167 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xc7db35e1, L:/127.0.0.1:39474 - R:/127.13.5.125:39223] using SASL/PLAIN
10:44:02.170 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:44:02.176 [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:44:02.176 [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:44:02.177 [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:44:02.184 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xf25d517c, L:/127.0.0.1:34438 - R:/127.13.5.126:37981] using SASL/PLAIN
10:44:02.187 [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:44:02.193 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x9f6dd3fc, L:/127.0.0.1:53412 - R:/127.13.5.124:40931] using SASL/PLAIN
10:44:02.205 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:02.207 [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:44:02.257 [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:44:02.275 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:44:02.277 [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=0cb6b4f1-565d-465f-aa40-19060be17d85, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:44:02.280 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:02.283 [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/hive13323943036755789636/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=0cb6b4f1-565d-465f-aa40-19060be17d85, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.5.126:37981,127.13.5.125:39223,127.13.5.124:40931}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:44:02.285 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13323943036755789636/external-warehouse/table
10:44:02.329 [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:44:02.343 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:02.344 [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:44:02.369 [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:44:02.394 [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:44:02.397 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:02.400 [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/hive13323943036755789636/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:44:02.401 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive13323943036755789636/external-warehouse/table specified for non-external table:table
10:44:02.402 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13323943036755789636/external-warehouse/table
10:44:02.421 [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:44:02.433 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:02.435 [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:44:02.457 [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:44:02.473 [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:44:02.475 [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:44:02.490 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:02.491 [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:44:02.510 [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:44:02.529 [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:44:02.531 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:02.533 [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/hive13323943036755789636/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:44:02.534 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive13323943036755789636/external-warehouse/table specified for non-external table:table
10:44:02.535 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13323943036755789636/external-warehouse/table
10:44:02.555 [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:44:02.566 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:02.567 [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:44:02.590 [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:44:02.608 [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:44:02.610 [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:44:02.623 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:02.624 [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:44:02.643 [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:44:02.660 [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:44:02.663 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:02.666 [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/hive13323943036755789636/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:44:02.668 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13323943036755789636/external-warehouse/table
10:44:02.689 [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:44:02.702 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:02.703 [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:44:02.704 [INFO - Metastore-Handler-Pool: Thread-104] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:44:02.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:02.704907 13696 client.h:372] Failed to connect to Hive Metastore (localhost:34599): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:02.711 [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:44:02.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:02.711467 13722 client.h:372] Failed to connect to Hive Metastore (localhost:34599): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:02.738 [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:44:02.754 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:02.754 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:44:02.755 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@32be2631, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@694fd7f9 will be shutdown
10:44:02.755 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:44:02.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:02.755075 13333 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 13351
10:44:02.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:02.767961 13333 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 13455
10:44:02.768 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.5.126:37981(127.13.5.126:37981)] handling channelInactive
10:44:02.768 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.5.126:37981(127.13.5.126:37981)] cleaning up while in state READY due to: connection closed
10:44:02.789 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.13.5.125:39223(127.13.5.125:39223)] handling channelInactive
10:44:02.789 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.13.5.125:39223(127.13.5.125:39223)] cleaning up while in state READY due to: connection closed
10:44:02.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:02.788882 13333 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 13560
10:44:02.802 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.13.5.124:40931(127.13.5.124:40931)] handling channelInactive
10:44:02.803 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.13.5.124:40931(127.13.5.124:40931)] cleaning up while in state READY due to: connection closed
10:44:02.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:02Z chronyd exiting
.10:44:02.848 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:02.849 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:02.849 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:02.868 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive585245688826586124
10:44:02.869 [INFO - Thread-70] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:44:02.869 [INFO - Thread-70] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:44:02.871 [INFO - Thread-70] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:02.872 [INFO - Thread-70] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:02.872 [INFO - Thread-70] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:44:02.873 [INFO - Thread-70] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:44:02.874 [INFO - Thread-70] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:44:02.874 [INFO - Thread-70] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:44:02.875 [INFO - Thread-70] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:44:02.875 [INFO - Thread-70] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:44:02.877 [INFO - Thread-70] (HikariDataSource.java:80) objectstore - Starting...
10:44:02.954 [INFO - Thread-70] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:02.955 [INFO - Thread-70] (HikariDataSource.java:82) objectstore - Start completed.
10:44:02.955 [INFO - Thread-70] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:44:02.957 [INFO - Thread-70] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:44:02.959 [INFO - Thread-70] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:02.960 [INFO - Thread-70] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:44:02.977 [INFO - Thread-70] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:44:02.977 [INFO - Thread-70] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:44:02.978 [INFO - Thread-70] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:44:03.005 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:03.005 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:03.006 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:03.006 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:03.007 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:03.007 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:03.223 [INFO - Thread-70] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:44:03.223 [INFO - Thread-70] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c6b103d, with PersistenceManager: null will be shutdown
10:44:03.224 [INFO - Thread-70] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c6b103d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@f81be0c created in the thread with id: 106
10:44:03.225 [WARN - Thread-70] (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:44:03.227 [INFO - Thread-70] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c6b103d
10:44:03.329 [INFO - Thread-70] (HMSHandler.java:595) Started creating a default database with name: default
10:44:03.350 [INFO - Thread-70] (HMSHandler.java:605) Successfully created a default database with name: default
10:44:03.376 [INFO - Thread-70] (HMSHandler.java:668) Added admin role in metastore
10:44:03.377 [INFO - Thread-70] (HMSHandler.java:677) Added public role in metastore
10:44:03.410 [INFO - Thread-70] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:44:03.411 [INFO - Thread-70] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:44:03.411 [INFO - Thread-70] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:44:03.411 [INFO - Thread-70] (HiveMetaStore.java:697) Direct SQL optimization = true
10:44:03.412 [WARN - Thread-70] (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:44:03.412 [INFO - Thread-70] (HiveMetaStore.java:632) Started the new metaserver on port [42657]...
10:44:03.412 [INFO - Thread-70] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:44:03.412 [INFO - Thread-70] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:44:03.412 [INFO - Thread-70] (HiveMetaStore.java:635) TCP keepalive = true
10:44:03.412 [INFO - Thread-70] (HiveMetaStore.java:636) Enable SSL = false
10:44:03.871 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:03.871 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:03.872 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:03.874 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:44:03.874 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42657]
10:44:03.875 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42657) in binary transport mode
10:44:03.875 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42657) current connections: 1
10:44:03.876 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskakXzgc/test-tmp
10:44:03.877 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
10:44:03.877 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskakXzgc/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
10:44:03.880 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42657"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

10:44:03.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:03.962440 13862 mini_oidc.cc:150] Starting JWKS server
10:44:03.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:03.963093 13862 webserver.cc:533] Webserver started at http://127.0.0.1:35831/ using document root <none> and password file <none>
10:44:03.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:03.963186 13862 mini_oidc.cc:186] Starting OIDC Discovery server
10:44:03.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:03.963325 13862 webserver.cc:533] Webserver started at http://127.0.0.1:39073/ using document root <none> and password file <none>
10:44:03.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:44:03.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:03Z Disabled control of system clock
10:44:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:03.975531 13862 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/wal
10:44:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/data
10:44:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/logs
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/data/info.pb
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.137.190:38115
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.137.190
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.137.148:39693
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.137.190:38115,127.13.137.189:45259,127.13.137.188:35939
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35831/jwks.json
10:44:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42657 with env {}
10:44:04.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.056331 13877 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:04.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.056559 13877 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:04.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.056582 13877 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:04.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.058112 13877 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:04.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.058158 13877 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:04.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.058172 13877 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:04.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.058184 13877 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:04.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.058198 13877 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:04.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.058209 13877 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35831/jwks.json
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.059887 13877 master_runner.cc:387] Master server non-default flags:
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.137.148:39693
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/data
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/wal
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42657
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.137.190:38115,127.13.137.189:45259,127.13.137.188:35939
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.137.190:38115
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35831/jwks.json
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/data/info.pb
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.137.190
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13877
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/logs
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.060118 13877 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:44:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.060328 13877 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:04.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.062899 13889 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:44:04.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.062896 13890 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:44:04.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.062902 13892 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:44:04.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.063236 13877 server_base.cc:1061] running on GCE node
10:44:04.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.063479 13877 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:04.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.063758 13877 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:04.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.064952 13877 hybrid_clock.cc:648] HybridClock initialized: now 1786445044064944 us; error 100 us; skew 500 ppm
10:44:04.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.066358 13877 webserver.cc:533] Webserver started at http://127.13.137.190:44237/ using document root <none> and password file <none>
10:44:04.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.066627 13877 fs_manager.cc:362] Metadata directory not provided
10:44:04.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.066768 13877 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:04.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.066936 13877 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:04.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.067916 13877 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/data/instance:
10:44:04.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ad7ef68d0637401eb34c5714cf6b9897"
10:44:04.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:04 on dist-test-slave-3kk6"
10:44:04.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.068315 13877 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/wal/instance:
10:44:04.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ad7ef68d0637401eb34c5714cf6b9897"
10:44:04.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:04 on dist-test-slave-3kk6"
10:44:04.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.069743 13877 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
10:44:04.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.070577 13899 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:04.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.070801 13877 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.070896 13877 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/wal
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ad7ef68d0637401eb34c5714cf6b9897"
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:04 on dist-test-slave-3kk6"
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.070961 13877 fs_report.cc:389] FS layout report
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/wal
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/wal
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/data/data
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.090550 13877 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:04.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.091043 13877 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:44:04.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.091230 13877 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:04.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.095604 13877 rpc_server.cc:307] RPC server started. Bound to: 127.13.137.190:38115
10:44:04.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.095650 13987 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.137.190:38115 every 8 connection(s)
10:44:04.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.096114 13877 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/data/info.pb
10:44:04.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.096928 13988 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:44:04.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.099097 13988 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } has no permanent_uuid. Determining permanent_uuid...
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.101238 13862 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 13877
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.101351 13862 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-0/wal/instance
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.102317 13862 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/wal
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/data
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/logs
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/data/info.pb
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.137.189:45259
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.137.189
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.137.148:39693
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.137.190:38115,127.13.137.189:45259,127.13.137.188:35939
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35831/jwks.json
10:44:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42657 with env {}
10:44:04.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.116238 13988 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } has no permanent_uuid. Determining permanent_uuid...
10:44:04.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.116888 13900 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.137.189:45259: connect: Connection refused (error 111)
10:44:04.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.119123 13988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.137.189:45259: Network error: Client connection negotiation failed: client connection to 127.13.137.189:45259: connect: Connection refused (error 111)
10:44:04.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.168352 13988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } attempt: 1
10:44:04.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.169240 13988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.137.189:45259: Network error: Client connection negotiation failed: client connection to 127.13.137.189:45259: connect: Connection refused (error 111)
10:44:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.189991 13991 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.190213 13991 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.190250 13991 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:04.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.191988 13991 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:04.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.192076 13991 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:04.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.192101 13991 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:04.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.192119 13991 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:04.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.192139 13991 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:04.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.192157 13991 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35831/jwks.json
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.193921 13991 master_runner.cc:387] Master server non-default flags:
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.137.148:39693
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/data
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/wal
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42657
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.137.190:38115,127.13.137.189:45259,127.13.137.188:35939
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.137.189:45259
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35831/jwks.json
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/data/info.pb
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.137.189
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13991
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/logs
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.194227 13991 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:44:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.194545 13991 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:04.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.197353 14005 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:44:04.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.197402 14003 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:44:04.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.197366 14002 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:44:04.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.197690 13991 server_base.cc:1061] running on GCE node
10:44:04.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.197916 13991 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:04.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.198132 13991 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:04.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.199309 13991 hybrid_clock.cc:648] HybridClock initialized: now 1786445044199287 us; error 33 us; skew 500 ppm
10:44:04.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.200591 13991 webserver.cc:533] Webserver started at http://127.13.137.189:44817/ using document root <none> and password file <none>
10:44:04.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.200860 13991 fs_manager.cc:362] Metadata directory not provided
10:44:04.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.200937 13991 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:04.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.201066 13991 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.201999 13991 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/data/instance:
10:44:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "454fbde2661f48b68f3ab9f9dd7bf440"
10:44:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:04 on dist-test-slave-3kk6"
10:44:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.202389 13991 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/wal/instance:
10:44:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "454fbde2661f48b68f3ab9f9dd7bf440"
10:44:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:04 on dist-test-slave-3kk6"
10:44:04.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.203862 13991 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.204876 14013 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.205118 13991 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.205196 13991 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/wal
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "454fbde2661f48b68f3ab9f9dd7bf440"
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:04 on dist-test-slave-3kk6"
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.205269 13991 fs_report.cc:389] FS layout report
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/wal
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/wal
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/data/data
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:04.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.229926 13991 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:04.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.230374 13991 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:44:04.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.230546 13991 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:04.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.234869 13991 rpc_server.cc:307] RPC server started. Bound to: 127.13.137.189:45259
10:44:04.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.234959 14101 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.137.189:45259 every 8 connection(s)
10:44:04.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.235348 13991 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/data/info.pb
10:44:04.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.236099 14103 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:44:04.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.237416 13988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } attempt: 2
10:44:04.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.237443 14103 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } has no permanent_uuid. Determining permanent_uuid...
10:44:04.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.240541 13862 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 13991
10:44:04.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.240631 13862 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-1/wal/instance
10:44:04.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.241066 13862 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:04.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:04.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/wal
10:44:04.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/data
10:44:04.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:04.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/logs
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/data/info.pb
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.137.188:35939
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.137.188
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.137.148:39693
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.137.190:38115,127.13.137.189:45259,127.13.137.188:35939
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35831/jwks.json
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42657 with env {}
10:44:04.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.242462 14103 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } has no permanent_uuid. Determining permanent_uuid...
10:44:04.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.242583 13988 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } has no permanent_uuid. Determining permanent_uuid...
10:44:04.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.244649 13988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.137.188:35939: Network error: Client connection negotiation failed: client connection to 127.13.137.188:35939: connect: Connection refused (error 111)
10:44:04.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.247318 14103 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } has no permanent_uuid. Determining permanent_uuid...
10:44:04.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.247884 14019 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.137.188:35939: connect: Connection refused (error 111)
10:44:04.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.248433 14103 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.137.188:35939: Network error: Client connection negotiation failed: client connection to 127.13.137.188:35939: connect: Connection refused (error 111)
10:44:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.287873 13988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } attempt: 1
10:44:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.288923 13988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.137.188:35939: Network error: Client connection negotiation failed: client connection to 127.13.137.188:35939: connect: Connection refused (error 111)
10:44:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.297657 14103 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } attempt: 1
10:44:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.298600 14103 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.137.188:35939: Network error: Client connection negotiation failed: client connection to 127.13.137.188:35939: connect: Connection refused (error 111)
10:44:04.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.326642 14108 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:04.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.326926 14108 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:04.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.326967 14108 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:04.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.328665 14108 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:04.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.328751 14108 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:04.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.328775 14108 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:04.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.328796 14108 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:04.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.328817 14108 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:04.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.328835 14108 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35831/jwks.json
10:44:04.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.330554 14108 master_runner.cc:387] Master server non-default flags:
10:44:04.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:04.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.137.148:39693
10:44:04.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:04.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/data
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/wal
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42657
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.137.190:38115,127.13.137.189:45259,127.13.137.188:35939
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.137.188:35939
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35831/jwks.json
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/data/info.pb
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.137.188
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14108
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/logs
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:04.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:04.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:04.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:04.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:04.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:04.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:04.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.330899 14108 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:44:04.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.331195 14108 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:04.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.334079 14118 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:44:04.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.334221 14108 server_base.cc:1061] running on GCE node
10:44:04.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.334074 14122 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:44:04.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.334076 14120 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:44:04.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.334815 14108 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:04.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.335059 14108 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:04.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.336091 13988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } attempt: 2
10:44:04.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.336242 14108 hybrid_clock.cc:648] HybridClock initialized: now 1786445044336216 us; error 41 us; skew 500 ppm
10:44:04.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.336834 13988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.137.188:35939: Network error: Client connection negotiation failed: client connection to 127.13.137.188:35939: connect: Connection refused (error 111)
10:44:04.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.337634 14108 webserver.cc:533] Webserver started at http://127.13.137.188:37299/ using document root <none> and password file <none>
10:44:04.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.337857 14108 fs_manager.cc:362] Metadata directory not provided
10:44:04.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.337913 14108 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:04.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.338027 14108 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.339167 14108 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/data/instance:
10:44:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7c546a6185274fa1834a91b573ff6ad9"
10:44:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:04 on dist-test-slave-3kk6"
10:44:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.339561 14108 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/wal/instance:
10:44:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7c546a6185274fa1834a91b573ff6ad9"
10:44:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:04 on dist-test-slave-3kk6"
10:44:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.340827 14108 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
10:44:04.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.341526 14130 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:04.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.341753 14108 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
10:44:04.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.341851 14108 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/wal
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7c546a6185274fa1834a91b573ff6ad9"
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:04 on dist-test-slave-3kk6"
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.341922 14108 fs_report.cc:389] FS layout report
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/wal
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/wal
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/data/data
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:04.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.354969 14108 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:04.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.355358 14108 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:44:04.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.355508 14108 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:04.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.359723 14108 rpc_server.cc:307] RPC server started. Bound to: 127.13.137.188:35939
10:44:04.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.359762 14204 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.137.188:35939 every 8 connection(s)
10:44:04.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.360193 14108 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/data/info.pb
10:44:04.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.360814 14205 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:44:04.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.362134 14205 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } has no permanent_uuid. Determining permanent_uuid...
10:44:04.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.366815 14103 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } attempt: 2
10:44:04.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.366910 13862 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 14108
10:44:04.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.366936 14205 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } has no permanent_uuid. Determining permanent_uuid...
10:44:04.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.366992 13862 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster5487310785869058336/master-2/wal/instance
10:44:04.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.371147 14205 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } has no permanent_uuid. Determining permanent_uuid...
10:44:04.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.372750 14103 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440: Bootstrap starting.
10:44:04.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.373574 14103 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440: Neither blocks nor log segments found. Creating new log.
10:44:04.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.373886 14103 log.cc:826] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440: Log is configured to *not* fsync() on all Append() calls
10:44:04.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.374958 14103 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440: No bootstrap required, opened a new log
10:44:04.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.375571 14205 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9: Bootstrap starting.
10:44:04.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.376255 14205 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9: Neither blocks nor log segments found. Creating new log.
10:44:04.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.376549 14205 log.cc:826] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9: Log is configured to *not* fsync() on all Append() calls
10:44:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.377063 14103 raft_consensus.cc:359] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } }
10:44:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.377202 14103 raft_consensus.cc:385] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.377236 14103 raft_consensus.cc:740] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 454fbde2661f48b68f3ab9f9dd7bf440, State: Initialized, Role: FOLLOWER
10:44:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.377362 14205 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9: No bootstrap required, opened a new log
10:44:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.377332 14103 consensus_queue.cc:260] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [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: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } }
10:44:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.377627 14215 sys_catalog.cc:455] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [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: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.377702 14103 sys_catalog.cc:565] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [sys.catalog]: configured and running, proceeding with master startup.
10:44:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.377718 14215 sys_catalog.cc:458] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [sys.catalog]: This master's current role is: FOLLOWER
10:44:04.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.380373 14205 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } }
10:44:04.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.380556 14205 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:04.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.380595 14205 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c546a6185274fa1834a91b573ff6ad9, State: Initialized, Role: FOLLOWER
10:44:04.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.380571 14237 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:04.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.380631 14237 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:04.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.381366 13862 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:44:04.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.380743 13991 master_runner.cc:187] Error getting master registration for 127.13.137.190:38115: OK, instance_id { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" instance_seqno: 1786445044094204 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:04.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.382150 13991 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:04.382 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:04.382 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:44:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.380714 14205 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [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: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } }
10:44:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.382745 14205 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [sys.catalog]: configured and running, proceeding with master startup.
10:44:04.383 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.137.190"
      port: 38115
    }
    bound_http_address {
      host: "127.13.137.190"
      port: 44237
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.137.189"
      port: 45259
    }
    bound_http_address {
      host: "127.13.137.189"
      port: 44817
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.137.188"
      port: 35939
    }
    bound_http_address {
      host: "127.13.137.188"
      port: 37299
    }
  }
}

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

10:44:04.385 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:04.387 [INFO - Metastore-Handler-Pool: Thread-127] (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:44:04.389 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:04.389 [INFO - Metastore-Handler-Pool: Thread-127] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:04.389 [INFO - Metastore-Handler-Pool: Thread-127] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61885321, with PersistenceManager: null will be shutdown
10:44:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.388263 14108 master_runner.cc:187] Error getting master registration for 127.13.137.190:38115: OK, instance_id { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" instance_seqno: 1786445044094204 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.390339 14108 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:04.390 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:44:04.390 [INFO - Metastore-Handler-Pool: Thread-127] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61885321, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5a542a26 created in the thread with id: 127
10:44:04.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.391248 14233 client.h:372] Failed to connect to Hive Metastore (localhost:42657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:04.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.391968 14265 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:04.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.392028 14265 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:04.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.384918 14241 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [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: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.393150 14241 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [sys.catalog]: This master's current role is: FOLLOWER
10:44:04.394 [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:44:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.394531 14261 client.h:372] Failed to connect to Hive Metastore (localhost:42657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:04.395 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61885321
10:44:04.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.419610 14215 raft_consensus.cc:493] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:44:04.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.419765 14215 raft_consensus.cc:515] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } }
10:44:04.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.420051 14215 leader_election.cc:290] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad7ef68d0637401eb34c5714cf6b9897 (127.13.137.190:38115), 7c546a6185274fa1834a91b573ff6ad9 (127.13.137.188:35939)
10:44:04.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.421248 14166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c546a6185274fa1834a91b573ff6ad9" is_pre_election: true
10:44:04.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.421424 14166 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 454fbde2661f48b68f3ab9f9dd7bf440 in term 0.
10:44:04.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.421660 14019 leader_election.cc:304] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [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: 454fbde2661f48b68f3ab9f9dd7bf440, 7c546a6185274fa1834a91b573ff6ad9; no voters: 
10:44:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.422145 14215 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:44:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.422230 14215 raft_consensus.cc:493] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:44:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.422254 14215 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 0 FOLLOWER]: Advancing to term 1
10:44:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.423234 14215 raft_consensus.cc:515] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } }
10:44:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.423384 14215 leader_election.cc:290] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [CANDIDATE]: Term 1 election: Requested vote from peers ad7ef68d0637401eb34c5714cf6b9897 (127.13.137.190:38115), 7c546a6185274fa1834a91b573ff6ad9 (127.13.137.188:35939)
10:44:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.423852 14166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c546a6185274fa1834a91b573ff6ad9"
10:44:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.423933 14166 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [term 0 FOLLOWER]: Advancing to term 1
10:44:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.424831 14166 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 454fbde2661f48b68f3ab9f9dd7bf440 in term 1.
10:44:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.425068 14019 leader_election.cc:304] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [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: 454fbde2661f48b68f3ab9f9dd7bf440, 7c546a6185274fa1834a91b573ff6ad9; no voters: 
10:44:04.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.425804 14215 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 1 FOLLOWER]: Leader election won for term 1
10:44:04.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.425999 14215 raft_consensus.cc:697] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [term 1 LEADER]: Becoming Leader. State: Replica: 454fbde2661f48b68f3ab9f9dd7bf440, State: Running, Role: LEADER
10:44:04.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.426090 14215 consensus_queue.cc:237] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [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: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } }
10:44:04.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.426472 14215 sys_catalog.cc:455] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 454fbde2661f48b68f3ab9f9dd7bf440. Latest consensus state: current_term: 1 leader_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.426537 14215 sys_catalog.cc:458] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [sys.catalog]: This master's current role is: LEADER
10:44:04.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.431332 14271 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:44:04.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.431874 14271 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:44:04.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.443974 13988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } attempt: 3
10:44:04.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.449792 13988 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897: Bootstrap starting.
10:44:04.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.450591 13988 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897: Neither blocks nor log segments found. Creating new log.
10:44:04.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.450912 13988 log.cc:826] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897: Log is configured to *not* fsync() on all Append() calls
10:44:04.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.454516 14166 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [term 1 FOLLOWER]: Refusing update from remote peer 454fbde2661f48b68f3ab9f9dd7bf440: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:04.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.455164 14269 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:04.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.456877 14241 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 454fbde2661f48b68f3ab9f9dd7bf440. Latest consensus state: current_term: 1 leader_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.456970 14241 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [sys.catalog]: This master's current role is: FOLLOWER
10:44:04.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.461580 13988 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897: No bootstrap required, opened a new log
10:44:04.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.464032 13988 raft_consensus.cc:359] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } }
10:44:04.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.464167 13988 raft_consensus.cc:385] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:04.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.464197 13988 raft_consensus.cc:740] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad7ef68d0637401eb34c5714cf6b9897, State: Initialized, Role: FOLLOWER
10:44:04.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.464754 13988 consensus_queue.cc:260] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [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: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } }
10:44:04.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.465754 13947 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad7ef68d0637401eb34c5714cf6b9897"
10:44:04.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.465867 13947 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [term 0 FOLLOWER]: Advancing to term 1
10:44:04.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.466835 13947 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 454fbde2661f48b68f3ab9f9dd7bf440 in term 1.
10:44:04.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.467267 13946 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [term 1 FOLLOWER]: Refusing update from remote peer 454fbde2661f48b68f3ab9f9dd7bf440: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:04.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.467401 13950 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad7ef68d0637401eb34c5714cf6b9897" is_pre_election: true
10:44:04.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.467489 13950 raft_consensus.cc:2376] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 454fbde2661f48b68f3ab9f9dd7bf440 in term 1. Re-sending same reply.
10:44:04.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.467737 14269 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:04.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.469521 13988 sys_catalog.cc:565] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [sys.catalog]: configured and running, proceeding with master startup.
10:44:04.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.479982 14269 sys_catalog.cc:455] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.480104 14269 sys_catalog.cc:458] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [sys.catalog]: This master's current role is: LEADER
10:44:04.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.480553 14241 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.480648 14241 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9 [sys.catalog]: This master's current role is: FOLLOWER
10:44:04.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.481380 14272 mvcc.cc:204] Tried to move back new op lower bound from 7317278902080532480 to 7317278901969858560. Current Snapshot: MvccSnapshot[applied={T|T < 7317278902080532480}]
10:44:04.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.482039 14275 mvcc.cc:204] Tried to move back new op lower bound from 7317278902080532480 to 7317278901969858560. Current Snapshot: MvccSnapshot[applied={T|T < 7317278902080532480}]
10:44:04.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.482980 14306 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:04.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.483196 14306 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:04.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.483471 14278 sys_catalog.cc:455] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.483692 14278 sys_catalog.cc:458] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [sys.catalog]: This master's current role is: FOLLOWER
10:44:04.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.483871 14278 sys_catalog.cc:455] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 454fbde2661f48b68f3ab9f9dd7bf440. Latest consensus state: current_term: 1 leader_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.484040 14278 sys_catalog.cc:458] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [sys.catalog]: This master's current role is: FOLLOWER
10:44:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.485206 14215 sys_catalog.cc:455] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.485297 14215 sys_catalog.cc:458] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440 [sys.catalog]: This master's current role is: LEADER
10:44:04.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.487572 14280 mvcc.cc:204] Tried to move back new op lower bound from 7317278902080532480 to 7317278901969858560. Current Snapshot: MvccSnapshot[applied={T|T < 7317278902080532480}]
10:44:04.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.487824 14278 sys_catalog.cc:455] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad7ef68d0637401eb34c5714cf6b9897" member_type: VOTER last_known_addr { host: "127.13.137.190" port: 38115 } } peers { permanent_uuid: "454fbde2661f48b68f3ab9f9dd7bf440" member_type: VOTER last_known_addr { host: "127.13.137.189" port: 45259 } } peers { permanent_uuid: "7c546a6185274fa1834a91b573ff6ad9" member_type: VOTER last_known_addr { host: "127.13.137.188" port: 35939 } } }
10:44:04.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.488018 14278 sys_catalog.cc:458] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897 [sys.catalog]: This master's current role is: FOLLOWER
10:44:04.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.488662 14271 catalog_manager.cc:1383] Generated new cluster ID: 4f1db0fe986341f789fca16c67fa8679
10:44:04.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.488734 14271 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:44:04.495 [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:44:04.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:04.496569 14299 client.h:372] Failed to connect to Hive Metastore (localhost:42657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:04.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.510808 14271 catalog_manager.cc:1406] Generated new certificate authority record
10:44:04.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.519450 14271 catalog_manager.cc:1540] Loading token signing keys...
10:44:04.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.545832 14271 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 454fbde2661f48b68f3ab9f9dd7bf440: Generated new TSK 0
10:44:04.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.546057 14271 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:44:04.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.546185 14271 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:44:04.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:04.546242 14271 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:44:04.822 [WARN - Metastore-Handler-Pool: Thread-127] (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:44:04.829 [WARN - Metastore-Handler-Pool: Thread-127] (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:44:04.829 [WARN - Metastore-Handler-Pool: Thread-127] (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:44:04.902 [INFO - Metastore-Handler-Pool: Thread-127] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
10:44:04.908 [INFO - Metastore-Handler-Pool: Thread-127] (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/hive585245688826586124/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:44:04.910 [INFO - Metastore-Handler-Pool: Thread-127] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive585245688826586124/external-warehouse/legacy_table
10:44:05.027 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
10:44:05.068 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:05.076 [INFO - Metastore-Handler-Pool: Thread-127] (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:44:05.090 [INFO - Metastore-Handler-Pool: Thread-127] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
10:44:05.156 [INFO - Metastore-Handler-Pool: Thread-127] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
10:44:05.157 [INFO - Metastore-Handler-Pool: Thread-127] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
10:44:05.280 [INFO - Metastore-Handler-Pool: Thread-127] (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:44:05.310 [INFO - Metastore-Handler-Pool: Thread-127] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
10:44:05.356 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
10:44:05.370 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:05.371 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
10:44:05.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.392735 14265 catalog_manager.cc:1295] Loaded cluster ID: 4f1db0fe986341f789fca16c67fa8679
10:44:05.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.392818 14265 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9: loading cluster ID for follower catalog manager: success
10:44:05.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.394111 14265 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9: acquiring CA information for follower catalog manager: success
10:44:05.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.394454 14265 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 7c546a6185274fa1834a91b573ff6ad9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:05.397 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:44:05.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:05.398352 14233 client.h:372] Failed to connect to Hive Metastore (localhost:42657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:05.399 [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:44:05.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:05.400004 14261 client.h:372] Failed to connect to Hive Metastore (localhost:42657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:05.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.483788 14306 catalog_manager.cc:1295] Loaded cluster ID: 4f1db0fe986341f789fca16c67fa8679
10:44:05.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.483914 14306 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897: loading cluster ID for follower catalog manager: success
10:44:05.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.485349 14306 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897: acquiring CA information for follower catalog manager: success
10:44:05.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.485702 14306 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ad7ef68d0637401eb34c5714cf6b9897: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:05.499 [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:44:05.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:05.500368 14299 client.h:372] Failed to connect to Hive Metastore (localhost:42657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:05.516 [WARN - Metastore-Handler-Pool: Thread-127] (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:44:05.692 [WARN - Metastore-Handler-Pool: Thread-127] (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:44:05.734 [WARN - Metastore-Handler-Pool: Thread-127] (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:44:05.839 [INFO - Metastore-Handler-Pool: Thread-127] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:44:05.840 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:05.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.841091 13862 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 13877
10:44:05.854 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:44:05.854 [INFO - Metastore-Handler-Pool: Thread-127] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61885321, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5a542a26 will be shutdown
10:44:05.855 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:44:05.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.862149 13862 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 13991
10:44:05.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.875994 13862 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 14108
10:44:05.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:05Z chronyd exiting
.10:44:05.945 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:05.946 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:05.946 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:05.966 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive5056311728207814386
10:44:05.968 [INFO - Thread-94] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:44:05.968 [INFO - Thread-94] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:44:05.971 [INFO - Thread-94] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:05.971 [INFO - Thread-94] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:05.971 [INFO - Thread-94] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:44:05.972 [INFO - Thread-94] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:44:05.974 [INFO - Thread-94] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:44:05.974 [INFO - Thread-94] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:44:05.975 [INFO - Thread-94] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:44:05.976 [INFO - Thread-94] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:44:05.977 [INFO - Thread-94] (HikariDataSource.java:80) objectstore - Starting...
10:44:06.132 [INFO - Thread-94] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:06.134 [INFO - Thread-94] (HikariDataSource.java:82) objectstore - Start completed.
10:44:06.136 [INFO - Thread-94] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:44:06.138 [INFO - Thread-94] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:44:06.142 [INFO - Thread-94] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:06.144 [INFO - Thread-94] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:44:06.182 [INFO - Thread-94] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:44:06.185 [INFO - Thread-94] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:44:06.185 [INFO - Thread-94] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:44:06.253 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:06.257 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:06.258 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:06.258 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:06.259 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:06.260 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:06.705 [INFO - Thread-94] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:44:06.705 [INFO - Thread-94] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7af7a388, with PersistenceManager: null will be shutdown
10:44:06.705 [INFO - Thread-94] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7af7a388, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@637ba55a created in the thread with id: 137
10:44:06.707 [WARN - Thread-94] (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:44:06.708 [INFO - Thread-94] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7af7a388
10:44:06.825 [INFO - Thread-94] (HMSHandler.java:595) Started creating a default database with name: default
10:44:06.842 [INFO - Thread-94] (HMSHandler.java:605) Successfully created a default database with name: default
10:44:06.873 [INFO - Thread-94] (HMSHandler.java:668) Added admin role in metastore
10:44:06.874 [INFO - Thread-94] (HMSHandler.java:677) Added public role in metastore
10:44:06.923 [INFO - Thread-94] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:44:06.924 [INFO - Thread-94] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:44:06.925 [INFO - Thread-94] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:44:06.925 [INFO - Thread-94] (HiveMetaStore.java:697) Direct SQL optimization = true
10:44:06.926 [WARN - Thread-94] (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:44:06.926 [INFO - Thread-94] (HiveMetaStore.java:632) Started the new metaserver on port [43061]...
10:44:06.926 [INFO - Thread-94] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:44:06.926 [INFO - Thread-94] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:44:06.926 [INFO - Thread-94] (HiveMetaStore.java:635) TCP keepalive = true
10:44:06.926 [INFO - Thread-94] (HiveMetaStore.java:636) Enable SSL = false
10:44:06.970 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:06.971 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:06.972 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:06.974 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:44:06.974 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43061]
10:44:06.975 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43061) in binary transport mode
10:44:06.975 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43061) current connections: 1
10:44:06.977 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskakXzgc/test-tmp
10:44:06.977 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
10:44:06.978 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskakXzgc/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
10:44:06.981 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43061"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:44:07.102 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:07.103 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:44:07.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.104010 14359 mini_oidc.cc:150] Starting JWKS server
10:44:07.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.104871 14359 webserver.cc:533] Webserver started at http://127.0.0.1:41053/ using document root <none> and password file <none>
10:44:07.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.104987 14359 mini_oidc.cc:186] Starting OIDC Discovery server
10:44:07.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.105176 14359 webserver.cc:533] Webserver started at http://127.0.0.1:44093/ using document root <none> and password file <none>
10:44:07.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:07Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:44:07.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:07Z Disabled control of system clock
10:44:07.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.121704 14359 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/wal
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/data
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/logs
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/data/info.pb
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.254:38779
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.254
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.212:42801
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41053/jwks.json
10:44:07.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43061 with env {}
10:44:07.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.240967 14381 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:07.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.241243 14381 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:07.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.241276 14381 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:07.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.243698 14381 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:07.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.243788 14381 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:07.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.243808 14381 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:07.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.243826 14381 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:07.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.243844 14381 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:07.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.243861 14381 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41053/jwks.json
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.246374 14381 master_runner.cc:387] Master server non-default flags:
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.212:42801
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/data
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/wal
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43061
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633
10:44:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.254:38779
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41053/jwks.json
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/data/info.pb
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.254
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14381
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/logs
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.246742 14381 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:44:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.247023 14381 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:07.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.249727 14389 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:44:07.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.250305 14381 server_base.cc:1061] running on GCE node
10:44:07.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.250435 14388 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:44:07.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.249742 14391 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:44:07.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.251029 14381 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:07.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.251374 14381 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:07.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.252565 14381 hybrid_clock.cc:648] HybridClock initialized: now 1786445047252490 us; error 89 us; skew 500 ppm
10:44:07.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.253961 14381 webserver.cc:533] Webserver started at http://127.14.5.254:34877/ using document root <none> and password file <none>
10:44:07.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.254236 14381 fs_manager.cc:362] Metadata directory not provided
10:44:07.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.254338 14381 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:07.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.254478 14381 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:07.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.255504 14381 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/data/instance:
10:44:07.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dbb29958a353413585cb26429cc3fa91"
10:44:07.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-3kk6"
10:44:07.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.255900 14381 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/wal/instance:
10:44:07.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dbb29958a353413585cb26429cc3fa91"
10:44:07.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-3kk6"
10:44:07.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.257390 14381 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
10:44:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.258291 14402 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.258497 14381 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
10:44:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.258596 14381 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/wal
10:44:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dbb29958a353413585cb26429cc3fa91"
10:44:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-3kk6"
10:44:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.258695 14381 fs_report.cc:389] FS layout report
10:44:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/wal
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/wal
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/data/data
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:07.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.270613 14381 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:07.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.271127 14381 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:44:07.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.271299 14381 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.276463 14381 rpc_server.cc:307] RPC server started. Bound to: 127.14.5.254:38779
10:44:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.276481 14495 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.5.254:38779 every 8 connection(s)
10:44:07.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.276911 14381 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/data/info.pb
10:44:07.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.277484 14497 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:44:07.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.278784 14359 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 14381
10:44:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.278913 14359 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-0/wal/instance
10:44:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.279106 14497 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.279826 14359 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/wal
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/data
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/logs
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/data/info.pb
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.253:46615
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.253
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.212:42801
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41053/jwks.json
10:44:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43061 with env {}
10:44:07.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.286525 14497 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.287014 14405 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.5.253:46615: connect: Connection refused (error 111)
10:44:07.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.287665 14497 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.253:46615: Network error: Client connection negotiation failed: client connection to 127.14.5.253:46615: connect: Connection refused (error 111)
10:44:07.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.336912 14497 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } attempt: 1
10:44:07.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.337958 14497 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.253:46615: Network error: Client connection negotiation failed: client connection to 127.14.5.253:46615: connect: Connection refused (error 111)
10:44:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.367198 14502 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.367401 14502 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.367424 14502 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:07.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.368885 14502 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:07.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.368929 14502 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:07.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.368943 14502 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:07.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.368955 14502 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:07.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.368968 14502 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:07.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.368979 14502 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41053/jwks.json
10:44:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.370508 14502 master_runner.cc:387] Master server non-default flags:
10:44:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.212:42801
10:44:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/data
10:44:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/wal
10:44:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43061
10:44:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.253:46615
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41053/jwks.json
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/data/info.pb
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.253
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14502
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/logs
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.370776 14502 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:44:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.370980 14502 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:07.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.373580 14512 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:44:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.373596 14518 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:44:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.373587 14515 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:44:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.373673 14502 server_base.cc:1061] running on GCE node
10:44:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.374218 14502 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.374450 14502 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:07.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.375622 14502 hybrid_clock.cc:648] HybridClock initialized: now 1786445047375573 us; error 63 us; skew 500 ppm
10:44:07.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.376860 14502 webserver.cc:533] Webserver started at http://127.14.5.253:37053/ using document root <none> and password file <none>
10:44:07.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.377102 14502 fs_manager.cc:362] Metadata directory not provided
10:44:07.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.377173 14502 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:07.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.377305 14502 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.378232 14502 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/data/instance:
10:44:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "75e2c56b58f74c9a89b17a5f7077b7fe"
10:44:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-3kk6"
10:44:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.378691 14502 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/wal/instance:
10:44:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "75e2c56b58f74c9a89b17a5f7077b7fe"
10:44:07.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-3kk6"
10:44:07.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.380115 14502 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
10:44:07.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.380821 14526 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.381034 14502 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.381126 14502 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/wal
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "75e2c56b58f74c9a89b17a5f7077b7fe"
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-3kk6"
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.381186 14502 fs_report.cc:389] FS layout report
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/wal
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/wal
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/data/data
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:07.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.406147 14497 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } attempt: 2
10:44:07.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.407193 14497 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.253:46615: Network error: Client connection negotiation failed: client connection to 127.14.5.253:46615: connect: Connection refused (error 111)
10:44:07.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.415326 14502 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:07.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.415635 14502 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:44:07.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.415751 14502 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:07.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.420233 14502 rpc_server.cc:307] RPC server started. Bound to: 127.14.5.253:46615
10:44:07.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.420286 14610 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.5.253:46615 every 8 connection(s)
10:44:07.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.420692 14502 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/data/info.pb
10:44:07.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.421440 14611 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:44:07.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.422859 14611 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.426113 14359 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 14502
10:44:07.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.426252 14359 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-1/wal/instance
10:44:07.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.426769 14359 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:07.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:07.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/wal
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/data
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/logs
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/data/info.pb
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.252:43633
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.252
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.212:42801
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41053/jwks.json
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43061 with env {}
10:44:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.428689 14611 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.432789 14611 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.433233 14528 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.5.252:43633: connect: Connection refused (error 111)
10:44:07.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.433678 14611 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.252:43633: Network error: Client connection negotiation failed: client connection to 127.14.5.252:43633: connect: Connection refused (error 111)
10:44:07.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.482889 14611 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } attempt: 1
10:44:07.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.483819 14611 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.252:43633: Network error: Client connection negotiation failed: client connection to 127.14.5.252:43633: connect: Connection refused (error 111)
10:44:07.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.498363 14497 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } attempt: 3
10:44:07.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.501925 14497 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.502677 14497 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.252:43633: Network error: Client connection negotiation failed: client connection to 127.14.5.252:43633: connect: Connection refused (error 111)
10:44:07.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.513255 14613 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:07.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.513517 14613 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:07.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.513556 14613 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:07.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.515324 14613 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:07.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.515393 14613 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:07.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.515415 14613 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:07.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.515435 14613 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:07.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.515453 14613 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:07.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.515468 14613 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41053/jwks.json
10:44:07.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.517217 14613 master_runner.cc:387] Master server non-default flags:
10:44:07.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:07.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.212:42801
10:44:07.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:07.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:07.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/data
10:44:07.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/wal
10:44:07.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43061
10:44:07.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.252:43633
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41053/jwks.json
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/data/info.pb
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.252
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14613
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/logs
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:07.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:07.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:07.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:07.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:07.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:07.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:07.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.517546 14613 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:44:07.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.517839 14613 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:07.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.520962 14632 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:44:07.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.521194 14622 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:44:07.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.520975 14627 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:44:07.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.521586 14613 server_base.cc:1061] running on GCE node
10:44:07.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.521821 14613 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:07.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.522141 14613 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:07.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.523435 14613 hybrid_clock.cc:648] HybridClock initialized: now 1786445047523422 us; error 44 us; skew 500 ppm
10:44:07.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.524606 14613 webserver.cc:533] Webserver started at http://127.14.5.252:44593/ using document root <none> and password file <none>
10:44:07.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.524789 14613 fs_manager.cc:362] Metadata directory not provided
10:44:07.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.524827 14613 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:07.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.524912 14613 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:07.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.525735 14613 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/data/instance:
10:44:07.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94f9d4f24db64c79b4e762aee3e39708"
10:44:07.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-3kk6"
10:44:07.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.526016 14613 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/wal/instance:
10:44:07.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94f9d4f24db64c79b4e762aee3e39708"
10:44:07.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-3kk6"
10:44:07.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.527392 14613 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.528074 14643 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.528251 14613 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.528327 14613 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/wal
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94f9d4f24db64c79b4e762aee3e39708"
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-3kk6"
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.528391 14613 fs_report.cc:389] FS layout report
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/wal
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/wal
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/data/data
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:07.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.533846 14497 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } attempt: 1
10:44:07.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.535022 14497 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.252:43633: Network error: Client connection negotiation failed: client connection to 127.14.5.252:43633: connect: Connection refused (error 111)
10:44:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.549177 14613 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.549618 14613 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:44:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.549820 14613 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:07.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.552057 14611 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } attempt: 2
10:44:07.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.553122 14611 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.252:43633: Network error: Client connection negotiation failed: client connection to 127.14.5.252:43633: connect: Connection refused (error 111)
10:44:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.555147 14613 rpc_server.cc:307] RPC server started. Bound to: 127.14.5.252:43633
10:44:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.555238 14726 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.5.252:43633 every 8 connection(s)
10:44:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.555584 14613 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/data/info.pb
10:44:07.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.556134 14727 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:44:07.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.557440 14727 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.562301 14727 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.563113 14359 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 14613
10:44:07.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.563223 14359 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster7025528711326914428/master-2/wal/instance
10:44:07.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.565515 14727 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.570595 14727 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708: Bootstrap starting.
10:44:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.571434 14727 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708: Neither blocks nor log segments found. Creating new log.
10:44:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.571771 14727 log.cc:826] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708: Log is configured to *not* fsync() on all Append() calls
10:44:07.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.572865 14727 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708: No bootstrap required, opened a new log
10:44:07.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.575345 14727 raft_consensus.cc:359] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } }
10:44:07.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.575471 14727 raft_consensus.cc:385] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:07.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.575492 14727 raft_consensus.cc:740] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94f9d4f24db64c79b4e762aee3e39708, State: Initialized, Role: FOLLOWER
10:44:07.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.575655 14727 consensus_queue.cc:260] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [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: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } }
10:44:07.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.576045 14727 sys_catalog.cc:565] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [sys.catalog]: configured and running, proceeding with master startup.
10:44:07.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.576018 14737 sys_catalog.cc:455] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [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: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.576166 14737 sys_catalog.cc:458] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [sys.catalog]: This master's current role is: FOLLOWER
10:44:07.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.577659 14359 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:44:07.578 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:07.578 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:44:07.579 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.5.254"
      port: 38779
    }
    bound_http_address {
      host: "127.14.5.254"
      port: 34877
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.5.253"
      port: 46615
    }
    bound_http_address {
      host: "127.14.5.253"
      port: 37053
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.5.252"
      port: 43633
    }
    bound_http_address {
      host: "127.14.5.252"
      port: 44593
    }
  }
}

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

10:44:07.580 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.578987 14757 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:07.582 [INFO - Metastore-Handler-Pool: Thread-158] (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=8c339491-3d71-4c89-9d19-ddbf7ec44be7, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:44:07.584 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:07.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.582847 14613 master_runner.cc:187] Error getting master registration for 127.14.5.254:38779: OK, instance_id { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" instance_seqno: 1786445047275059 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:07.584 [INFO - Metastore-Handler-Pool: Thread-158] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:07.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.584616 14613 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:07.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.582412 14757 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:07.585 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:44:07.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.585853 14754 client.h:372] Failed to connect to Hive Metastore (localhost:43061): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:07.586 [INFO - Metastore-Handler-Pool: Thread-158] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ad794, with PersistenceManager: null will be shutdown
10:44:07.587 [INFO - Metastore-Handler-Pool: Thread-158] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ad794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4e652c9b created in the thread with id: 158
10:44:07.592 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ad794
10:44:07.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.610235 14497 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } attempt: 2
10:44:07.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.616125 14497 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91: Bootstrap starting.
10:44:07.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.616995 14497 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91: Neither blocks nor log segments found. Creating new log.
10:44:07.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.617293 14497 log.cc:826] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91: Log is configured to *not* fsync() on all Append() calls
10:44:07.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.628099 14497 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91: No bootstrap required, opened a new log
10:44:07.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.630470 14497 raft_consensus.cc:359] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } }
10:44:07.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.630628 14497 raft_consensus.cc:385] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:07.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.631208 14497 raft_consensus.cc:740] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dbb29958a353413585cb26429cc3fa91, State: Initialized, Role: FOLLOWER
10:44:07.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.631513 14497 consensus_queue.cc:260] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [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: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } }
10:44:07.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.632138 14497 sys_catalog.cc:565] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [sys.catalog]: configured and running, proceeding with master startup.
10:44:07.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.635416 14381 master_runner.cc:187] Error getting master registration for 127.14.5.253:46615: OK, instance_id { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" instance_seqno: 1786445047418918 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:07.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.637171 14381 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:07.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.639353 14786 catalog_manager.cc:1594] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:07.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.639623 14786 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:07.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.644299 14611 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } attempt: 3
10:44:07.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.648885 14765 sys_catalog.cc:455] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [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: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.649718 14765 sys_catalog.cc:458] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [sys.catalog]: This master's current role is: FOLLOWER
10:44:07.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.649839 14611 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe: Bootstrap starting.
10:44:07.650 [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:44:07.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.650609 14611 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe: Neither blocks nor log segments found. Creating new log.
10:44:07.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.650946 14611 log.cc:826] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe: Log is configured to *not* fsync() on all Append() calls
10:44:07.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.651494 14781 client.h:372] Failed to connect to Hive Metastore (localhost:43061): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:07.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.655962 14737 raft_consensus.cc:493] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:44:07.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.656095 14737 raft_consensus.cc:515] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } }
10:44:07.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.656386 14737 leader_election.cc:290] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dbb29958a353413585cb26429cc3fa91 (127.14.5.254:38779), 75e2c56b58f74c9a89b17a5f7077b7fe (127.14.5.253:46615)
10:44:07.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.657351 14447 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "94f9d4f24db64c79b4e762aee3e39708" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dbb29958a353413585cb26429cc3fa91" is_pre_election: true
10:44:07.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.657514 14447 raft_consensus.cc:2468] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94f9d4f24db64c79b4e762aee3e39708 in term 0.
10:44:07.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.657917 14646 leader_election.cc:304] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [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: 94f9d4f24db64c79b4e762aee3e39708, dbb29958a353413585cb26429cc3fa91; no voters: 
10:44:07.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.658396 14737 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:44:07.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.658475 14737 raft_consensus.cc:493] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:44:07.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.658499 14737 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 0 FOLLOWER]: Advancing to term 1
10:44:07.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.659322 14611 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe: No bootstrap required, opened a new log
10:44:07.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.659508 14737 raft_consensus.cc:515] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } }
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.659673 14737 leader_election.cc:290] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [CANDIDATE]: Term 1 election: Requested vote from peers dbb29958a353413585cb26429cc3fa91 (127.14.5.254:38779), 75e2c56b58f74c9a89b17a5f7077b7fe (127.14.5.253:46615)
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.660225 14447 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "94f9d4f24db64c79b4e762aee3e39708" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dbb29958a353413585cb26429cc3fa91"
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.660310 14447 raft_consensus.cc:3060] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [term 0 FOLLOWER]: Advancing to term 1
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.661173 14447 raft_consensus.cc:2468] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94f9d4f24db64c79b4e762aee3e39708 in term 1.
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.661450 14646 leader_election.cc:304] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [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: 94f9d4f24db64c79b4e762aee3e39708, dbb29958a353413585cb26429cc3fa91; no voters: 
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.661674 14611 raft_consensus.cc:359] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } }
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.661804 14611 raft_consensus.cc:385] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.661847 14611 raft_consensus.cc:740] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 75e2c56b58f74c9a89b17a5f7077b7fe, State: Initialized, Role: FOLLOWER
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.661954 14611 consensus_queue.cc:260] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [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: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } }
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.662319 14611 sys_catalog.cc:565] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [sys.catalog]: configured and running, proceeding with master startup.
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.662423 14569 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "94f9d4f24db64c79b4e762aee3e39708" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe"
10:44:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.662556 14569 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [term 0 FOLLOWER]: Advancing to term 1
10:44:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.663518 14569 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94f9d4f24db64c79b4e762aee3e39708 in term 1.
10:44:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.663916 14570 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "94f9d4f24db64c79b4e762aee3e39708" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" is_pre_election: true
10:44:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.664002 14570 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 94f9d4f24db64c79b4e762aee3e39708 in term 1. Re-sending same reply.
10:44:07.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.664476 14737 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 1 FOLLOWER]: Leader election won for term 1
10:44:07.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.664664 14737 raft_consensus.cc:697] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [term 1 LEADER]: Becoming Leader. State: Replica: 94f9d4f24db64c79b4e762aee3e39708, State: Running, Role: LEADER
10:44:07.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.664769 14737 consensus_queue.cc:237] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [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: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } }
10:44:07.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.665179 14737 sys_catalog.cc:455] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 94f9d4f24db64c79b4e762aee3e39708. Latest consensus state: current_term: 1 leader_uuid: "94f9d4f24db64c79b4e762aee3e39708" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.665242 14737 sys_catalog.cc:458] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [sys.catalog]: This master's current role is: LEADER
10:44:07.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.666380 14534 tablet.cc:2406] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:07.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.675403 14822 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:07.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.675792 14822 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:07.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.677721 14791 sys_catalog.cc:455] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [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: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.678056 14791 sys_catalog.cc:458] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [sys.catalog]: This master's current role is: FOLLOWER
10:44:07.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.678261 14826 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:44:07.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.678675 14826 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:44:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.683882 14570 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [term 1 FOLLOWER]: Refusing update from remote peer 94f9d4f24db64c79b4e762aee3e39708: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:07.684 [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:44:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.684458 14737 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [LEADER]: Connected to new peer: Peer: permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:07.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.685056 14819 client.h:372] Failed to connect to Hive Metastore (localhost:43061): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:07.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.686062 14791 sys_catalog.cc:455] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [sys.catalog]: SysCatalogTable state changed. Reason: New leader 94f9d4f24db64c79b4e762aee3e39708. Latest consensus state: current_term: 1 leader_uuid: "94f9d4f24db64c79b4e762aee3e39708" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.686323 14791 sys_catalog.cc:458] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [sys.catalog]: This master's current role is: FOLLOWER
10:44:07.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.686954 14447 raft_consensus.cc:1275] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [term 1 FOLLOWER]: Refusing update from remote peer 94f9d4f24db64c79b4e762aee3e39708: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:07.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.687215 14737 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:07.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.688699 14765 sys_catalog.cc:455] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 94f9d4f24db64c79b4e762aee3e39708. Latest consensus state: current_term: 1 leader_uuid: "94f9d4f24db64c79b4e762aee3e39708" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.688803 14765 sys_catalog.cc:458] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [sys.catalog]: This master's current role is: FOLLOWER
10:44:07.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.697644 14823 sys_catalog.cc:455] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "94f9d4f24db64c79b4e762aee3e39708" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.698607 14765 sys_catalog.cc:455] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "94f9d4f24db64c79b4e762aee3e39708" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.698732 14765 sys_catalog.cc:458] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91 [sys.catalog]: This master's current role is: FOLLOWER
10:44:07.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.698908 14834 mvcc.cc:204] Tried to move back new op lower bound from 7317278915309809664 to 7317278915235684352. Current Snapshot: MvccSnapshot[applied={T|T < 7317278915309809664}]
10:44:07.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.699396 14823 sys_catalog.cc:458] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [sys.catalog]: This master's current role is: LEADER
10:44:07.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.698815 14831 mvcc.cc:204] Tried to move back new op lower bound from 7317278915309809664 to 7317278915235684352. Current Snapshot: MvccSnapshot[applied={T|T < 7317278915309809664}]
10:44:07.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.700134 14737 sys_catalog.cc:455] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "94f9d4f24db64c79b4e762aee3e39708" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.700217 14737 sys_catalog.cc:458] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708 [sys.catalog]: This master's current role is: LEADER
10:44:07.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.701133 14791 sys_catalog.cc:455] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "94f9d4f24db64c79b4e762aee3e39708" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dbb29958a353413585cb26429cc3fa91" member_type: VOTER last_known_addr { host: "127.14.5.254" port: 38779 } } peers { permanent_uuid: "75e2c56b58f74c9a89b17a5f7077b7fe" member_type: VOTER last_known_addr { host: "127.14.5.253" port: 46615 } } peers { permanent_uuid: "94f9d4f24db64c79b4e762aee3e39708" member_type: VOTER last_known_addr { host: "127.14.5.252" port: 43633 } } }
10:44:07.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.701225 14791 sys_catalog.cc:458] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe [sys.catalog]: This master's current role is: FOLLOWER
10:44:07.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.701581 14832 mvcc.cc:204] Tried to move back new op lower bound from 7317278915309809664 to 7317278915235684352. Current Snapshot: MvccSnapshot[applied={T|T < 7317278915309809664}]
10:44:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.702261 14826 catalog_manager.cc:1383] Generated new cluster ID: 8b0ea83a7b504544a4215140cc3edd11
10:44:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.702322 14826 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:44:07.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.735131 14826 catalog_manager.cc:1406] Generated new certificate authority record
10:44:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.736294 14826 catalog_manager.cc:1540] Loading token signing keys...
10:44:07.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.763823 14826 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 94f9d4f24db64c79b4e762aee3e39708: Generated new TSK 0
10:44:07.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.764361 14826 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:44:07.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.764676 14826 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:44:07.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.764909 14826 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:44:08.037 [WARN - Metastore-Handler-Pool: Thread-158] (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:44:08.042 [WARN - Metastore-Handler-Pool: Thread-158] (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:44:08.043 [WARN - Metastore-Handler-Pool: Thread-158] (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:44:08.101 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:08.108 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive5056311728207814386/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=8c339491-3d71-4c89-9d19-ddbf7ec44be7, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:44:08.110 [INFO - Metastore-Handler-Pool: Thread-158] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5056311728207814386/external-warehouse/table
10:44:08.210 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:08.253 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:08.254 [INFO - Metastore-Handler-Pool: Thread-158] (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:44:08.257 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
10:44:08.259 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive5056311728207814386/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:44:08.261 [INFO - Metastore-Handler-Pool: Thread-158] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5056311728207814386/external-warehouse/legacy_table
10:44:08.279 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
10:44:08.289 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:08.291 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.302 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.347 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.347 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.369 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.389 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.401 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.402 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.411 [DEBUG - Metastore-Handler-Pool: Thread-158] (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:44:08.413 [DEBUG - Metastore-Handler-Pool: Thread-158] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:44:08.415 [DEBUG - Metastore-Handler-Pool: Thread-158] (Connection.java:748) [peer master-127.14.5.254:38779(127.14.5.254:38779)] connecting to peer
10:44:08.417 [DEBUG - Metastore-Handler-Pool: Thread-158] (Connection.java:748) [peer master-127.14.5.253:46615(127.14.5.253:46615)] connecting to peer
10:44:08.418 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.5.254:38779(127.14.5.254:38779)] Successfully connected to peer
10:44:08.424 [DEBUG - Metastore-Handler-Pool: Thread-158] (Connection.java:748) [peer master-127.14.5.252:43633(127.14.5.252:43633)] connecting to peer
10:44:08.427 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.5.252:43633(127.14.5.252:43633)] Successfully connected to peer
10:44:08.432 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.5.254
10:44:08.434 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.5.252
10:44:08.456 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.5.253:46615(127.14.5.253:46615)] Successfully connected to peer
10:44:08.464 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.5.253
10:44:08.468 [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:44:08.473 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xd5d69493, L:/127.0.0.1:37360 - R:/127.14.5.254:38779] using SASL/PLAIN
10:44:08.487 [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:44:08.488 [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:44:08.496 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x623d1c55, L:/127.0.0.1:38994 - R:/127.14.5.252:43633] using SASL/PLAIN
10:44:08.500 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:44:08.501 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:08.502 [ERROR - Metastore-Handler-Pool: Thread-158] (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:44:08.504 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.510 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x1b3c2b1b, L:/127.0.0.1:33162 - R:/127.14.5.253:46615] using SASL/PLAIN
10:44:08.519 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.538 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.538 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.547 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.559 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.590 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:44:08.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.591464 14754 client.h:372] Failed to connect to Hive Metastore (localhost:43061): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:08.592 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.592 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.597 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.613 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.632 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.632 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.640213 14786 catalog_manager.cc:1295] Loaded cluster ID: 8b0ea83a7b504544a4215140cc3edd11
10:44:08.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.640324 14786 catalog_manager.cc:1588] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91: loading cluster ID for follower catalog manager: success
10:44:08.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.641687 14786 catalog_manager.cc:1610] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91: acquiring CA information for follower catalog manager: success
10:44:08.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.642027 14786 catalog_manager.cc:1638] T 00000000000000000000000000000000 P dbb29958a353413585cb26429cc3fa91: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:08.642 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:08.644 [ERROR - Metastore-Handler-Pool: Thread-158] (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:44:08.645 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.654 [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:44:08.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.654570 14781 client.h:372] Failed to connect to Hive Metastore (localhost:43061): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:08.657 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.670 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.670 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.673 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:08.674 [ERROR - Metastore-Handler-Pool: Thread-158] (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:44:08.675 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.676481 14822 catalog_manager.cc:1295] Loaded cluster ID: 8b0ea83a7b504544a4215140cc3edd11
10:44:08.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.676584 14822 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe: loading cluster ID for follower catalog manager: success
10:44:08.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.678054 14822 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe: acquiring CA information for follower catalog manager: success
10:44:08.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.678429 14822 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 75e2c56b58f74c9a89b17a5f7077b7fe: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:08.686 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.688 [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:44:08.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.688946 14819 client.h:372] Failed to connect to Hive Metastore (localhost:43061): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:08.700 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.701 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.706 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.717 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.728 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.728 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.741 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.752 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.764 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.764 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.768 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:08.769 [ERROR - Metastore-Handler-Pool: Thread-158] (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:44:08.770 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.781 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.791 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.791 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.798 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.807 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.818 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.818 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.825 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.834 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.843 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.843 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.849 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.859 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.869 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.870 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:08.940 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:08.942 [ERROR - Metastore-Handler-Pool: Thread-158] (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:44:08.944 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:08.970 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:08.989 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:08.990 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:09.002 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:09.012 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:09.022 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:09.023 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:09.032 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:09.042 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:09.053 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:09.053 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:09.061 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:09.070 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:09.072 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:09.194 [WARN - Metastore-Handler-Pool: Thread-158] (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:44:09.337 [WARN - Metastore-Handler-Pool: Thread-158] (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:44:09.378 [WARN - Metastore-Handler-Pool: Thread-158] (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:44:09.510 [WARN - Metastore-Handler-Pool: Thread-158] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive5056311728207814386/warehouse/default/table
10:44:09.512 [INFO - Metastore-Handler-Pool: Thread-158] (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:44:09.514 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:09.516 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive5056311728207814386/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:44:09.517 [WARN - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:2452) Location: file:/tmp/hive5056311728207814386/external-warehouse/table specified for non-external table:table
10:44:09.518 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:09.518 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:09.539 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:09.558 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:09.560 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:09.570 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:09.587 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:09.587 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:09.591 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:09.593 [ERROR - Metastore-Handler-Pool: Thread-158] (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:44:09.594 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:09.594 [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:44:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.595050 14754 client.h:372] Failed to connect to Hive Metastore (localhost:43061): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:09.603 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:09.613 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:09.613 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:09.616 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:09.618 [ERROR - Metastore-Handler-Pool: Thread-158] (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:44:09.619 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:09.629 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:09.639 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:09.639 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:09.644 [INFO - Metastore-Handler-Pool: Thread-158] (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:44:09.654 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
10:44:09.656 [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:44:09.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.657645 14781 client.h:372] Failed to connect to Hive Metastore (localhost:43061): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:09.664 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
10:44:09.664 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
10:44:09.672 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:09.681 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:09.682 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:09.691 [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:44:09.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.693487 14819 client.h:372] Failed to connect to Hive Metastore (localhost:43061): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:09.734 [INFO - Metastore-Handler-Pool: Thread-158] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:44:09.736 [INFO - Metastore-Handler-Pool: Thread-158] (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=8c339491-3d71-4c89-9d19-ddbf7ec44be7, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:44:09.738 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:09.741 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive5056311728207814386/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=8c339491-3d71-4c89-9d19-ddbf7ec44be7, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.254:38779,127.14.5.253:46615,127.14.5.252:43633}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:44:09.742 [INFO - Metastore-Handler-Pool: Thread-158] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5056311728207814386/external-warehouse/table
10:44:09.759 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:09.768 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:09.770 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:09.780 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:09.790 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:09.790 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:09.796 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:09.803 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:09.805 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:09.861 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:09.861 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:44:09.861 [INFO - Metastore-Handler-Pool: Thread-158] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ad794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4e652c9b will be shutdown
10:44:09.862 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:44:09.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.861985 14359 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 14381
10:44:09.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.887941 14359 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 14502
10:44:09.888 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.5.254:38779(127.14.5.254:38779)] handling channelInactive
10:44:09.888 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.5.254:38779(127.14.5.254:38779)] cleaning up while in state READY due to: connection closed
10:44:09.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.901881 14359 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 14613
10:44:09.909 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.5.253:46615(127.14.5.253:46615)] handling channelInactive
10:44:09.909 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.5.253:46615(127.14.5.253:46615)] cleaning up while in state READY due to: connection closed
10:44:09.918 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.5.252:43633(127.14.5.252:43633)] handling channelInactive
10:44:09.918 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.5.252:43633(127.14.5.252:43633)] cleaning up while in state READY due to: connection closed
10:44:09.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:09Z chronyd exiting
.10:44:09.965 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:09.965 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:09.966 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:09.992 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8391242610432243313
10:44:09.993 [INFO - Thread-123] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:44:09.993 [INFO - Thread-123] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:44:09.996 [INFO - Thread-123] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:09.996 [INFO - Thread-123] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:09.996 [INFO - Thread-123] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:44:09.997 [INFO - Thread-123] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:44:09.998 [INFO - Thread-123] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:44:09.998 [INFO - Thread-123] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:44:10.000 [INFO - Thread-123] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:44:10.000 [INFO - Thread-123] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:44:10.002 [INFO - Thread-123] (HikariDataSource.java:80) objectstore - Starting...
10:44:10.064 [INFO - Thread-123] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:10.065 [INFO - Thread-123] (HikariDataSource.java:82) objectstore - Start completed.
10:44:10.065 [INFO - Thread-123] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:44:10.067 [INFO - Thread-123] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:44:10.069 [INFO - Thread-123] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:10.069 [INFO - Thread-123] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:44:10.083 [INFO - Thread-123] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:44:10.083 [INFO - Thread-123] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:44:10.083 [INFO - Thread-123] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:44:10.105 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:10.106 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:10.106 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:10.107 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:10.107 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:10.107 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:10.297 [INFO - Thread-123] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:44:10.297 [INFO - Thread-123] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d76a4e3, with PersistenceManager: null will be shutdown
10:44:10.297 [INFO - Thread-123] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d76a4e3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@674de14f created in the thread with id: 177
10:44:10.299 [WARN - Thread-123] (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:44:10.300 [INFO - Thread-123] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d76a4e3
10:44:10.441 [INFO - Thread-123] (HMSHandler.java:595) Started creating a default database with name: default
10:44:10.463 [INFO - Thread-123] (HMSHandler.java:605) Successfully created a default database with name: default
10:44:10.521 [INFO - Thread-123] (HMSHandler.java:668) Added admin role in metastore
10:44:10.523 [INFO - Thread-123] (HMSHandler.java:677) Added public role in metastore
10:44:10.560 [INFO - Thread-123] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:44:10.560 [INFO - Thread-123] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:44:10.561 [INFO - Thread-123] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:44:10.561 [INFO - Thread-123] (HiveMetaStore.java:697) Direct SQL optimization = true
10:44:10.562 [WARN - Thread-123] (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:44:10.562 [INFO - Thread-123] (HiveMetaStore.java:632) Started the new metaserver on port [34159]...
10:44:10.562 [INFO - Thread-123] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:44:10.563 [INFO - Thread-123] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:44:10.563 [INFO - Thread-123] (HiveMetaStore.java:635) TCP keepalive = true
10:44:10.563 [INFO - Thread-123] (HiveMetaStore.java:636) Enable SSL = false
10:44:10.995 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:10.995 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:10.996 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:10.998 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:44:10.998 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34159]
10:44:10.998 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34159) in binary transport mode
10:44:10.998 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34159) current connections: 1
10:44:11.000 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskakXzgc/test-tmp
10:44:11.000 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
10:44:11.000 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskakXzgc/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
10:44:11.003 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34159"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

10:44:11.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.085024 14907 mini_oidc.cc:150] Starting JWKS server
10:44:11.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.085597 14907 webserver.cc:533] Webserver started at http://127.0.0.1:40793/ using document root <none> and password file <none>
10:44:11.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.085708 14907 mini_oidc.cc:186] Starting OIDC Discovery server
10:44:11.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.085912 14907 webserver.cc:533] Webserver started at http://127.0.0.1:41975/ using document root <none> and password file <none>
10:44:11.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:11Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:44:11.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:11Z Disabled control of system clock
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.098084 14907 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/wal
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/data
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/logs
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/data/info.pb
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.142.254:39119
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.142.254
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.142.212:37629
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.142.254:39119,127.14.142.253:46199,127.14.142.252:43799
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40793/jwks.json
10:44:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159 with env {}
10:44:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.179904 14922 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.180097 14922 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.180117 14922 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:11.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.181586 14922 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:11.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.181631 14922 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:11.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.181645 14922 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:11.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.181658 14922 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:11.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.181670 14922 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:11.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.181681 14922 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40793/jwks.json
10:44:11.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.183336 14922 master_runner.cc:387] Master server non-default flags:
10:44:11.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:11.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.142.212:37629
10:44:11.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:11.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:11.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/data
10:44:11.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/wal
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.142.254:39119,127.14.142.253:46199,127.14.142.252:43799
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.142.254:39119
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40793/jwks.json
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/data/info.pb
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.142.254
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14922
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/logs
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.183547 14922 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:44:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.183781 14922 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:11.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.186615 14937 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:44:11.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.186691 14939 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:44:11.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.186642 14936 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:44:11.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.187301 14922 server_base.cc:1061] running on GCE node
10:44:11.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.187538 14922 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:11.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.187847 14922 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:11.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.189013 14922 hybrid_clock.cc:648] HybridClock initialized: now 1786445051188995 us; error 106 us; skew 500 ppm
10:44:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.190232 14922 webserver.cc:533] Webserver started at http://127.14.142.254:43943/ using document root <none> and password file <none>
10:44:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.190486 14922 fs_manager.cc:362] Metadata directory not provided
10:44:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.190558 14922 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.190711 14922 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.191628 14922 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/data/instance:
10:44:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4ab1da0b2a714d0fb92324e62044196e"
10:44:11.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:11 on dist-test-slave-3kk6"
10:44:11.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.192034 14922 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/wal/instance:
10:44:11.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4ab1da0b2a714d0fb92324e62044196e"
10:44:11.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:11 on dist-test-slave-3kk6"
10:44:11.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.193392 14922 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
10:44:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.194247 14952 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.194458 14922 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
10:44:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.194550 14922 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/wal
10:44:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4ab1da0b2a714d0fb92324e62044196e"
10:44:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:11 on dist-test-slave-3kk6"
10:44:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.194612 14922 fs_report.cc:389] FS layout report
10:44:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/wal
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/wal
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/data/data
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:11.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:11.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.209606 14922 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:11.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.210055 14922 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:44:11.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.210216 14922 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:11.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.214643 14922 rpc_server.cc:307] RPC server started. Bound to: 127.14.142.254:39119
10:44:11.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.214726 15026 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.142.254:39119 every 8 connection(s)
10:44:11.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.215152 14922 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/data/info.pb
10:44:11.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.215829 15027 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:44:11.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.217154 15027 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.142.254" port: 39119 } has no permanent_uuid. Determining permanent_uuid...
10:44:11.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.222854 15027 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } has no permanent_uuid. Determining permanent_uuid...
10:44:11.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.223002 14907 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 14922
10:44:11.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.223119 14907 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-0/wal/instance
10:44:11.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.223421 14953 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.142.253:46199: connect: Connection refused (error 111)
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.223941 15027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.142.253:46199: Network error: Client connection negotiation failed: client connection to 127.14.142.253:46199: connect: Connection refused (error 111)
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.224121 14907 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/wal
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/data
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/logs
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/data/info.pb
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.142.253:46199
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.142.253
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.142.212:37629
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.142.254:39119,127.14.142.253:46199,127.14.142.252:43799
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40793/jwks.json
10:44:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159 with env {}
10:44:11.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.273188 15027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } attempt: 1
10:44:11.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.274228 15027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.142.253:46199: Network error: Client connection negotiation failed: client connection to 127.14.142.253:46199: connect: Connection refused (error 111)
10:44:11.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.305420 15034 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:11.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.305617 15034 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:11.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.305639 15034 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:11.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.307323 15034 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:11.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.307380 15034 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:11.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.307394 15034 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:11.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.307406 15034 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:11.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.307418 15034 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:11.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.307430 15034 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40793/jwks.json
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.309000 15034 master_runner.cc:387] Master server non-default flags:
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.142.212:37629
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/data
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/wal
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.142.254:39119,127.14.142.253:46199,127.14.142.252:43799
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.142.253:46199
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40793/jwks.json
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/data/info.pb
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.142.253
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15034
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/logs
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.309207 15034 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:44:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.309458 15034 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:11.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.311960 15043 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:44:11.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.311977 15048 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:44:11.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.312158 15034 server_base.cc:1061] running on GCE node
10:44:11.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.311996 15045 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:44:11.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.312672 15034 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:11.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.312955 15034 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:11.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.314126 15034 hybrid_clock.cc:648] HybridClock initialized: now 1786445051314095 us; error 51 us; skew 500 ppm
10:44:11.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.315500 15034 webserver.cc:533] Webserver started at http://127.14.142.253:42533/ using document root <none> and password file <none>
10:44:11.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.315940 15034 fs_manager.cc:362] Metadata directory not provided
10:44:11.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.316007 15034 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:11.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.316123 15034 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.317212 15034 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/data/instance:
10:44:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2df86aae68ea4a53bc38e734ff74d841"
10:44:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:11 on dist-test-slave-3kk6"
10:44:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.317610 15034 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/wal/instance:
10:44:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2df86aae68ea4a53bc38e734ff74d841"
10:44:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:11 on dist-test-slave-3kk6"
10:44:11.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.319150 15034 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.320011 15058 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.320206 15034 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.320284 15034 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/wal
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2df86aae68ea4a53bc38e734ff74d841"
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:11 on dist-test-slave-3kk6"
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.320329 15034 fs_report.cc:389] FS layout report
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/wal
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/wal
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/data/data
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:11.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.342339 15034 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:11.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.342471 15027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } attempt: 2
10:44:11.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.342774 15034 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:44:11.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.342949 15034 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:11.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.343519 15027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.142.253:46199: Network error: Client connection negotiation failed: client connection to 127.14.142.253:46199: connect: Connection refused (error 111)
10:44:11.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.347301 15034 rpc_server.cc:307] RPC server started. Bound to: 127.14.142.253:46199
10:44:11.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.347338 15139 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.142.253:46199 every 8 connection(s)
10:44:11.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.347767 15034 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/data/info.pb
10:44:11.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.348416 15140 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:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.349056 14907 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 15034
10:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.349159 14907 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-1/wal/instance
10:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.349541 14907 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/wal
10:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/data
10:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/logs
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/data/info.pb
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.142.252:43799
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.142.252
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.142.212:37629
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:11.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:11.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:11.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:11.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.142.254:39119,127.14.142.253:46199,127.14.142.252:43799
10:44:11.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:11.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40793/jwks.json
10:44:11.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159 with env {}
10:44:11.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.349727 15140 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.142.254" port: 39119 } has no permanent_uuid. Determining permanent_uuid...
10:44:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.355476 15140 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } has no permanent_uuid. Determining permanent_uuid...
10:44:11.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.359952 15140 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } has no permanent_uuid. Determining permanent_uuid...
10:44:11.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.360459 15063 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.142.252:43799: connect: Connection refused (error 111)
10:44:11.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.361049 15140 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.142.252:43799: Network error: Client connection negotiation failed: client connection to 127.14.142.252:43799: connect: Connection refused (error 111)
10:44:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.410290 15140 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } attempt: 1
10:44:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.411299 15140 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.142.252:43799: Network error: Client connection negotiation failed: client connection to 127.14.142.252:43799: connect: Connection refused (error 111)
10:44:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.434755 15027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } attempt: 3
10:44:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.435876 15143 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.436153 15143 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.436190 15143 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:11.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.438397 15143 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:11.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.438486 15143 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:11.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.438524 15143 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:11.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.438553 15143 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:11.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.438485 15027 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } has no permanent_uuid. Determining permanent_uuid...
10:44:11.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.438578 15143 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:11.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.438599 15143 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40793/jwks.json
10:44:11.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.439334 15027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.142.252:43799: Network error: Client connection negotiation failed: client connection to 127.14.142.252:43799: connect: Connection refused (error 111)
10:44:11.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.440659 15143 master_runner.cc:387] Master server non-default flags:
10:44:11.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:11.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.142.212:37629
10:44:11.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:11.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:11.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/data
10:44:11.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/wal
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.142.254:39119,127.14.142.253:46199,127.14.142.252:43799
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.142.252:43799
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40793/jwks.json
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/data/info.pb
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.142.252
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15143
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/logs
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.440910 15143 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:44:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.441121 15143 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:11.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.443584 15156 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:44:11.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.443621 15160 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:44:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.443614 15154 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:44:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.443961 15143 server_base.cc:1061] running on GCE node
10:44:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.444202 15143 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.444531 15143 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:11.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.445695 15143 hybrid_clock.cc:648] HybridClock initialized: now 1786445051445682 us; error 31 us; skew 500 ppm
10:44:11.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.446970 15143 webserver.cc:533] Webserver started at http://127.14.142.252:33655/ using document root <none> and password file <none>
10:44:11.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.447233 15143 fs_manager.cc:362] Metadata directory not provided
10:44:11.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.447332 15143 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:11.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.447472 15143 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:11.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.448386 15143 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/data/instance:
10:44:11.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7a2abb1f7e8149f4811efdbaba8a2241"
10:44:11.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:11 on dist-test-slave-3kk6"
10:44:11.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.448797 15143 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/wal/instance:
10:44:11.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7a2abb1f7e8149f4811efdbaba8a2241"
10:44:11.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:11 on dist-test-slave-3kk6"
10:44:11.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.450189 15143 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.451092 15166 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.451287 15143 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.451378 15143 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/wal
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7a2abb1f7e8149f4811efdbaba8a2241"
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:11 on dist-test-slave-3kk6"
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.451448 15143 fs_report.cc:389] FS layout report
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/wal
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/wal
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/data/data
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:11.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:11.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:11.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:11.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:11.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:11.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:11.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:11.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.470535 15027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } attempt: 1
10:44:11.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.471566 15027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.142.252:43799: Network error: Client connection negotiation failed: client connection to 127.14.142.252:43799: connect: Connection refused (error 111)
10:44:11.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.475127 15143 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:11.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.475507 15143 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:44:11.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.475631 15143 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:11.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.479456 15140 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } attempt: 2
10:44:11.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.480222 15143 rpc_server.cc:307] RPC server started. Bound to: 127.14.142.252:43799
10:44:11.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.480245 15246 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.142.252:43799 every 8 connection(s)
10:44:11.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.480871 15143 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/data/info.pb
10:44:11.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.481531 15249 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:44:11.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.483212 15249 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.142.254" port: 39119 } has no permanent_uuid. Determining permanent_uuid...
10:44:11.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.485713 14907 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 15143
10:44:11.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.485809 14907 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster402922914584901767/master-2/wal/instance
10:44:11.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.488093 15140 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841: Bootstrap starting.
10:44:11.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.488822 15140 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841: Neither blocks nor log segments found. Creating new log.
10:44:11.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.489050 15140 log.cc:826] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841: Log is configured to *not* fsync() on all Append() calls
10:44:11.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.486975 15249 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } has no permanent_uuid. Determining permanent_uuid...
10:44:11.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.489903 15140 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841: No bootstrap required, opened a new log
10:44:11.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.491989 15140 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4ab1da0b2a714d0fb92324e62044196e" member_type: VOTER last_known_addr { host: "127.14.142.254" port: 39119 } } peers { permanent_uuid: "2df86aae68ea4a53bc38e734ff74d841" member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } } peers { permanent_uuid: "7a2abb1f7e8149f4811efdbaba8a2241" member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } }
10:44:11.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.492113 15140 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:11.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.492146 15140 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2df86aae68ea4a53bc38e734ff74d841, State: Initialized, Role: FOLLOWER
10:44:11.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.492267 15140 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841 [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: "4ab1da0b2a714d0fb92324e62044196e" member_type: VOTER last_known_addr { host: "127.14.142.254" port: 39119 } } peers { permanent_uuid: "2df86aae68ea4a53bc38e734ff74d841" member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } } peers { permanent_uuid: "7a2abb1f7e8149f4811efdbaba8a2241" member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } }
10:44:11.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.492522 15254 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841 [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: "4ab1da0b2a714d0fb92324e62044196e" member_type: VOTER last_known_addr { host: "127.14.142.254" port: 39119 } } peers { permanent_uuid: "2df86aae68ea4a53bc38e734ff74d841" member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } } peers { permanent_uuid: "7a2abb1f7e8149f4811efdbaba8a2241" member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } } }
10:44:11.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.492816 15254 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841 [sys.catalog]: This master's current role is: FOLLOWER
10:44:11.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.493191 15140 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841 [sys.catalog]: configured and running, proceeding with master startup.
10:44:11.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.495672 15272 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2df86aae68ea4a53bc38e734ff74d841: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:11.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.495730 15249 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } has no permanent_uuid. Determining permanent_uuid...
10:44:11.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.495883 15272 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:11.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.495883 15034 master_runner.cc:187] Error getting master registration for 127.14.142.254:39119: OK, instance_id { permanent_uuid: "4ab1da0b2a714d0fb92324e62044196e" instance_seqno: 1786445051213428 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:11.498 [INFO - Metastore-Handler-Pool: Thread-200] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:44:11.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.497946 15034 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:11.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.499321 14907 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:44:11.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.500406 15249 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241: Bootstrap starting.
10:44:11.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.501130 15249 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241: Neither blocks nor log segments found. Creating new log.
10:44:11.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.501458 15249 log.cc:826] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241: Log is configured to *not* fsync() on all Append() calls
10:44:11.501 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:11.502 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:44:11.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.502192 15249 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241: No bootstrap required, opened a new log
10:44:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.503446 15249 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4ab1da0b2a714d0fb92324e62044196e" member_type: VOTER last_known_addr { host: "127.14.142.254" port: 39119 } } peers { permanent_uuid: "2df86aae68ea4a53bc38e734ff74d841" member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } } peers { permanent_uuid: "7a2abb1f7e8149f4811efdbaba8a2241" member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } }
10:44:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.503804 15249 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:11.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.504001 15249 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a2abb1f7e8149f4811efdbaba8a2241, State: Initialized, Role: FOLLOWER
10:44:11.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.504137 15249 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241 [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: "4ab1da0b2a714d0fb92324e62044196e" member_type: VOTER last_known_addr { host: "127.14.142.254" port: 39119 } } peers { permanent_uuid: "2df86aae68ea4a53bc38e734ff74d841" member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } } peers { permanent_uuid: "7a2abb1f7e8149f4811efdbaba8a2241" member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } }
10:44:11.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.504490 15249 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241 [sys.catalog]: configured and running, proceeding with master startup.
10:44:11.502 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.142.254"
      port: 39119
    }
    bound_http_address {
      host: "127.14.142.254"
      port: 43943
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.142.253"
      port: 46199
    }
    bound_http_address {
      host: "127.14.142.253"
      port: 42533
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.142.252"
      port: 43799
    }
    bound_http_address {
      host: "127.14.142.252"
      port: 33655
    }
  }
}

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

10:44:11.508 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:11.508 [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:44:11.509 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:11.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.507001 15280 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241 [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: "4ab1da0b2a714d0fb92324e62044196e" member_type: VOTER last_known_addr { host: "127.14.142.254" port: 39119 } } peers { permanent_uuid: "2df86aae68ea4a53bc38e734ff74d841" member_type: VOTER last_known_addr { host: "127.14.142.253" port: 46199 } } peers { permanent_uuid: "7a2abb1f7e8149f4811efdbaba8a2241" member_type: VOTER last_known_addr { host: "127.14.142.252" port: 43799 } } }
10:44:11.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.508527 15280 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241 [sys.catalog]: This master's current role is: FOLLOWER
10:44:11.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.509057 15294 client.h:372] Failed to connect to Hive Metastore (localhost:34159): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:11.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.509970 14907 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 14922
10:44:11.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.509917 15143 master_runner.cc:187] Error getting master registration for 127.14.142.254:39119: OK, instance_id { permanent_uuid: "4ab1da0b2a714d0fb92324e62044196e" instance_seqno: 1786445051213428 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:11.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.512635 15143 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:11.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.519559 15269 client.h:372] Failed to connect to Hive Metastore (localhost:34159): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:11.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.525650 14907 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 15034
10:44:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.507927 15297 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7a2abb1f7e8149f4811efdbaba8a2241: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.532590 15297 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.539721 14907 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 15143
10:44:11.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:11Z chronyd exiting
.10:44:11.597 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:11.598 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:11.598 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:11.618 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive2829525736374423079
10:44:11.621 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:44:11.621 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:44:11.624 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:11.624 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:11.624 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:44:11.625 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:44:11.626 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:44:11.627 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:44:11.628 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:44:11.628 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:44:11.630 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
10:44:11.693 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:11.694 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
10:44:11.694 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:44:11.696 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:44:11.697 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:11.698 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:44:11.707 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:44:11.707 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:44:11.707 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:44:11.721 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:11.722 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:11.722 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:11.722 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:11.723 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:11.723 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:11.908 [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:44:11.908 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cc7e4e4, with PersistenceManager: null will be shutdown
10:44:11.908 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cc7e4e4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3c691282 created in the thread with id: 202
10:44:11.910 [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:44:11.911 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cc7e4e4
10:44:12.025 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
10:44:12.044 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
10:44:12.074 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
10:44:12.076 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
10:44:12.109 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:44:12.110 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:44:12.111 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:44:12.111 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
10:44:12.111 [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:44:12.112 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [39021]...
10:44:12.112 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:44:12.112 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:44:12.112 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
10:44:12.112 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
10:44:12.622 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:12.622 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:12.623 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:12.624 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:44:12.625 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39021]
10:44:12.625 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39021) in binary transport mode
10:44:12.625 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39021) current connections: 1
10:44:12.627 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskakXzgc/test-tmp
10:44:12.627 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
10:44:12.627 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskakXzgc/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
10:44:12.631 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

10:44:12.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.713644 15346 mini_oidc.cc:150] Starting JWKS server
10:44:12.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.714429 15346 webserver.cc:533] Webserver started at http://127.0.0.1:43109/ using document root <none> and password file <none>
10:44:12.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.714529 15346 mini_oidc.cc:186] Starting OIDC Discovery server
10:44:12.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.714725 15346 webserver.cc:533] Webserver started at http://127.0.0.1:40803/ using document root <none> and password file <none>
10:44:12.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:12Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:44:12.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:12Z Disabled control of system clock
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.727203 15346 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/wal
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/data
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/logs
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/data/info.pb
10:44:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.190:44447
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.190
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:43079
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:44447,127.14.252.189:35809,127.14.252.188:43179
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43109/jwks.json with env {}
10:44:12.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.819406 15362 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:12.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.819598 15362 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:12.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.819618 15362 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:12.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.821190 15362 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:12.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.821240 15362 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:12.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.821254 15362 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:12.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.821266 15362 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:12.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.821280 15362 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:12.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.821290 15362 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43109/jwks.json
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.823012 15362 master_runner.cc:387] Master server non-default flags:
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:43079
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/data
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/wal
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:44447,127.14.252.189:35809,127.14.252.188:43179
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.190:44447
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43109/jwks.json
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/data/info.pb
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.190
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15362
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/logs
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.823233 15362 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:44:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.823467 15362 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:12.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.826637 15370 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:44:12.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.826629 15371 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:44:12.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.826938 15373 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:44:12.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.827368 15362 server_base.cc:1061] running on GCE node
10:44:12.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.827576 15362 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:12.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.827781 15362 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:12.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.828948 15362 hybrid_clock.cc:648] HybridClock initialized: now 1786445052828933 us; error 116 us; skew 500 ppm
10:44:12.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.830210 15362 webserver.cc:533] Webserver started at http://127.14.252.190:45573/ using document root <none> and password file <none>
10:44:12.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.830467 15362 fs_manager.cc:362] Metadata directory not provided
10:44:12.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.830543 15362 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:12.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.830711 15362 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:12.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.831619 15362 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/data/instance:
10:44:12.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "41748230762a46a0bea3f89790e8ecca"
10:44:12.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:12 on dist-test-slave-3kk6"
10:44:12.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.832036 15362 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/wal/instance:
10:44:12.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "41748230762a46a0bea3f89790e8ecca"
10:44:12.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:12 on dist-test-slave-3kk6"
10:44:12.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.833410 15362 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
10:44:12.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.834316 15380 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:12.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.834542 15362 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
10:44:12.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.834640 15362 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/wal
10:44:12.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "41748230762a46a0bea3f89790e8ecca"
10:44:12.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:12 on dist-test-slave-3kk6"
10:44:12.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.834722 15362 fs_report.cc:389] FS layout report
10:44:12.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/wal
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/wal
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/data/data
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:12.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.847782 15362 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.848217 15362 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:44:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.848393 15362 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.853178 15362 rpc_server.cc:307] RPC server started. Bound to: 127.14.252.190:44447
10:44:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.853636 15362 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/data/info.pb
10:44:12.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.854383 15467 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:44:12.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.854701 15466 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.252.190:44447 every 8 connection(s)
10:44:12.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.856546 15467 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } has no permanent_uuid. Determining permanent_uuid...
10:44:12.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.862946 15346 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 15362
10:44:12.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.863111 15346 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-0/wal/instance
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.864143 15346 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/wal
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/data
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/logs
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/data/info.pb
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.189:35809
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.189
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:43079
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:44447,127.14.252.189:35809,127.14.252.188:43179
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43109/jwks.json with env {}
10:44:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.869134 15467 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } has no permanent_uuid. Determining permanent_uuid...
10:44:12.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.870019 15388 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.252.189:35809: connect: Connection refused (error 111)
10:44:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.876430 15467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:35809: Network error: Client connection negotiation failed: client connection to 127.14.252.189:35809: connect: Connection refused (error 111)
10:44:12.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.925704 15467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } attempt: 1
10:44:12.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.926803 15467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:35809: Network error: Client connection negotiation failed: client connection to 127.14.252.189:35809: connect: Connection refused (error 111)
10:44:12.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.959455 15474 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.959704 15474 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.959741 15474 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:12.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.961596 15474 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:12.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.961679 15474 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.961704 15474 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.961723 15474 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.961746 15474 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.961763 15474 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43109/jwks.json
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.963853 15474 master_runner.cc:387] Master server non-default flags:
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:43079
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/data
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/wal
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:44447,127.14.252.189:35809,127.14.252.188:43179
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.189:35809
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43109/jwks.json
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/data/info.pb
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.189
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15474
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/logs
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.964180 15474 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:44:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.964498 15474 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.967346 15485 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:44:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.967348 15490 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:44:12.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.967558 15474 server_base.cc:1061] running on GCE node
10:44:12.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.967346 15487 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:44:12.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.968355 15474 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:12.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.968701 15474 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:12.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.969888 15474 hybrid_clock.cc:648] HybridClock initialized: now 1786445052969856 us; error 50 us; skew 500 ppm
10:44:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.971297 15474 webserver.cc:533] Webserver started at http://127.14.252.189:34855/ using document root <none> and password file <none>
10:44:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.971526 15474 fs_manager.cc:362] Metadata directory not provided
10:44:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.971588 15474 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.971736 15474 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.972954 15474 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/data/instance:
10:44:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5ce502bcc0545879062e2b66a130dde"
10:44:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:12 on dist-test-slave-3kk6"
10:44:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.973367 15474 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/wal/instance:
10:44:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5ce502bcc0545879062e2b66a130dde"
10:44:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:12 on dist-test-slave-3kk6"
10:44:12.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.974745 15474 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.001s
10:44:12.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.975584 15503 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:12.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.975812 15474 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.975879 15474 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/wal
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5ce502bcc0545879062e2b66a130dde"
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:12 on dist-test-slave-3kk6"
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.975932 15474 fs_report.cc:389] FS layout report
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/wal
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/wal
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/data/data
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:12.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.994980 15467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } attempt: 2
10:44:12.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.995934 15467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:35809: Network error: Client connection negotiation failed: client connection to 127.14.252.189:35809: connect: Connection refused (error 111)
10:44:13.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.028381 15474 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:13.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.028782 15474 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:44:13.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.028903 15474 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:13.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.034327 15474 rpc_server.cc:307] RPC server started. Bound to: 127.14.252.189:35809
10:44:13.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.034370 15573 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.252.189:35809 every 8 connection(s)
10:44:13.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.034828 15474 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/data/info.pb
10:44:13.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.035516 15574 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:44:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.036870 15574 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } has no permanent_uuid. Determining permanent_uuid...
10:44:13.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.041141 15346 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 15474
10:44:13.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.041611 15346 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-1/wal/instance
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.042320 15346 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskakXzgc/build/release/bin/kudu
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/wal
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/data
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/logs
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/data/info.pb
10:44:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.188:43179
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.188
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:43079
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:44447,127.14.252.189:35809,127.14.252.188:43179
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:13.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43109/jwks.json with env {}
10:44:13.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.044538 15574 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } has no permanent_uuid. Determining permanent_uuid...
10:44:13.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.048890 15574 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } has no permanent_uuid. Determining permanent_uuid...
10:44:13.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.049480 15505 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.252.188:43179: connect: Connection refused (error 111)
10:44:13.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.050073 15574 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:43179: Network error: Client connection negotiation failed: client connection to 127.14.252.188:43179: connect: Connection refused (error 111)
10:44:13.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.087107 15467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } attempt: 3
10:44:13.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.090978 15467 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } has no permanent_uuid. Determining permanent_uuid...
10:44:13.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.091989 15467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:43179: Network error: Client connection negotiation failed: client connection to 127.14.252.188:43179: connect: Connection refused (error 111)
10:44:13.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.099309 15574 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } attempt: 1
10:44:13.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.100281 15574 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:43179: Network error: Client connection negotiation failed: client connection to 127.14.252.188:43179: connect: Connection refused (error 111)
10:44:13.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.123165 15467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } attempt: 1
10:44:13.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.124096 15467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:43179: Network error: Client connection negotiation failed: client connection to 127.14.252.188:43179: connect: Connection refused (error 111)
10:44:13.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.162344 15581 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.162595 15581 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.162621 15581 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:13.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.164851 15581 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:13.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.164934 15581 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:13.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.164954 15581 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:13.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.164971 15581 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:13.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.164989 15581 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:13.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.165005 15581 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43109/jwks.json
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.167354 15581 master_runner.cc:387] Master server non-default flags:
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:43079
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/data
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/wal
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:44447,127.14.252.189:35809,127.14.252.188:43179
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.188:43179
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43109/jwks.json
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/data/info.pb
10:44:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.188
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15581
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/logs
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:57 UTC on e7f111948823
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17616
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.167637 15581 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:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.167899 15581 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.168488 15574 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } attempt: 2
10:44:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.169292 15574 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:43179: Network error: Client connection negotiation failed: client connection to 127.14.252.188:43179: connect: Connection refused (error 111)
10:44:13.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.170502 15596 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:44:13.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.170535 15590 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:44:13.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.170542 15591 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:44:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.171137 15581 server_base.cc:1061] running on GCE node
10:44:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.171392 15581 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.171762 15581 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:13.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.172967 15581 hybrid_clock.cc:648] HybridClock initialized: now 1786445053172941 us; error 50 us; skew 500 ppm
10:44:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.174642 15581 webserver.cc:533] Webserver started at http://127.14.252.188:37557/ using document root <none> and password file <none>
10:44:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.174949 15581 fs_manager.cc:362] Metadata directory not provided
10:44:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.175037 15581 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.175169 15581 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:13.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.176185 15581 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/data/instance:
10:44:13.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d0ee1a7bb7a843d3b661fead405f5214"
10:44:13.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:13 on dist-test-slave-3kk6"
10:44:13.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.176578 15581 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/wal/instance:
10:44:13.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d0ee1a7bb7a843d3b661fead405f5214"
10:44:13.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:13 on dist-test-slave-3kk6"
10:44:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.178153 15581 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.179044 15605 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.179266 15581 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.179387 15581 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/data,/tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/wal
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d0ee1a7bb7a843d3b661fead405f5214"
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:13 on dist-test-slave-3kk6"
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.179467 15581 fs_report.cc:389] FS layout report
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/wal
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/wal
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/data/data
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:13.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:13.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:13.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:13.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:13.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:13.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.196619 15581 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.197064 15581 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:44:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.197276 15581 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:13.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.199299 15467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } attempt: 2
10:44:13.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.200274 15467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:43179: Network error: Client connection negotiation failed: client connection to 127.14.252.188:43179: connect: Connection refused (error 111)
10:44:13.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.203711 15581 rpc_server.cc:307] RPC server started. Bound to: 127.14.252.188:43179
10:44:13.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.203727 15687 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.252.188:43179 every 8 connection(s)
10:44:13.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.204128 15581 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/data/info.pb
10:44:13.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.204770 15688 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:44:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.206151 15688 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } has no permanent_uuid. Determining permanent_uuid...
10:44:13.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.208937 15346 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskakXzgc/build/release/bin/kudu as pid 15581
10:44:13.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.209045 15346 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskakXzgc/test-tmp/mini-kudu-cluster11553797304272469840/master-2/wal/instance
10:44:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.211918 15688 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } has no permanent_uuid. Determining permanent_uuid...
10:44:13.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.215629 15688 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } has no permanent_uuid. Determining permanent_uuid...
10:44:13.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.220914 15688 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214: Bootstrap starting.
10:44:13.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.221675 15688 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214: Neither blocks nor log segments found. Creating new log.
10:44:13.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.222139 15688 log.cc:826] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214: Log is configured to *not* fsync() on all Append() calls
10:44:13.225 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:13.226 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:44:13.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.223606 15688 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214: No bootstrap required, opened a new log
10:44:13.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.224962 15346 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:44:13.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.226236 15688 raft_consensus.cc:359] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } }
10:44:13.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.226384 15688 raft_consensus.cc:385] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:13.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.226424 15688 raft_consensus.cc:740] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0ee1a7bb7a843d3b661fead405f5214, State: Initialized, Role: FOLLOWER
10:44:13.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.226543 15688 consensus_queue.cc:260] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [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: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } }
10:44:13.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.226934 15688 sys_catalog.cc:565] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [sys.catalog]: configured and running, proceeding with master startup.
10:44:13.227 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.252.190"
      port: 44447
    }
    bound_http_address {
      host: "127.14.252.190"
      port: 45573
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.252.189"
      port: 35809
    }
    bound_http_address {
      host: "127.14.252.189"
      port: 34855
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.252.188"
      port: 43179
    }
    bound_http_address {
      host: "127.14.252.188"
      port: 37557
    }
  }
}

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

10:44:13.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.229234 15717 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:13.231 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:13.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.231887 15717 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:13.232 [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=520a70e7-9181-4d24-96a3-f2c95e2c4631, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.252.188:43179,127.14.252.189:35809,127.14.252.190:44447}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:44:13.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.232256 15581 master_runner.cc:187] Error getting master registration for 127.14.252.190:44447: OK, instance_id { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" instance_seqno: 1786445052852043 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:13.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.233902 15581 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:13.234 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:13.234 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:13.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.234815 15700 sys_catalog.cc:455] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [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: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.235 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794, with PersistenceManager: null will be shutdown
10:44:13.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.235059 15700 sys_catalog.cc:458] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [sys.catalog]: This master's current role is: FOLLOWER
10:44:13.235 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c77206a created in the thread with id: 223
10:44:13.240 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794
10:44:13.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.260449 15574 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } attempt: 3
10:44:13.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.275382 15574 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde: Bootstrap starting.
10:44:13.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.276257 15574 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde: Neither blocks nor log segments found. Creating new log.
10:44:13.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.276547 15574 log.cc:826] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde: Log is configured to *not* fsync() on all Append() calls
10:44:13.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.279268 15574 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde: No bootstrap required, opened a new log
10:44:13.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.281710 15574 raft_consensus.cc:359] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } }
10:44:13.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.281864 15574 raft_consensus.cc:385] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:13.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.281899 15574 raft_consensus.cc:740] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a5ce502bcc0545879062e2b66a130dde, State: Initialized, Role: FOLLOWER
10:44:13.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.282016 15574 consensus_queue.cc:260] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [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: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } }
10:44:13.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.282423 15574 sys_catalog.cc:565] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [sys.catalog]: configured and running, proceeding with master startup.
10:44:13.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.283223 15513 tablet.cc:2406] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:13.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.286784 15720 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [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: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.287070 15720 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [sys.catalog]: This master's current role is: FOLLOWER
10:44:13.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.285741 15474 master_runner.cc:187] Error getting master registration for 127.14.252.190:44447: OK, instance_id { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" instance_seqno: 1786445052852043 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:13.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.287837 15474 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:13.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.289568 15736 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:13.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.289757 15736 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:13.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.299468 15467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } attempt: 3
10:44:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.305524 15467 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca: Bootstrap starting.
10:44:13.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.306448 15467 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca: Neither blocks nor log segments found. Creating new log.
10:44:13.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.306792 15467 log.cc:826] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca: Log is configured to *not* fsync() on all Append() calls
10:44:13.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.316287 15467 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca: No bootstrap required, opened a new log
10:44:13.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.318639 15467 raft_consensus.cc:359] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } }
10:44:13.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.319150 15467 raft_consensus.cc:385] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:13.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.319188 15467 raft_consensus.cc:740] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 41748230762a46a0bea3f89790e8ecca, State: Initialized, Role: FOLLOWER
10:44:13.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.319618 15467 consensus_queue.cc:260] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [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: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } }
10:44:13.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.320011 15467 sys_catalog.cc:565] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [sys.catalog]: configured and running, proceeding with master startup.
10:44:13.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.325152 15362 master_runner.cc:264] No leader master found from master 41748230762a46a0bea3f89790e8ecca
10:44:13.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.325242 15362 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:13.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.327343 15758 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:13.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.327618 15758 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:13.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.328184 15741 sys_catalog.cc:455] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [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: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.328404 15741 sys_catalog.cc:458] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [sys.catalog]: This master's current role is: FOLLOWER
10:44:13.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.350673 15398 tablet.cc:2406] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:13.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.426450 15700 raft_consensus.cc:493] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:44:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.426590 15700 raft_consensus.cc:515] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } }
10:44:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.427273 15700 leader_election.cc:290] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 41748230762a46a0bea3f89790e8ecca (127.14.252.190:44447), a5ce502bcc0545879062e2b66a130dde (127.14.252.189:35809)
10:44:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.427953 15429 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d0ee1a7bb7a843d3b661fead405f5214" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "41748230762a46a0bea3f89790e8ecca" is_pre_election: true
10:44:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.428103 15429 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d0ee1a7bb7a843d3b661fead405f5214 in term 0.
10:44:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.428292 15540 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d0ee1a7bb7a843d3b661fead405f5214" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5ce502bcc0545879062e2b66a130dde" is_pre_election: true
10:44:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.428423 15540 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d0ee1a7bb7a843d3b661fead405f5214 in term 0.
10:44:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.428752 15608 leader_election.cc:304] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [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: a5ce502bcc0545879062e2b66a130dde, d0ee1a7bb7a843d3b661fead405f5214; no voters: 
10:44:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.429433 15700 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:44:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.429502 15700 raft_consensus.cc:493] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:44:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.429524 15700 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 0 FOLLOWER]: Advancing to term 1
10:44:13.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.448081 15613 tablet.cc:2406] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:13.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.471674 15700 raft_consensus.cc:515] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } }
10:44:13.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.471949 15700 leader_election.cc:290] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [CANDIDATE]: Term 1 election: Requested vote from peers 41748230762a46a0bea3f89790e8ecca (127.14.252.190:44447), a5ce502bcc0545879062e2b66a130dde (127.14.252.189:35809)
10:44:13.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.472955 15429 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d0ee1a7bb7a843d3b661fead405f5214" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "41748230762a46a0bea3f89790e8ecca"
10:44:13.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.473073 15429 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [term 0 FOLLOWER]: Advancing to term 1
10:44:13.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.474077 15540 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d0ee1a7bb7a843d3b661fead405f5214" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5ce502bcc0545879062e2b66a130dde"
10:44:13.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.474176 15540 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [term 0 FOLLOWER]: Advancing to term 1
10:44:13.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.572487 15429 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0ee1a7bb7a843d3b661fead405f5214 in term 1.
10:44:13.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.572830 15540 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0ee1a7bb7a843d3b661fead405f5214 in term 1.
10:44:13.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.573889 15610 leader_election.cc:304] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [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: 41748230762a46a0bea3f89790e8ecca, d0ee1a7bb7a843d3b661fead405f5214; no voters: 
10:44:13.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.574065 15700 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 1 FOLLOWER]: Leader election won for term 1
10:44:13.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.574249 15700 raft_consensus.cc:697] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [term 1 LEADER]: Becoming Leader. State: Replica: d0ee1a7bb7a843d3b661fead405f5214, State: Running, Role: LEADER
10:44:13.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.574352 15700 consensus_queue.cc:237] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [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: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } }
10:44:13.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.574796 15700 sys_catalog.cc:455] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d0ee1a7bb7a843d3b661fead405f5214. Latest consensus state: current_term: 1 leader_uuid: "d0ee1a7bb7a843d3b661fead405f5214" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.574869 15700 sys_catalog.cc:458] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [sys.catalog]: This master's current role is: LEADER
10:44:13.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.579489 15763 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:44:13.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.579985 15763 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:44:13.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.591290 15540 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [term 1 FOLLOWER]: Refusing update from remote peer d0ee1a7bb7a843d3b661fead405f5214: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:13.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.592003 15761 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:13.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.594019 15720 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [sys.catalog]: SysCatalogTable state changed. Reason: New leader d0ee1a7bb7a843d3b661fead405f5214. Latest consensus state: current_term: 1 leader_uuid: "d0ee1a7bb7a843d3b661fead405f5214" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.594126 15720 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [sys.catalog]: This master's current role is: FOLLOWER
10:44:13.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.594172 15429 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [term 1 FOLLOWER]: Refusing update from remote peer d0ee1a7bb7a843d3b661fead405f5214: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:13.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.594453 15761 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [LEADER]: Connected to new peer: Peer: permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:13.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.595744 15741 sys_catalog.cc:455] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [sys.catalog]: SysCatalogTable state changed. Reason: New leader d0ee1a7bb7a843d3b661fead405f5214. Latest consensus state: current_term: 1 leader_uuid: "d0ee1a7bb7a843d3b661fead405f5214" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.595845 15741 sys_catalog.cc:458] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [sys.catalog]: This master's current role is: FOLLOWER
10:44:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.603981 15761 sys_catalog.cc:455] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d0ee1a7bb7a843d3b661fead405f5214" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.604113 15761 sys_catalog.cc:458] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [sys.catalog]: This master's current role is: LEADER
10:44:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.604161 15761 sys_catalog.cc:455] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d0ee1a7bb7a843d3b661fead405f5214" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.604199 15761 sys_catalog.cc:458] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214 [sys.catalog]: This master's current role is: LEADER
10:44:13.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.605269 15720 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d0ee1a7bb7a843d3b661fead405f5214" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.605373 15720 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde [sys.catalog]: This master's current role is: FOLLOWER
10:44:13.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.606240 15741 sys_catalog.cc:455] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d0ee1a7bb7a843d3b661fead405f5214" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "41748230762a46a0bea3f89790e8ecca" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 44447 } } peers { permanent_uuid: "a5ce502bcc0545879062e2b66a130dde" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 35809 } } peers { permanent_uuid: "d0ee1a7bb7a843d3b661fead405f5214" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 43179 } } }
10:44:13.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.606341 15741 sys_catalog.cc:458] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca [sys.catalog]: This master's current role is: FOLLOWER
10:44:13.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.606947 15764 mvcc.cc:204] Tried to move back new op lower bound from 7317278939506708480 to 7317278939441152000. Current Snapshot: MvccSnapshot[applied={T|T < 7317278939506708480}]
10:44:13.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.607616 15768 mvcc.cc:204] Tried to move back new op lower bound from 7317278939506708480 to 7317278939441152000. Current Snapshot: MvccSnapshot[applied={T|T < 7317278939506708480}]
10:44:13.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.615327 15763 catalog_manager.cc:1383] Generated new cluster ID: d2151a9084e84d4698ff3b86d093112c
10:44:13.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.615428 15763 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:44:13.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.641721 15763 catalog_manager.cc:1406] Generated new certificate authority record
10:44:13.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.642800 15763 catalog_manager.cc:1540] Loading token signing keys...
10:44:13.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.647190 15763 catalog_manager.cc:6092] T 00000000000000000000000000000000 P d0ee1a7bb7a843d3b661fead405f5214: Generated new TSK 0
10:44:13.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.647404 15763 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:44:13.653 [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:44:13.657 [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:44:13.657 [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:44:13.721 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:13.726 [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/hive2829525736374423079/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=520a70e7-9181-4d24-96a3-f2c95e2c4631, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.252.188:43179,127.14.252.189:35809,127.14.252.190:44447}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:44:13.728 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2829525736374423079/external-warehouse/table
10:44:13.781 [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:44:13.782 [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:44:13.785 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.14.252.188:43179(127.14.252.188:43179)] connecting to peer
10:44:13.787 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.14.252.189:35809(127.14.252.189:35809)] connecting to peer
10:44:13.788 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.252.188:43179(127.14.252.188:43179)] Successfully connected to peer
10:44:13.791 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.252.188
10:44:13.795 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.14.252.190:44447(127.14.252.190:44447)] connecting to peer
10:44:13.797 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.252.189:35809(127.14.252.189:35809)] Successfully connected to peer
10:44:13.804 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.252.190:44447(127.14.252.190:44447)] Successfully connected to peer
10:44:13.811 [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:44:13.814 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.252.189
10:44:13.816 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.252.190
10:44:13.824 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x6cf9b356, L:/127.0.0.1:48770 - R:/127.14.252.188:43179] using SASL/PLAIN
10:44:13.833 [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:44:13.835 [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:44:13.840 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:44:13.838 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x578d8dbc, L:/127.0.0.1:44272 - R:/127.14.252.189:35809] using SASL/PLAIN
10:44:13.845 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x735c752d, L:/127.0.0.1:53864 - R:/127.14.252.190:44447] using SASL/PLAIN
10:44:13.875 [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:44:13.907 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:13.909 [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:44:13.918 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:13.994 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:13.994 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:14.142 [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:44:14.173 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:14.174 [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:44:14.280 [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:44:14.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.290428 15736 catalog_manager.cc:1295] Loaded cluster ID: d2151a9084e84d4698ff3b86d093112c
10:44:14.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.290541 15736 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde: loading cluster ID for follower catalog manager: success
10:44:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.291947 15736 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde: acquiring CA information for follower catalog manager: success
10:44:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.292299 15736 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a5ce502bcc0545879062e2b66a130dde: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.328248 15758 catalog_manager.cc:1295] Loaded cluster ID: d2151a9084e84d4698ff3b86d093112c
10:44:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.328349 15758 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca: loading cluster ID for follower catalog manager: success
10:44:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.329697 15758 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca: acquiring CA information for follower catalog manager: success
10:44:14.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.330094 15758 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 41748230762a46a0bea3f89790e8ecca: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:14.404 [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:44:14.439 [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:44:14.538 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:44:14.539 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:14.539 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:44:14.539 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c77206a will be shutdown
10:44:14.540 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:44:14.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.539945 15346 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 15362
10:44:14.554 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.252.190:44447(127.14.252.190:44447)] handling channelInactive
10:44:14.555 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.252.190:44447(127.14.252.190:44447)] cleaning up while in state READY due to: connection closed
10:44:14.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.554517 15346 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 15474
10:44:14.568 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.252.189:35809(127.14.252.189:35809)] handling channelInactive
10:44:14.568 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.252.189:35809(127.14.252.189:35809)] cleaning up while in state READY due to: connection closed
10:44:14.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:14.570144 15346 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskakXzgc/build/release/bin/kudu with pid 15581
10:44:14.588 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.252.188:43179(127.14.252.188:43179)] handling channelInactive
10:44:14.589 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.252.188:43179(127.14.252.188:43179)] cleaning up while in state READY due to: connection closed
10:44:14.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:14Z chronyd exiting

Time: 24.33

OK (6 tests)

