JUnit version 4.13.2
.10:32:27.205 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:27.211 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:27.212 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:27.328 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15176826637492814248
10:32:27.503 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:32:27.523 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:32:27.828 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:32:27.875 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:32:27.875 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
10:32:27.915 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
10:32:27.928 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:32:27.961 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
10:32:28.828 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:28.832 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
10:32:28.855 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:32:28.857 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:32:28.871 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:28.872 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:32:29.072 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:32:29.072 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:32:29.075 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:32:29.597 [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:32:29.598 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
10:32:29.624 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@439e5e61 created in the thread with id: 13
10:32:29.682 [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:32:29.895 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:29.897 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:29.898 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:29.898 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:29.900 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:29.900 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:30.529 [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:32:30.529 [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.30
10:32:30.529 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
10:32:30.908 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
10:32:30.965 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
10:32:31.022 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
10:32:31.026 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
10:32:31.114 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:32:31.122 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:32:31.456 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:32:31.464 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
10:32:31.477 [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:32:31.478 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [44233]...
10:32:31.478 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:32:31.478 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:32:31.478 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
10:32:31.478 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
10:32:32.359 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:32.360 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:32.360 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:32.376 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:32:32.377 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:44233]
10:32:32.378 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:44233) in binary transport mode
10:32:32.395 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:44233) current connections: 1
10:32:32.467 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
10:32:32.610 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskO7jvSg/test-tmp
10:32:32.614 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
10:32:32.618 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskO7jvSg/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
10:32:32.664 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:44233"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:32:33.113 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:33.124 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:32:33.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.128563 18864 mini_oidc.cc:150] Starting JWKS server
10:32:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.132386 18864 webserver.cc:533] Webserver started at http://127.0.0.1:45655/ using document root <none> and password file <none>
10:32:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.132751 18864 mini_oidc.cc:186] Starting OIDC Discovery server
10:32:33.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.133881 18864 webserver.cc:533] Webserver started at http://127.0.0.1:41303/ using document root <none> and password file <none>
10:32:33.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:33Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:32:33.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:33Z Disabled control of system clock
10:32:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.179526 18864 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/wal
10:32:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/data
10:32:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:33.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:33.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/logs
10:32:33.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/data/info.pb
10:32:33.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:33.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:33.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:33.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:33.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:33.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:33.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.108.62:45813
10:32:33.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.108.62
10:32:33.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.108.20:43545
10:32:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.108.62:45813,127.18.108.61:46165,127.18.108.60:35081
10:32:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45655/jwks.json
10:32:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44233 with env {}
10:32:33.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.561064 18879 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:33.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.561544 18879 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:33.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.561636 18879 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:33.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.571028 18879 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:33.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.571241 18879 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:33.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.571341 18879 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:33.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.571401 18879 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:33.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.571498 18879 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:33.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.571554 18879 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45655/jwks.json
10:32:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.583920 18879 master_runner.cc:387] Master server non-default flags:
10:32:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/logs
10:32:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:33.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:33.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:33.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.108.20:43545
10:32:33.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:33.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:33.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/data
10:32:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/wal
10:32:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44233
10:32:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.108.62:45813,127.18.108.61:46165,127.18.108.60:35081
10:32:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.108.62:45813
10:32:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:33.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45655/jwks.json
10:32:33.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:33.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:33.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/data/info.pb
10:32:33.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.108.62
10:32:33.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:33.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:33.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:33.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:33.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:33.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:33.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:33.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:33.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:33.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:33.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:33.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:33.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:33.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:33.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.585981 18879 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:32:33.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.588807 18879 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:33.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.601647 18886 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:32:33.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.602497 18889 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:32:33.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.601722 18885 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:32:33.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.606544 18879 server_base.cc:1061] running on GCE node
10:32:33.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.607815 18879 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:33.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.609819 18879 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:33.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.611188 18879 hybrid_clock.cc:648] HybridClock initialized: now 1786444353611061 us; error 98 us; skew 500 ppm
10:32:33.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.611778 18879 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:33.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.614648 18879 webserver.cc:533] Webserver started at http://127.18.108.62:35007/ using document root <none> and password file <none>
10:32:33.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.615710 18879 fs_manager.cc:362] Metadata directory not provided
10:32:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.615880 18879 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.616549 18879 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:33.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.619686 18879 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/data/instance:
10:32:33.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d962fc69e50f4832a8476703388cbf68"
10:32:33.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:33 on dist-test-slave-vkjp"
10:32:33.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.620968 18879 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/wal/instance:
10:32:33.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d962fc69e50f4832a8476703388cbf68"
10:32:33.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:33 on dist-test-slave-vkjp"
10:32:33.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.628113 18879 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.005s
10:32:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.632894 18895 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:33.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.634816 18879 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.003s
10:32:33.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.635128 18879 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/wal
10:32:33.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d962fc69e50f4832a8476703388cbf68"
10:32:33.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:33 on dist-test-slave-vkjp"
10:32:33.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.635470 18879 fs_report.cc:389] FS layout report
10:32:33.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:33.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/wal
10:32:33.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/wal
10:32:33.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/data/data
10:32:33.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:33.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:33.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:33.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:33.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:33.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:33.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:33.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:33.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:33.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:33.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:33.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.659175 18879 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:33.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.660523 18879 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:32:33.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.660925 18879 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:33.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.688017 18879 rpc_server.cc:307] RPC server started. Bound to: 127.18.108.62:45813
10:32:33.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.688123 18957 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.108.62:45813 every 8 connection(s)
10:32:33.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.690120 18879 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/data/info.pb
10:32:33.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.694912 18958 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:32:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.696327 18864 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 18879
10:32:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.696696 18864 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-0/wal/instance
10:32:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.699941 18864 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/wal
10:32:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/data
10:32:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/logs
10:32:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/data/info.pb
10:32:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:33.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:33.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:33.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:33.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:33.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:33.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:33.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.108.61:46165
10:32:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.108.61
10:32:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.108.20:43545
10:32:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.108.62:45813,127.18.108.61:46165,127.18.108.60:35081
10:32:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45655/jwks.json
10:32:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44233 with env {}
10:32:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.704625 18958 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } has no permanent_uuid. Determining permanent_uuid...
10:32:33.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.745357 18958 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } has no permanent_uuid. Determining permanent_uuid...
10:32:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.746848 18898 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.108.61:46165: connect: Connection refused (error 111)
10:32:33.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.749317 18958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.61:46165: Network error: Client connection negotiation failed: client connection to 127.18.108.61:46165: connect: Connection refused (error 111)
10:32:33.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.798763 18958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } attempt: 1
10:32:33.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.801283 18958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.61:46165: Network error: Client connection negotiation failed: client connection to 127.18.108.61:46165: connect: Connection refused (error 111)
10:32:33.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.869616 18958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } attempt: 2
10:32:33.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.872366 18958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.61:46165: Network error: Client connection negotiation failed: client connection to 127.18.108.61:46165: connect: Connection refused (error 111)
10:32:33.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:33.963687 18958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } attempt: 3
10:32:33.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:33.966090 18958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.61:46165: Network error: Client connection negotiation failed: client connection to 127.18.108.61:46165: connect: Connection refused (error 111)
10:32:34.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.101878 18959 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:34.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.102219 18959 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:34.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.102320 18959 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:34.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.109438 18958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } attempt: 4
10:32:34.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.111972 18958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.61:46165: Network error: Client connection negotiation failed: client connection to 127.18.108.61:46165: connect: Connection refused (error 111)
10:32:34.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.112406 18959 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:34.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.112512 18959 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:34.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.112605 18959 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:34.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.112670 18959 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:34.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.112828 18959 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:34.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.112915 18959 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45655/jwks.json
10:32:34.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.124539 18959 master_runner.cc:387] Master server non-default flags:
10:32:34.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/logs
10:32:34.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:34.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:34.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:34.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.108.20:43545
10:32:34.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/data
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/wal
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44233
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.108.62:45813,127.18.108.61:46165,127.18.108.60:35081
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.108.61:46165
10:32:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45655/jwks.json
10:32:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/data/info.pb
10:32:34.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.108.61
10:32:34.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:34.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:34.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:34.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:34.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:34.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:34.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.127028 18959 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:32:34.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.129897 18959 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:34.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.139694 18967 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:32:34.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.139719 18969 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:32:34.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.140224 18971 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:32:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.142033 18959 server_base.cc:1061] running on GCE node
10:32:34.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.142974 18959 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:34.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.144634 18959 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:34.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.145855 18959 hybrid_clock.cc:648] HybridClock initialized: now 1786444354145784 us; error 62 us; skew 500 ppm
10:32:34.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.146229 18959 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:34.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.148909 18959 webserver.cc:533] Webserver started at http://127.18.108.61:40389/ using document root <none> and password file <none>
10:32:34.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.149847 18959 fs_manager.cc:362] Metadata directory not provided
10:32:34.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.149953 18959 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:34.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.150314 18959 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:34.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.153121 18959 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/data/instance:
10:32:34.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "88ce5d95c192423287d3da9d86ac6e41"
10:32:34.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:34 on dist-test-slave-vkjp"
10:32:34.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.153990 18959 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/wal/instance:
10:32:34.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "88ce5d95c192423287d3da9d86ac6e41"
10:32:34.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:34 on dist-test-slave-vkjp"
10:32:34.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.160804 18959 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.001s
10:32:34.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.164781 18977 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:34.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.166780 18959 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
10:32:34.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.167006 18959 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/wal
10:32:34.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "88ce5d95c192423287d3da9d86ac6e41"
10:32:34.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:34 on dist-test-slave-vkjp"
10:32:34.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.167348 18959 fs_report.cc:389] FS layout report
10:32:34.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:34.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/wal
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/wal
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/data/data
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:34.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.191219 18959 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:34.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.192133 18959 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:32:34.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.192389 18959 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:34.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.215461 18959 rpc_server.cc:307] RPC server started. Bound to: 127.18.108.61:46165
10:32:34.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.215484 19038 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.108.61:46165 every 8 connection(s)
10:32:34.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.217177 18959 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/data/info.pb
10:32:34.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.218525 18864 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 18959
10:32:34.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.218710 18864 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-1/wal/instance
10:32:34.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.220280 18864 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:34.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:34.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/wal
10:32:34.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/data
10:32:34.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:34.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/logs
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/data/info.pb
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.108.60:35081
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.108.60
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.108.20:43545
10:32:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.108.62:45813,127.18.108.61:46165,127.18.108.60:35081
10:32:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45655/jwks.json
10:32:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44233 with env {}
10:32:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.223695 19039 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:32:34.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.231956 19039 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } has no permanent_uuid. Determining permanent_uuid...
10:32:34.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.247797 19039 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } has no permanent_uuid. Determining permanent_uuid...
10:32:34.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.258165 19039 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } has no permanent_uuid. Determining permanent_uuid...
10:32:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.259661 18979 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.261782 19039 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.60:35081: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.311182 19039 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } attempt: 1
10:32:34.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.313861 19039 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.60:35081: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.382115 19039 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } attempt: 2
10:32:34.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.384377 19039 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.60:35081: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.411257 18958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } attempt: 5
10:32:34.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.418256 18958 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } has no permanent_uuid. Determining permanent_uuid...
10:32:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.420608 18958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.60:35081: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.471846 18958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } attempt: 1
10:32:34.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.474206 18958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.60:35081: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.475638 19039 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } attempt: 3
10:32:34.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.477605 19039 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.60:35081: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.542512 18958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } attempt: 2
10:32:34.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.544821 18958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.60:35081: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.616707 19040 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:34.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.617200 19040 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:34.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.617285 19040 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:34.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.620873 19039 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } attempt: 4
10:32:34.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.623041 19039 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.60:35081: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.626863 19040 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:34.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.626951 19040 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:34.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.627014 19040 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:34.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.627055 19040 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:34.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.627174 19040 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:34.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.627219 19040 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45655/jwks.json
10:32:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.638669 19040 master_runner.cc:387] Master server non-default flags:
10:32:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/logs
10:32:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.108.20:43545
10:32:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/data
10:32:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/wal
10:32:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44233
10:32:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.108.62:45813,127.18.108.61:46165,127.18.108.60:35081
10:32:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.108.60:35081
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45655/jwks.json
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/data/info.pb
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.108.60
10:32:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:34.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:34.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:34.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:34.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.640798 19040 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:32:34.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.643322 19040 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:34.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.651052 18958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } attempt: 3
10:32:34.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.653570 18958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.108.60:35081: Network error: Client connection negotiation failed: client connection to 127.18.108.60:35081: connect: Connection refused (error 111)
10:32:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.654981 19052 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:32:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.654904 19051 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:32:34.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.656525 19040 server_base.cc:1061] running on GCE node
10:32:34.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.656663 19054 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:32:34.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.657727 19040 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:34.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.659499 19040 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:34.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.660775 19040 hybrid_clock.cc:648] HybridClock initialized: now 1786444354660697 us; error 59 us; skew 500 ppm
10:32:34.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.661305 19040 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:34.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.663995 19040 webserver.cc:533] Webserver started at http://127.18.108.60:39161/ using document root <none> and password file <none>
10:32:34.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.664877 19040 fs_manager.cc:362] Metadata directory not provided
10:32:34.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.665020 19040 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:34.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.665529 19040 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:34.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.668300 19040 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/data/instance:
10:32:34.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0005ec1b060e43a087daeedbabd3691b"
10:32:34.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:34 on dist-test-slave-vkjp"
10:32:34.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.669337 19040 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/wal/instance:
10:32:34.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0005ec1b060e43a087daeedbabd3691b"
10:32:34.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:34 on dist-test-slave-vkjp"
10:32:34.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.675549 19040 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.004s
10:32:34.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.679596 19062 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.681136 19040 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
10:32:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.681423 19040 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/wal
10:32:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0005ec1b060e43a087daeedbabd3691b"
10:32:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:34 on dist-test-slave-vkjp"
10:32:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.681742 19040 fs_report.cc:389] FS layout report
10:32:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/wal
10:32:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/wal
10:32:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/data/data
10:32:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:34.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.709635 19040 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:34.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.710940 19040 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:32:34.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.711374 19040 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:34.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.736632 19122 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.108.60:35081 every 8 connection(s)
10:32:34.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.736655 19040 rpc_server.cc:307] RPC server started. Bound to: 127.18.108.60:35081
10:32:34.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.738765 19040 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/data/info.pb
10:32:34.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.743980 19123 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:32:34.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.746968 18864 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 19040
10:32:34.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.747213 18864 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster12198882705735249063/master-2/wal/instance
10:32:34.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.751520 19123 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } has no permanent_uuid. Determining permanent_uuid...
10:32:34.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.782845 19123 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } has no permanent_uuid. Determining permanent_uuid...
10:32:34.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.790700 19123 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } has no permanent_uuid. Determining permanent_uuid...
10:32:34.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.802577 19123 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b: Bootstrap starting.
10:32:34.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.808714 19123 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b: Neither blocks nor log segments found. Creating new log.
10:32:34.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.810139 18864 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:32:34.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.810324 19123 log.cc:826] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b: Log is configured to *not* fsync() on all Append() calls
10:32:34.813 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:34.814 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:32:34.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.817294 19123 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b: No bootstrap required, opened a new log
10:32:34.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.825526 19123 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } }
10:32:34.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.825984 19123 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:34.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.826124 19123 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0005ec1b060e43a087daeedbabd3691b, State: Initialized, Role: FOLLOWER
10:32:34.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.826983 19123 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [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: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } }
10:32:34.825 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.108.62"
      port: 45813
    }
    bound_http_address {
      host: "127.18.108.62"
      port: 35007
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.108.61"
      port: 46165
    }
    bound_http_address {
      host: "127.18.108.61"
      port: 40389
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.108.60"
      port: 35081
    }
    bound_http_address {
      host: "127.18.108.60"
      port: 39161
    }
  }
}

10:32:34.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.828723 19130 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [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: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:34.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.829137 19130 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [sys.catalog]: This master's current role is: FOLLOWER
10:32:34.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.830098 19123 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [sys.catalog]: configured and running, proceeding with master startup.
10:32:34.833 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:32:34.833 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:34.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.830899 18958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } attempt: 4
10:32:34.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.847396 18958 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68: Bootstrap starting.
10:32:34.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.853188 18958 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68: Neither blocks nor log segments found. Creating new log.
10:32:34.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.855110 18958 log.cc:826] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68: Log is configured to *not* fsync() on all Append() calls
10:32:34.859 [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=10fc96d6-ba79-4cb4-a092-4e940988bbd6, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:32:34.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.852933 19040 master_runner.cc:187] Error getting master registration for 127.18.108.62:45813: OK, instance_id { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" instance_seqno: 1786444353680509 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:32:34.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.860499 19040 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:32:34.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.861351 19147 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:32:34.861 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:32:34.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.861697 19147 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:32:34.861 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:32:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.864790 18958 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68: No bootstrap required, opened a new log
10:32:34.865 [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:32:34.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.866782 19141 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:34.868 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: null will be shutdown
10:32:34.868 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b8079d2 created in the thread with id: 36
10:32:34.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.873704 18958 raft_consensus.cc:359] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } }
10:32:34.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.874432 18958 raft_consensus.cc:385] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:34.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.874887 18958 raft_consensus.cc:740] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d962fc69e50f4832a8476703388cbf68, State: Initialized, Role: FOLLOWER
10:32:34.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.876088 18958 consensus_queue.cc:260] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [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: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } }
10:32:34.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.878924 18958 sys_catalog.cc:565] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [sys.catalog]: configured and running, proceeding with master startup.
10:32:34.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.877449 19150 sys_catalog.cc:455] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [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: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:34.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.888192 19150 sys_catalog.cc:458] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [sys.catalog]: This master's current role is: FOLLOWER
10:32:34.894 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf
10:32:34.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.914834 18901 tablet.cc:2406] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:34.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.918126 19150 raft_consensus.cc:493] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:32:34.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.918455 19150 raft_consensus.cc:515] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } }
10:32:34.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.920634 19150 leader_election.cc:290] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 88ce5d95c192423287d3da9d86ac6e41 (127.18.108.61:46165), 0005ec1b060e43a087daeedbabd3691b (127.18.108.60:35081)
10:32:34.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.922348 19039 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } attempt: 5
10:32:34.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.923864 19094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d962fc69e50f4832a8476703388cbf68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0005ec1b060e43a087daeedbabd3691b" is_pre_election: true
10:32:34.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.924543 19094 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d962fc69e50f4832a8476703388cbf68 in term 0.
10:32:34.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.925411 18897 leader_election.cc:304] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [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: 0005ec1b060e43a087daeedbabd3691b, d962fc69e50f4832a8476703388cbf68; no voters: 
10:32:34.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.926702 19150 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:32:34.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.926887 19150 raft_consensus.cc:493] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:32:34.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.926986 19150 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 0 FOLLOWER]: Advancing to term 1
10:32:34.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.937542 19039 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41: Bootstrap starting.
10:32:34.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.941432 19150 raft_consensus.cc:515] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } }
10:32:34.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.946831 19094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d962fc69e50f4832a8476703388cbf68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0005ec1b060e43a087daeedbabd3691b"
10:32:34.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.947135 19094 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [term 0 FOLLOWER]: Advancing to term 1
10:32:34.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.950781 19094 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d962fc69e50f4832a8476703388cbf68 in term 1.
10:32:34.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.951478 18897 leader_election.cc:304] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [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: 0005ec1b060e43a087daeedbabd3691b, d962fc69e50f4832a8476703388cbf68; no voters: 
10:32:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.957836 19150 leader_election.cc:290] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [CANDIDATE]: Term 1 election: Requested vote from peers 88ce5d95c192423287d3da9d86ac6e41 (127.18.108.61:46165), 0005ec1b060e43a087daeedbabd3691b (127.18.108.60:35081)
10:32:34.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.964002 19068 tablet.cc:2406] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:34.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.968719 19039 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41: Neither blocks nor log segments found. Creating new log.
10:32:34.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.975052 19039 log.cc:826] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41: Log is configured to *not* fsync() on all Append() calls
10:32:34.976 [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:32:34.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.960496 19162 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 1 FOLLOWER]: Leader election won for term 1
10:32:34.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:34.977289 19165 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:34.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.977429 19162 raft_consensus.cc:697] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [term 1 LEADER]: Becoming Leader. State: Replica: d962fc69e50f4832a8476703388cbf68, State: Running, Role: LEADER
10:32:34.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.981431 19162 consensus_queue.cc:237] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [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: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } }
10:32:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:34.998396 19039 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41: No bootstrap required, opened a new log
10:32:35.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.018405 19150 sys_catalog.cc:455] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d962fc69e50f4832a8476703388cbf68. Latest consensus state: current_term: 1 leader_uuid: "d962fc69e50f4832a8476703388cbf68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:35.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.018757 19150 sys_catalog.cc:458] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [sys.catalog]: This master's current role is: LEADER
10:32:35.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.031728 18879 master_runner.cc:187] Error getting master registration for 127.18.108.61:46165: OK, instance_id { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" instance_seqno: 1786444354208661 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:32:35.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.038808 18879 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:32:35.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:35.054358 19170 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:32:35.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:35.054555 19170 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:32:35.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.054692 19173 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:32:35.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.057242 19173 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:32:35.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.064836 19039 raft_consensus.cc:359] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } }
10:32:35.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.067202 19039 raft_consensus.cc:385] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:35.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.068231 19039 raft_consensus.cc:740] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 88ce5d95c192423287d3da9d86ac6e41, State: Initialized, Role: FOLLOWER
10:32:35.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.072427 19039 consensus_queue.cc:260] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [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: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } }
10:32:35.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.089660 19094 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [term 1 FOLLOWER]: Refusing update from remote peer d962fc69e50f4832a8476703388cbf68: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:32:35.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.091632 19150 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:32:35.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.103264 19176 sys_catalog.cc:455] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [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: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:35.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.105309 19176 sys_catalog.cc:458] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [sys.catalog]: This master's current role is: FOLLOWER
10:32:35.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.107544 19008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d962fc69e50f4832a8476703388cbf68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "88ce5d95c192423287d3da9d86ac6e41"
10:32:35.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.108120 19008 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [term 0 FOLLOWER]: Advancing to term 1
10:32:35.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.111178 19009 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d962fc69e50f4832a8476703388cbf68" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "88ce5d95c192423287d3da9d86ac6e41" is_pre_election: true
10:32:35.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.114627 19008 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d962fc69e50f4832a8476703388cbf68 in term 1.
10:32:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.115736 19007 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [term 1 FOLLOWER]: Refusing update from remote peer d962fc69e50f4832a8476703388cbf68: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:32:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.117964 19150 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [LEADER]: Connected to new peer: Peer: permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:32:35.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.121021 19130 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [sys.catalog]: SysCatalogTable state changed. Reason: New leader d962fc69e50f4832a8476703388cbf68. Latest consensus state: current_term: 1 leader_uuid: "d962fc69e50f4832a8476703388cbf68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:35.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.121335 19130 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [sys.catalog]: This master's current role is: FOLLOWER
10:32:35.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.127239 19039 sys_catalog.cc:565] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [sys.catalog]: configured and running, proceeding with master startup.
10:32:35.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.127435 19175 mvcc.cc:204] Tried to move back new op lower bound from 7317276078391984128 to 7317276078054072320. Current Snapshot: MvccSnapshot[applied={T|T < 7317276078391984128}]
10:32:35.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.131764 19130 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d962fc69e50f4832a8476703388cbf68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:35.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.132021 19130 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b [sys.catalog]: This master's current role is: FOLLOWER
10:32:35.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.147675 19150 sys_catalog.cc:455] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d962fc69e50f4832a8476703388cbf68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:35.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.147979 19150 sys_catalog.cc:458] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [sys.catalog]: This master's current role is: LEADER
10:32:35.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.156507 19176 sys_catalog.cc:455] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d962fc69e50f4832a8476703388cbf68. Latest consensus state: current_term: 1 leader_uuid: "d962fc69e50f4832a8476703388cbf68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:35.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.156836 19176 sys_catalog.cc:458] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [sys.catalog]: This master's current role is: FOLLOWER
10:32:35.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.162220 19173 catalog_manager.cc:1383] Generated new cluster ID: 2c1ae7495493456bbdc9b2d99428ecb9
10:32:35.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.162401 19173 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:32:35.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.167811 19176 sys_catalog.cc:455] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d962fc69e50f4832a8476703388cbf68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:35.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.168073 19176 sys_catalog.cc:458] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41 [sys.catalog]: This master's current role is: FOLLOWER
10:32:35.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.169176 19180 mvcc.cc:204] Tried to move back new op lower bound from 7317276078391984128 to 7317276078054072320. Current Snapshot: MvccSnapshot[applied={T|T < 7317276078391984128}]
10:32:35.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.177538 19162 sys_catalog.cc:455] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d962fc69e50f4832a8476703388cbf68" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d962fc69e50f4832a8476703388cbf68" member_type: VOTER last_known_addr { host: "127.18.108.62" port: 45813 } } peers { permanent_uuid: "88ce5d95c192423287d3da9d86ac6e41" member_type: VOTER last_known_addr { host: "127.18.108.61" port: 46165 } } peers { permanent_uuid: "0005ec1b060e43a087daeedbabd3691b" member_type: VOTER last_known_addr { host: "127.18.108.60" port: 35081 } } }
10:32:35.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.178205 19162 sys_catalog.cc:458] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68 [sys.catalog]: This master's current role is: LEADER
10:32:35.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.186760 19173 catalog_manager.cc:1406] Generated new certificate authority record
10:32:35.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.190945 19173 catalog_manager.cc:1540] Loading token signing keys...
10:32:35.260 [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:32:35.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:35.261361 19197 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:35.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.263255 19203 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:32:35.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.278345 19173 catalog_manager.cc:6092] T 00000000000000000000000000000000 P d962fc69e50f4832a8476703388cbf68: Generated new TSK 0
10:32:35.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.280037 19173 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:32:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.281858 19173 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:32:35.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.286123 19173 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:32:35.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.864842 19147 catalog_manager.cc:1295] Loaded cluster ID: 2c1ae7495493456bbdc9b2d99428ecb9
10:32:35.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.864966 19147 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b: loading cluster ID for follower catalog manager: success
10:32:35.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.869379 19147 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b: acquiring CA information for follower catalog manager: success
10:32:35.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:35.873247 19147 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0005ec1b060e43a087daeedbabd3691b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:32:35.876 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:32:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:35.877208 19141 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:35.890 [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:32:35.903 [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:32:35.903 [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:32:35.982 [INFO - Metastore-Handler-Pool: Thread-43] (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:32:35.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:35.982805 19165 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:36.074 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:36.091 [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/hive15176826637492814248/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=10fc96d6-ba79-4cb4-a092-4e940988bbd6, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:32:36.194 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15176826637492814248/external-warehouse/table
10:32:36.265 [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:32:36.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:36.268240 19197 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:36.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:36.272464 19203 catalog_manager.cc:1295] Loaded cluster ID: 2c1ae7495493456bbdc9b2d99428ecb9
10:32:36.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:36.272984 19203 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41: loading cluster ID for follower catalog manager: success
10:32:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:36.278537 19203 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41: acquiring CA information for follower catalog manager: success
10:32:36.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:36.287206 19203 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 88ce5d95c192423287d3da9d86ac6e41: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:32:36.441 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:32:36.445 [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:32:36.450 [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:32:36.494 [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.18.108.61:46165,127.18.108.62:45813,127.18.108.60:35081}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:32:36.531 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:36.546 [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/hive15176826637492814248/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.18.108.61:46165,127.18.108.62:45813,127.18.108.60:35081}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:32:36.554 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15176826637492814248/external-warehouse/table
10:32:36.613 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:32:36.614 [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:32:36.614 [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:32:36.618 [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=eae4078b-0fdc-4ade-9c0f-787649d11996, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.108.61:46165,127.18.108.62:45813,127.18.108.60:35081}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:32:36.627 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:36.635 [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/hive15176826637492814248/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=eae4078b-0fdc-4ade-9c0f-787649d11996, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.108.61:46165,127.18.108.62:45813,127.18.108.60:35081}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:32:36.643 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15176826637492814248/external-warehouse/table
10:32:36.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
10:32:36.684 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
10:32:36.685 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
10:32:36.701 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@198b68aa
10:32:36.753 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
10:32:36.753 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
10:32:36.754 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
10:32:36.754 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
10:32:36.755 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
10:32:36.755 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
10:32:36.756 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
10:32:36.756 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
10:32:36.757 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
10:32:36.757 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
10:32:36.759 [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:32:36.760 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
10:32:36.760 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
10:32:36.760 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
10:32:36.760 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
10:32:36.761 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
10:32:36.761 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
10:32:36.763 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
10:32:36.763 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
10:32:36.784 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
10:32:36.861 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
10:32:36.874 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
10:32:36.881 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
10:32:36.881 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
10:32:36.882 [INFO - Metastore-Handler-Pool: Thread-53] (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:32:36.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:36.883626 19141 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:36.893 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
10:32:36.893 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
10:32:36.969 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
10:32:36.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
10:32:36.971 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
10:32:36.986 [INFO - Metastore-Handler-Pool: Thread-54] (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:32:36.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:36.986943 19165 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:36.991 [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:32:36.995 [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:32:37.026 [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:32:37.218 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.18.108.61:46165(127.18.108.61:46165)] connecting to peer
10:32:37.227 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 18806 (auto-detected)
10:32:37.230 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
10:32:37.230 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
10:32:37.233 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
10:32:37.234 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
10:32:37.235 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:e8:ff:fe:0c:1c:6c (auto-detected)
10:32:37.268 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
10:32:37.268 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
10:32:37.268 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
10:32:37.271 [INFO - Metastore-Handler-Pool: Thread-55] (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:32:37.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:37.272531 19197 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:37.275 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
10:32:37.281 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.18.108.62:45813(127.18.108.62:45813)] connecting to peer
10:32:37.283 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.18.108.60:35081(127.18.108.60:35081)] connecting to peer
10:32:37.312 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.18.108.61:46165(127.18.108.61:46165)] Successfully connected to peer
10:32:37.316 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.18.108.60:35081(127.18.108.60:35081)] Successfully connected to peer
10:32:37.316 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.18.108.62:45813(127.18.108.62:45813)] Successfully connected to peer
10:32:37.330 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
10:32:37.330 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
10:32:37.330 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@5a5262c6
10:32:37.335 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
10:32:37.336 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
10:32:37.336 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
10:32:37.336 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
10:32:37.336 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
10:32:37.441 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.108.62
10:32:37.441 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.108.60
10:32:37.444 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.108.61
10:32:37.682 [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:32:37.684 [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:32:37.688 [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:32:37.711 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x718b5d40, L:/127.0.0.1:44114 - R:/127.18.108.61:46165] using SASL/PLAIN
10:32:37.708 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x88fc23cc, L:/127.0.0.1:43472 - R:/127.18.108.62:45813] using SASL/PLAIN
10:32:37.719 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xb1cc926a, L:/127.0.0.1:33078 - R:/127.18.108.60:35081] using SASL/PLAIN
10:32:37.779 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:32:37.786 [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:32:37.787 [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:32:37.789 [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=5cb6b8fc-6e37-4320-8717-c4681f950323, 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:32:37.792 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:37.796 [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/hive15176826637492814248/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=5cb6b8fc-6e37-4320-8717-c4681f950323, 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:32:37.799 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15176826637492814248/external-warehouse/table
10:32:37.819 [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:32:37.819 [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:32:37.821 [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=d41a70ac-866a-4b8b-8f77-8c15344a017c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.108.61:46165,127.18.108.62:45813,127.18.108.60:35081}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:32:37.825 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:37.828 [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/hive15176826637492814248/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=d41a70ac-866a-4b8b-8f77-8c15344a017c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.108.61:46165,127.18.108.62:45813,127.18.108.60:35081}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:32:37.832 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15176826637492814248/external-warehouse/table
10:32:37.886 [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:32:37.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:37.887053 19141 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:37.927 [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:32:37.989 [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:32:37.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:37.990135 19165 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:38.010 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:38.022 [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:32:38.209 [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:32:38.275 [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:32:38.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:38.275897 19197 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:38.516 [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:32:38.571 [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:32:38.617 [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:32:38.784 [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=d3567026-b44a-44da-8051-987ba10e1151, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.108.61:46165,127.18.108.62:45813,127.18.108.60:35081}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:32:38.788 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:38.791 [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/hive15176826637492814248/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=d3567026-b44a-44da-8051-987ba10e1151, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.108.61:46165,127.18.108.62:45813,127.18.108.60:35081}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:32:38.794 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15176826637492814248/external-warehouse/table
10:32:38.835 [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:32:38.867 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:38.869 [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:32:38.889 [INFO - Metastore-Handler-Pool: Thread-65] (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:32:38.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:38.890651 19141 client.h:373] Failed to connect to Hive Metastore (localhost:44233): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:38.936 [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:32:38.963 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:32:38.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:38.963840 18864 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 18879
10:32:38.966 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:32:38.966 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b8079d2 will be shutdown
10:32:38.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:38.966324 18952 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:38.967 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:32:39.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:39.104334 18864 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 18879
10:32:39.105 [INFO - Metastore-Handler-Pool: Thread-66] (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:32:39.137 [ERROR - Metastore-Handler-Pool: Thread-66] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
10:32:39.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:39.137177 19065 connection.cc:573] server connection from 127.0.0.1:33062 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
10:32:39.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:39.138475 18864 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 18959
10:32:39.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:39.139853 19033 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:39.141 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.18.108.62:45813(127.18.108.62:45813)] handling channelInactive
10:32:39.142 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.18.108.62:45813(127.18.108.62:45813)] cleaning up while in state READY due to: connection closed
10:32:39.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:39.251899 18864 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 18959
10:32:39.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:39.284101 18864 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 19040
10:32:39.284 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.18.108.61:46165(127.18.108.61:46165)] handling channelInactive
10:32:39.285 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.18.108.61:46165(127.18.108.61:46165)] cleaning up while in state READY due to: connection closed
10:32:39.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:39.285538 19118 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:39.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:39.395710 18864 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 19040
10:32:39.426 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.18.108.60:35081(127.18.108.60:35081)] handling channelInactive
10:32:39.426 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.18.108.60:35081(127.18.108.60:35081)] cleaning up while in state READY due to: connection closed
10:32:39.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:39Z chronyd exiting
.10:32:39.568 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:39.568 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:39.568 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:39.593 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15587792042299158075
10:32:39.594 [INFO - Thread-42] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:32:39.594 [INFO - Thread-42] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:32:39.598 [INFO - Thread-42] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:32:39.598 [INFO - Thread-42] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:32:39.598 [INFO - Thread-42] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:32:39.604 [INFO - Thread-42] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:32:39.608 [INFO - Thread-42] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:32:39.608 [INFO - Thread-42] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:32:39.609 [INFO - Thread-42] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:32:39.609 [INFO - Thread-42] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:32:39.611 [INFO - Thread-42] (HikariDataSource.java:80) objectstore - Starting...
10:32:39.773 [INFO - Thread-42] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:39.775 [INFO - Thread-42] (HikariDataSource.java:82) objectstore - Start completed.
10:32:39.775 [INFO - Thread-42] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:32:39.777 [INFO - Thread-42] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:32:39.779 [INFO - Thread-42] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:39.780 [INFO - Thread-42] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:32:39.803 [INFO - Thread-42] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:32:39.804 [INFO - Thread-42] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:32:39.804 [INFO - Thread-42] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:32:39.847 [WARN - Thread-42] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:39.848 [WARN - Thread-42] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:39.849 [WARN - Thread-42] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:39.849 [WARN - Thread-42] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:39.850 [WARN - Thread-42] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:39.850 [WARN - Thread-42] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:40.098 [INFO - Thread-42] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:32:40.098 [INFO - Thread-42] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@21828492, with PersistenceManager: null will be shutdown
10:32:40.099 [INFO - Thread-42] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@21828492, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@9800f08 created in the thread with id: 67
10:32:40.101 [WARN - Thread-42] (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:32:40.102 [INFO - Thread-42] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@21828492
10:32:40.251 [INFO - Thread-42] (HMSHandler.java:595) Started creating a default database with name: default
10:32:40.276 [INFO - Thread-42] (HMSHandler.java:605) Successfully created a default database with name: default
10:32:40.315 [INFO - Thread-42] (HMSHandler.java:668) Added admin role in metastore
10:32:40.318 [INFO - Thread-42] (HMSHandler.java:677) Added public role in metastore
10:32:40.360 [INFO - Thread-42] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:32:40.361 [INFO - Thread-42] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:32:40.361 [INFO - Thread-42] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:32:40.362 [INFO - Thread-42] (HiveMetaStore.java:697) Direct SQL optimization = true
10:32:40.362 [WARN - Thread-42] (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:32:40.362 [INFO - Thread-42] (HiveMetaStore.java:632) Started the new metaserver on port [37603]...
10:32:40.363 [INFO - Thread-42] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:32:40.363 [INFO - Thread-42] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:32:40.363 [INFO - Thread-42] (HiveMetaStore.java:635) TCP keepalive = true
10:32:40.363 [INFO - Thread-42] (HiveMetaStore.java:636) Enable SSL = false
10:32:40.598 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:40.598 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:40.598 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:40.601 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:32:40.601 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37603]
10:32:40.601 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37603) in binary transport mode
10:32:40.602 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37603) current connections: 1
10:32:40.603 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskO7jvSg/test-tmp
10:32:40.604 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
10:32:40.604 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskO7jvSg/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
10:32:40.607 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37603"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

10:32:40.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:40.982241 19272 mini_oidc.cc:150] Starting JWKS server
10:32:40.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:40.985404 19272 webserver.cc:533] Webserver started at http://127.0.0.1:46037/ using document root <none> and password file <none>
10:32:40.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:40.985675 19272 mini_oidc.cc:186] Starting OIDC Discovery server
10:32:40.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:40.986222 19272 webserver.cc:533] Webserver started at http://127.0.0.1:33819/ using document root <none> and password file <none>
10:32:41.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:41Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:32:41.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:41Z Disabled control of system clock
10:32:41.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.026611 19272 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/wal
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/data
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/logs
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/data/info.pb
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.210.62:36967
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.210.62
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.210.20:38587
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.210.62:36967,127.18.210.61:43847,127.18.210.60:46381
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46037/jwks.json
10:32:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37603 with env {}
10:32:41.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.408959 19285 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:41.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.409403 19285 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:41.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.409529 19285 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:41.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.418459 19285 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:41.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.418618 19285 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:41.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.418711 19285 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:41.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.418771 19285 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:41.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.418896 19285 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:41.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.418958 19285 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46037/jwks.json
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.429786 19285 master_runner.cc:387] Master server non-default flags:
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/logs
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.210.20:38587
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/data
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/wal
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37603
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.210.62:36967,127.18.210.61:43847,127.18.210.60:46381
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:41.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.210.62:36967
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46037/jwks.json
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/data/info.pb
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.210.62
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:41.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:41.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.432329 19285 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:32:41.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.434509 19285 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:41.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.444682 19294 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:32:41.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.444650 19293 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:32:41.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.445305 19296 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:32:41.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.445850 19285 server_base.cc:1061] running on GCE node
10:32:41.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.446733 19285 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:41.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.448513 19285 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:41.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.449764 19285 hybrid_clock.cc:648] HybridClock initialized: now 1786444361449732 us; error 79 us; skew 500 ppm
10:32:41.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.450240 19285 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:41.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.453015 19285 webserver.cc:533] Webserver started at http://127.18.210.62:33813/ using document root <none> and password file <none>
10:32:41.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.453902 19285 fs_manager.cc:362] Metadata directory not provided
10:32:41.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.454063 19285 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:41.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.454505 19285 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:41.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.457175 19285 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/data/instance:
10:32:41.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "83aa63dcaae048ffb2d79e091af10ca2"
10:32:41.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:41 on dist-test-slave-vkjp"
10:32:41.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.458127 19285 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/wal/instance:
10:32:41.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "83aa63dcaae048ffb2d79e091af10ca2"
10:32:41.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:41 on dist-test-slave-vkjp"
10:32:41.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.464409 19285 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.001s
10:32:41.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.468248 19304 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.469817 19285 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.470047 19285 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/wal
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "83aa63dcaae048ffb2d79e091af10ca2"
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:41 on dist-test-slave-vkjp"
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.470335 19285 fs_report.cc:389] FS layout report
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/wal
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/wal
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/data/data
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:41.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:41.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:41.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:41.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:41.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:41.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:41.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:41.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:41.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:41.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:41.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.499845 19285 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:41.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.500969 19285 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:32:41.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.501341 19285 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:41.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.524952 19285 rpc_server.cc:307] RPC server started. Bound to: 127.18.210.62:36967
10:32:41.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.525004 19360 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.210.62:36967 every 8 connection(s)
10:32:41.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.526758 19285 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/data/info.pb
10:32:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.531301 19272 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 19285
10:32:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.531658 19272 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-0/wal/instance
10:32:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.532645 19361 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:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.535121 19272 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/wal
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/data
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/logs
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/data/info.pb
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.210.61:43847
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.210.61
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.210.20:38587
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.210.62:36967,127.18.210.61:43847,127.18.210.60:46381
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46037/jwks.json
10:32:41.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37603 with env {}
10:32:41.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.541956 19361 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } has no permanent_uuid. Determining permanent_uuid...
10:32:41.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.566602 19361 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } has no permanent_uuid. Determining permanent_uuid...
10:32:41.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.568030 19305 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.210.61:43847: connect: Connection refused (error 111)
10:32:41.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.569934 19361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.61:43847: Network error: Client connection negotiation failed: client connection to 127.18.210.61:43847: connect: Connection refused (error 111)
10:32:41.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.619336 19361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } attempt: 1
10:32:41.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.622105 19361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.61:43847: Network error: Client connection negotiation failed: client connection to 127.18.210.61:43847: connect: Connection refused (error 111)
10:32:41.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.690426 19361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } attempt: 2
10:32:41.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.692713 19361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.61:43847: Network error: Client connection negotiation failed: client connection to 127.18.210.61:43847: connect: Connection refused (error 111)
10:32:41.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.784057 19361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } attempt: 3
10:32:41.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.786442 19361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.61:43847: Network error: Client connection negotiation failed: client connection to 127.18.210.61:43847: connect: Connection refused (error 111)
10:32:41.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.917519 19362 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:41.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.917888 19362 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:41.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.917979 19362 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:41.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.926606 19362 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:41.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.926719 19362 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:41.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.926779 19362 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:41.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.926820 19362 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:41.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.926877 19362 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:41.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.926913 19362 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46037/jwks.json
10:32:41.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.929768 19361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } attempt: 4
10:32:41.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.932163 19361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.61:43847: Network error: Client connection negotiation failed: client connection to 127.18.210.61:43847: connect: Connection refused (error 111)
10:32:41.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.938316 19362 master_runner.cc:387] Master server non-default flags:
10:32:41.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/logs
10:32:41.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:41.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:41.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:41.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.210.20:38587
10:32:41.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/data
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/wal
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37603
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.210.62:36967,127.18.210.61:43847,127.18.210.60:46381
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.210.61:43847
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46037/jwks.json
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/data/info.pb
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.210.61
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:41.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.940249 19362 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:32:41.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.942255 19362 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:41.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.953390 19372 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:32:41.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.953440 19373 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:32:41.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:41.953487 19377 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:32:41.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.954849 19362 server_base.cc:1061] running on GCE node
10:32:41.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.955992 19362 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:41.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.957649 19362 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:41.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.959036 19362 hybrid_clock.cc:648] HybridClock initialized: now 1786444361958837 us; error 184 us; skew 500 ppm
10:32:41.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.959506 19362 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:41.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.962061 19362 webserver.cc:533] Webserver started at http://127.18.210.61:38637/ using document root <none> and password file <none>
10:32:41.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.963238 19362 fs_manager.cc:362] Metadata directory not provided
10:32:41.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.963413 19362 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:41.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.963889 19362 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:41.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.966532 19362 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/data/instance:
10:32:41.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d5e041bd14f4f389def3acaf414ae23"
10:32:41.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:41 on dist-test-slave-vkjp"
10:32:41.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.967537 19362 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/wal/instance:
10:32:41.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d5e041bd14f4f389def3acaf414ae23"
10:32:41.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:41 on dist-test-slave-vkjp"
10:32:41.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.973745 19362 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.001s	sys 0.004s
10:32:41.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.977809 19384 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:41.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.979470 19362 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.979696 19362 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/wal
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d5e041bd14f4f389def3acaf414ae23"
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:41 on dist-test-slave-vkjp"
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.980005 19362 fs_report.cc:389] FS layout report
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/wal
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/wal
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/data/data
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:41.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:41.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.995923 19362 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:41.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.997048 19362 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:32:41.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:41.997401 19362 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:42.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.020092 19362 rpc_server.cc:307] RPC server started. Bound to: 127.18.210.61:43847
10:32:42.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.020116 19438 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.210.61:43847 every 8 connection(s)
10:32:42.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.021876 19362 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/data/info.pb
10:32:42.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.026634 19441 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:32:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.030052 19272 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 19362
10:32:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.030309 19272 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-1/wal/instance
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.031988 19272 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/wal
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/data
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/logs
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/data/info.pb
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.210.60:46381
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.210.60
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.210.20:38587
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.210.62:36967,127.18.210.61:43847,127.18.210.60:46381
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46037/jwks.json
10:32:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37603 with env {}
10:32:42.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.035461 19441 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } has no permanent_uuid. Determining permanent_uuid...
10:32:42.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.050920 19441 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } has no permanent_uuid. Determining permanent_uuid...
10:32:42.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.060613 19441 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } has no permanent_uuid. Determining permanent_uuid...
10:32:42.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.062017 19388 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.063784 19441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.60:46381: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.113184 19441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } attempt: 1
10:32:42.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.115708 19441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.60:46381: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.184000 19441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } attempt: 2
10:32:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.186576 19441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.60:46381: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.231484 19361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } attempt: 5
10:32:42.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.238478 19361 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } has no permanent_uuid. Determining permanent_uuid...
10:32:42.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.241153 19361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.60:46381: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.277889 19441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } attempt: 3
10:32:42.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.280246 19441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.60:46381: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.292424 19361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } attempt: 1
10:32:42.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.294703 19361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.60:46381: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.362938 19361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } attempt: 2
10:32:42.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.365394 19361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.60:46381: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.412667 19442 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:42.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.413033 19442 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:42.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.413113 19442 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:42.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.422470 19442 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:42.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.422587 19442 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:42.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.422646 19442 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:42.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.422690 19442 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:42.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.422747 19442 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:42.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.422784 19442 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46037/jwks.json
10:32:42.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.423522 19441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } attempt: 4
10:32:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.425732 19441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.60:46381: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.434043 19442 master_runner.cc:387] Master server non-default flags:
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/logs
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.210.20:38587
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/data
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/wal
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37603
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.210.62:36967,127.18.210.61:43847,127.18.210.60:46381
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.210.60:46381
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46037/jwks.json
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/data/info.pb
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.210.60
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:42.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.436013 19442 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:32:42.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.437973 19442 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:42.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.447456 19450 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:32:42.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.447495 19451 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:32:42.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.452883 19455 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:32:42.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.453070 19442 server_base.cc:1061] running on GCE node
10:32:42.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.454188 19442 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:42.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.455981 19442 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:42.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.457233 19442 hybrid_clock.cc:648] HybridClock initialized: now 1786444362457160 us; error 64 us; skew 500 ppm
10:32:42.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.457679 19442 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:42.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.460206 19442 webserver.cc:533] Webserver started at http://127.18.210.60:40999/ using document root <none> and password file <none>
10:32:42.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.461086 19442 fs_manager.cc:362] Metadata directory not provided
10:32:42.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.461227 19442 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:42.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.461696 19442 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:42.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.464540 19442 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/data/instance:
10:32:42.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f212154c65fc4d6180da7eb8d97386f9"
10:32:42.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:42 on dist-test-slave-vkjp"
10:32:42.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.465449 19442 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/wal/instance:
10:32:42.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f212154c65fc4d6180da7eb8d97386f9"
10:32:42.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:42 on dist-test-slave-vkjp"
10:32:42.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.471515 19442 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
10:32:42.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.471634 19361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } attempt: 3
10:32:42.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.473906 19361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.210.60:46381: Network error: Client connection negotiation failed: client connection to 127.18.210.60:46381: connect: Connection refused (error 111)
10:32:42.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.476007 19462 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:42.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.477757 19442 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.477977 19442 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/wal
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f212154c65fc4d6180da7eb8d97386f9"
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:42 on dist-test-slave-vkjp"
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.478245 19442 fs_report.cc:389] FS layout report
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/wal
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/wal
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/data/data
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:42.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.503644 19442 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:42.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.504714 19442 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:32:42.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.505051 19442 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:42.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.527233 19442 rpc_server.cc:307] RPC server started. Bound to: 127.18.210.60:46381
10:32:42.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.527318 19523 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.210.60:46381 every 8 connection(s)
10:32:42.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.529201 19442 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/data/info.pb
10:32:42.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.534653 19524 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:32:42.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.536187 19272 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 19442
10:32:42.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.536404 19272 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster8681053829348784156/master-2/wal/instance
10:32:42.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.542516 19524 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } has no permanent_uuid. Determining permanent_uuid...
10:32:42.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.555617 19524 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } has no permanent_uuid. Determining permanent_uuid...
10:32:42.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.562929 19524 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } has no permanent_uuid. Determining permanent_uuid...
10:32:42.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.574497 19524 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9: Bootstrap starting.
10:32:42.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.578631 19524 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9: Neither blocks nor log segments found. Creating new log.
10:32:42.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.579319 19272 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:32:42.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.580067 19524 log.cc:826] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9: Log is configured to *not* fsync() on all Append() calls
10:32:42.581 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:42.581 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:32:42.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.583381 19524 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9: No bootstrap required, opened a new log
10:32:42.583 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.210.62"
      port: 36967
    }
    bound_http_address {
      host: "127.18.210.62"
      port: 33813
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.210.61"
      port: 43847
    }
    bound_http_address {
      host: "127.18.210.61"
      port: 38637
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.210.60"
      port: 46381
    }
    bound_http_address {
      host: "127.18.210.60"
      port: 40999
    }
  }
}

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

10:32:42.585 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:42.586 [INFO - Metastore-Handler-Pool: Thread-88] (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=331e336d-3b02-40d7-abb8-8edc6eaa9d6d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.210.60:46381,127.18.210.61:43847,127.18.210.62:36967}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:32:42.591 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:32:42.591 [INFO - Metastore-Handler-Pool: Thread-88] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:32:42.591 [INFO - Metastore-Handler-Pool: Thread-88] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@42f6b5f4, with PersistenceManager: null will be shutdown
10:32:42.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.591694 19524 raft_consensus.cc:359] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } }
10:32:42.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.592278 19524 raft_consensus.cc:385] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:42.592 [INFO - Metastore-Handler-Pool: Thread-88] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@42f6b5f4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2d959114 created in the thread with id: 88
10:32:42.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.592576 19524 raft_consensus.cc:740] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f212154c65fc4d6180da7eb8d97386f9, State: Initialized, Role: FOLLOWER
10:32:42.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.593552 19524 consensus_queue.cc:260] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [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: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } }
10:32:42.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.594720 19530 sys_catalog.cc:455] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [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: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:42.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.595283 19530 sys_catalog.cc:458] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [sys.catalog]: This master's current role is: FOLLOWER
10:32:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.596202 19524 sys_catalog.cc:565] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [sys.catalog]: configured and running, proceeding with master startup.
10:32:42.601 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@42f6b5f4
10:32:42.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.651635 19361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } attempt: 4
10:32:42.657 [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:32:42.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.661057 19547 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:32:42.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.661556 19547 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:32:42.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.658253 19442 master_runner.cc:187] Error getting master registration for 127.18.210.62:36967: OK, instance_id { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" instance_seqno: 1786444361518318 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:32:42.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.667443 19361 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2: Bootstrap starting.
10:32:42.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.670239 19442 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:32:42.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.671521 19361 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2: Neither blocks nor log segments found. Creating new log.
10:32:42.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.671532 19543 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:42.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.673522 19361 log.cc:826] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2: Log is configured to *not* fsync() on all Append() calls
10:32:42.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.678764 19361 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2: No bootstrap required, opened a new log
10:32:42.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.687480 19361 raft_consensus.cc:359] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } }
10:32:42.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.688210 19361 raft_consensus.cc:385] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:42.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.688743 19361 raft_consensus.cc:740] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83aa63dcaae048ffb2d79e091af10ca2, State: Initialized, Role: FOLLOWER
10:32:42.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.689919 19361 consensus_queue.cc:260] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [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: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } }
10:32:42.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.698261 19551 sys_catalog.cc:455] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [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: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:42.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.698897 19551 sys_catalog.cc:458] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [sys.catalog]: This master's current role is: FOLLOWER
10:32:42.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.699975 19361 sys_catalog.cc:565] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [sys.catalog]: configured and running, proceeding with master startup.
10:32:42.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.724972 19441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } attempt: 5
10:32:42.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.740749 19441 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23: Bootstrap starting.
10:32:42.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.746045 19441 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23: Neither blocks nor log segments found. Creating new log.
10:32:42.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.748046 19441 log.cc:826] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23: Log is configured to *not* fsync() on all Append() calls
10:32:42.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.754794 19311 tablet.cc:2406] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:42.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.757347 19470 tablet.cc:2406] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:42.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.764292 19441 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23: No bootstrap required, opened a new log
10:32:42.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.779201 19551 raft_consensus.cc:493] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:32:42.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.779544 19551 raft_consensus.cc:515] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } }
10:32:42.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.782030 19551 leader_election.cc:290] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d5e041bd14f4f389def3acaf414ae23 (127.18.210.61:43847), f212154c65fc4d6180da7eb8d97386f9 (127.18.210.60:46381)
10:32:42.787 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:32:42.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.785681 19494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "83aa63dcaae048ffb2d79e091af10ca2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f212154c65fc4d6180da7eb8d97386f9" is_pre_election: true
10:32:42.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.786494 19494 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83aa63dcaae048ffb2d79e091af10ca2 in term 0.
10:32:42.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.787580 19309 leader_election.cc:304] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [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: 83aa63dcaae048ffb2d79e091af10ca2, f212154c65fc4d6180da7eb8d97386f9; no voters: 
10:32:42.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:42.788400 19566 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:42.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.789340 19551 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:32:42.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.789557 19551 raft_consensus.cc:493] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:32:42.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.789692 19551 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 0 FOLLOWER]: Advancing to term 1
10:32:42.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.794080 19551 raft_consensus.cc:515] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } }
10:32:42.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.778383 19441 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } }
10:32:42.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.799556 19494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "83aa63dcaae048ffb2d79e091af10ca2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f212154c65fc4d6180da7eb8d97386f9"
10:32:42.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.799877 19494 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [term 0 FOLLOWER]: Advancing to term 1
10:32:42.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.803936 19441 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:42.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.804486 19494 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83aa63dcaae048ffb2d79e091af10ca2 in term 1.
10:32:42.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.805619 19309 leader_election.cc:304] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [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: 83aa63dcaae048ffb2d79e091af10ca2, f212154c65fc4d6180da7eb8d97386f9; no voters: 
10:32:42.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.804032 19551 leader_election.cc:290] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [CANDIDATE]: Term 1 election: Requested vote from peers 0d5e041bd14f4f389def3acaf414ae23 (127.18.210.61:43847), f212154c65fc4d6180da7eb8d97386f9 (127.18.210.60:46381)
10:32:42.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.814540 19441 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d5e041bd14f4f389def3acaf414ae23, State: Initialized, Role: FOLLOWER
10:32:42.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.815855 19551 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 1 FOLLOWER]: Leader election won for term 1
10:32:42.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.818322 19551 raft_consensus.cc:697] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [term 1 LEADER]: Becoming Leader. State: Replica: 83aa63dcaae048ffb2d79e091af10ca2, State: Running, Role: LEADER
10:32:42.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.825757 19551 consensus_queue.cc:237] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [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: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } }
10:32:42.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.826269 19441 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [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: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } }
10:32:42.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.845942 19573 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:32:42.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.859853 19575 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [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: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:42.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.860214 19575 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [sys.catalog]: This master's current role is: FOLLOWER
10:32:42.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.863606 19574 sys_catalog.cc:455] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 83aa63dcaae048ffb2d79e091af10ca2. Latest consensus state: current_term: 1 leader_uuid: "83aa63dcaae048ffb2d79e091af10ca2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:42.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.865381 19574 sys_catalog.cc:458] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [sys.catalog]: This master's current role is: LEADER
10:32:42.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.855576 19285 master_runner.cc:187] Error getting master registration for 127.18.210.61:43847: OK, instance_id { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" instance_seqno: 1786444362014196 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:32:42.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.868345 19285 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:32:42.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.875645 19412 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "83aa63dcaae048ffb2d79e091af10ca2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d5e041bd14f4f389def3acaf414ae23"
10:32:42.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.876296 19412 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [term 0 FOLLOWER]: Advancing to term 1
10:32:42.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.879643 19413 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "83aa63dcaae048ffb2d79e091af10ca2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d5e041bd14f4f389def3acaf414ae23" is_pre_election: true
10:32:42.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.882285 19412 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83aa63dcaae048ffb2d79e091af10ca2 in term 1.
10:32:42.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.883562 19441 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [sys.catalog]: configured and running, proceeding with master startup.
10:32:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.885346 19577 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:32:42.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.904474 19577 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:32:42.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.939356 19494 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [term 1 FOLLOWER]: Refusing update from remote peer 83aa63dcaae048ffb2d79e091af10ca2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:32:42.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.941663 19412 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [term 1 FOLLOWER]: Refusing update from remote peer 83aa63dcaae048ffb2d79e091af10ca2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:32:42.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.942812 19574 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:32:42.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.943630 19551 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:32:42.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.993016 19530 sys_catalog.cc:455] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 83aa63dcaae048ffb2d79e091af10ca2. Latest consensus state: current_term: 1 leader_uuid: "83aa63dcaae048ffb2d79e091af10ca2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:42.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.993335 19530 sys_catalog.cc:458] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [sys.catalog]: This master's current role is: FOLLOWER
10:32:42.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.998659 19575 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 83aa63dcaae048ffb2d79e091af10ca2. Latest consensus state: current_term: 1 leader_uuid: "83aa63dcaae048ffb2d79e091af10ca2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:42.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:42.998960 19575 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [sys.catalog]: This master's current role is: FOLLOWER
10:32:43.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:43.000576 19390 tablet.cc:2406] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:43.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.010370 19575 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "83aa63dcaae048ffb2d79e091af10ca2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:43.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.010668 19575 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23 [sys.catalog]: This master's current role is: FOLLOWER
10:32:43.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.012826 19582 mvcc.cc:204] Tried to move back new op lower bound from 7317276110586368000 to 7317276110176448512. Current Snapshot: MvccSnapshot[applied={T|T < 7317276110586368000 or (T in {7317276110586368000})}]
10:32:43.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.019593 19583 mvcc.cc:204] Tried to move back new op lower bound from 7317276110586368000 to 7317276110176448512. Current Snapshot: MvccSnapshot[applied={T|T < 7317276110586368000}]
10:32:43.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.039222 19551 sys_catalog.cc:455] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "83aa63dcaae048ffb2d79e091af10ca2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:43.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.039520 19551 sys_catalog.cc:458] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [sys.catalog]: This master's current role is: LEADER
10:32:43.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.040251 19551 sys_catalog.cc:455] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "83aa63dcaae048ffb2d79e091af10ca2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:43.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.040472 19551 sys_catalog.cc:458] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2 [sys.catalog]: This master's current role is: LEADER
10:32:43.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.046393 19577 catalog_manager.cc:1383] Generated new cluster ID: 64e3b21d59c54316b81b1435e8954cac
10:32:43.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.046512 19577 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:32:43.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.050819 19530 sys_catalog.cc:455] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "83aa63dcaae048ffb2d79e091af10ca2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83aa63dcaae048ffb2d79e091af10ca2" member_type: VOTER last_known_addr { host: "127.18.210.62" port: 36967 } } peers { permanent_uuid: "0d5e041bd14f4f389def3acaf414ae23" member_type: VOTER last_known_addr { host: "127.18.210.61" port: 43847 } } peers { permanent_uuid: "f212154c65fc4d6180da7eb8d97386f9" member_type: VOTER last_known_addr { host: "127.18.210.60" port: 46381 } } }
10:32:43.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.051052 19530 sys_catalog.cc:458] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9 [sys.catalog]: This master's current role is: FOLLOWER
10:32:43.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.101440 19577 catalog_manager.cc:1406] Generated new certificate authority record
10:32:43.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.108661 19577 catalog_manager.cc:1540] Loading token signing keys...
10:32:43.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.110150 19607 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:32:43.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.143941 19577 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 83aa63dcaae048ffb2d79e091af10ca2: Generated new TSK 0
10:32:43.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.145318 19577 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:32:43.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.152956 19577 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:32:43.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.154903 19577 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:32:43.164 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:32:43.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:43.165120 19601 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:43.228 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:43.240 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:43.241 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:43.448 [INFO - Metastore-Handler-Pool: Thread-88] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:43.465 [INFO - Metastore-Handler-Pool: Thread-88] (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/hive15587792042299158075/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=331e336d-3b02-40d7-abb8-8edc6eaa9d6d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.210.60:46381,127.18.210.61:43847,127.18.210.62:36967}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:32:43.468 [INFO - Metastore-Handler-Pool: Thread-88] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15587792042299158075/external-warehouse/table
10:32:43.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.664710 19547 catalog_manager.cc:1295] Loaded cluster ID: 64e3b21d59c54316b81b1435e8954cac
10:32:43.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.664847 19547 catalog_manager.cc:1588] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9: loading cluster ID for follower catalog manager: success
10:32:43.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.670406 19547 catalog_manager.cc:1610] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9: acquiring CA information for follower catalog manager: success
10:32:43.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:43.674332 19547 catalog_manager.cc:1638] T 00000000000000000000000000000000 P f212154c65fc4d6180da7eb8d97386f9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:32:43.684 [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:32:43.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:43.685207 19543 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:43.707 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:43.778 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:43.787 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:43.798 [INFO - Metastore-Handler-Pool: Thread-96] (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:32:43.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:43.799252 19566 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:43.980 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:44.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:44.129609 19607 catalog_manager.cc:1295] Loaded cluster ID: 64e3b21d59c54316b81b1435e8954cac
10:32:44.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:44.130105 19607 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23: loading cluster ID for follower catalog manager: success
10:32:44.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:44.135001 19607 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23: acquiring CA information for follower catalog manager: success
10:32:44.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:44.138806 19607 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0d5e041bd14f4f389def3acaf414ae23: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:32:44.177 [INFO - Metastore-Handler-Pool: Thread-97] (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:32:44.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:44.177790 19601 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:44.279 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:44.342 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:44.391 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:44.555 [DEBUG - Metastore-Handler-Pool: Thread-88] (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:32:44.557 [DEBUG - Metastore-Handler-Pool: Thread-88] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:32:44.558 [DEBUG - Metastore-Handler-Pool: Thread-88] (Connection.java:748) [peer master-127.18.210.60:46381(127.18.210.60:46381)] connecting to peer
10:32:44.562 [DEBUG - Metastore-Handler-Pool: Thread-88] (Connection.java:748) [peer master-127.18.210.61:43847(127.18.210.61:43847)] connecting to peer
10:32:44.563 [DEBUG - Metastore-Handler-Pool: Thread-88] (Connection.java:748) [peer master-127.18.210.62:36967(127.18.210.62:36967)] connecting to peer
10:32:44.566 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.18.210.60:46381(127.18.210.60:46381)] Successfully connected to peer
10:32:44.572 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.18.210.62:36967(127.18.210.62:36967)] Successfully connected to peer
10:32:44.581 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.18.210.61:43847(127.18.210.61:43847)] Successfully connected to peer
10:32:44.597 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.210.62
10:32:44.616 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.210.60
10:32:44.620 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.210.61
10:32:44.648 [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:32:44.654 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x26df5e5d, L:/127.0.0.1:42016 - R:/127.18.210.62:36967] using SASL/PLAIN
10:32:44.660 [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:32:44.666 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xc9f726aa, L:/127.0.0.1:49032 - R:/127.18.210.61:43847] using SASL/PLAIN
10:32:44.668 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:32:44.675 [ERROR - Metastore-Handler-Pool: Thread-88] (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:32:44.677 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:44.688 [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:32:44.688 [INFO - Metastore-Handler-Pool: Thread-102] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:32:44.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:44.689376 19543 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:44.694 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x62c04fbd, L:/127.0.0.1:36300 - R:/127.18.210.60:46381] using SASL/PLAIN
10:32:44.711 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:44.712 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:44.766 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:44.786 [INFO - Metastore-Handler-Pool: Thread-88] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:32:44.788 [INFO - Metastore-Handler-Pool: Thread-88] (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=331e336d-3b02-40d7-abb8-8edc6eaa9d6d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.210.60:46381,127.18.210.61:43847,127.18.210.62:36967}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:32:44.792 [INFO - Metastore-Handler-Pool: Thread-88] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:44.795 [INFO - Metastore-Handler-Pool: Thread-88] (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/hive15587792042299158075/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=331e336d-3b02-40d7-abb8-8edc6eaa9d6d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.210.60:46381,127.18.210.61:43847,127.18.210.62:36967}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:32:44.797 [INFO - Metastore-Handler-Pool: Thread-88] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15587792042299158075/external-warehouse/table
10:32:44.811 [INFO - Metastore-Handler-Pool: Thread-103] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:32:44.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:44.812719 19566 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:44.904 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:44.942 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:44.949 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:44.976 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:45.012 [INFO - Metastore-Handler-Pool: Thread-88] (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:32:45.015 [INFO - Metastore-Handler-Pool: Thread-88] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:45.018 [INFO - Metastore-Handler-Pool: Thread-88] (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/hive15587792042299158075/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:32:45.020 [WARN - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:2452) Location: file:/tmp/hive15587792042299158075/external-warehouse/table specified for non-external table:table
10:32:45.021 [INFO - Metastore-Handler-Pool: Thread-88] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15587792042299158075/external-warehouse/table
10:32:45.044 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:45.058 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:45.059 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:45.079 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:45.097 [ERROR - Metastore-Handler-Pool: Thread-88] (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:32:45.099 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:45.112 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:45.113 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:45.134 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:45.153 [INFO - Metastore-Handler-Pool: Thread-88] (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:32:45.156 [INFO - Metastore-Handler-Pool: Thread-88] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:45.158 [INFO - Metastore-Handler-Pool: Thread-88] (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/hive15587792042299158075/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:32:45.159 [WARN - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:2452) Location: file:/tmp/hive15587792042299158075/external-warehouse/table specified for non-external table:table
10:32:45.160 [INFO - Metastore-Handler-Pool: Thread-88] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15587792042299158075/external-warehouse/table
10:32:45.181 [INFO - Metastore-Handler-Pool: Thread-107] (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:32:45.182 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:45.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:45.182847 19601 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:45.195 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:45.196 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:45.221 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:45.239 [ERROR - Metastore-Handler-Pool: Thread-88] (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:32:45.240 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:45.252 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:45.253 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:45.271 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:45.289 [INFO - Metastore-Handler-Pool: Thread-88] (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:32:45.291 [INFO - Metastore-Handler-Pool: Thread-88] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:45.294 [INFO - Metastore-Handler-Pool: Thread-88] (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/hive15587792042299158075/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:32:45.297 [INFO - Metastore-Handler-Pool: Thread-88] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15587792042299158075/external-warehouse/table
10:32:45.326 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:45.338 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:45.340 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:45.394 [WARN - Metastore-Handler-Pool: Thread-88] (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:32:45.414 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:32:45.414 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:32:45.415 [INFO - Metastore-Handler-Pool: Thread-88] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@42f6b5f4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2d959114 will be shutdown
10:32:45.415 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:32:45.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:45.415179 19272 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 19285
10:32:45.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:45.417222 19356 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:45.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:45.539065 19272 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 19285
10:32:45.581 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.18.210.62:36967(127.18.210.62:36967)] handling channelInactive
10:32:45.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:45.581431 19272 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 19362
10:32:45.582 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.18.210.62:36967(127.18.210.62:36967)] cleaning up while in state READY due to: connection closed
10:32:45.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:45.582705 19434 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:45.692 [INFO - Metastore-Handler-Pool: Thread-109] (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:32:45.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:45.692713 19543 client.h:373] Failed to connect to Hive Metastore (localhost:37603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:45.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:45.698971 19272 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 19362
10:32:45.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:45.729422 19272 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 19442
10:32:45.730 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.18.210.61:43847(127.18.210.61:43847)] handling channelInactive
10:32:45.730 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.18.210.61:43847(127.18.210.61:43847)] cleaning up while in state READY due to: connection closed
10:32:45.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:45.730898 19515 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:45.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:45.842342 19272 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 19442
10:32:45.872 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.18.210.60:46381(127.18.210.60:46381)] handling channelInactive
10:32:45.872 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.18.210.60:46381(127.18.210.60:46381)] cleaning up while in state READY due to: connection closed
10:32:45.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:45Z chronyd exiting
.10:32:46.014 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:46.015 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:46.015 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:46.034 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive7339212203153686293
10:32:46.035 [INFO - Thread-74] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:32:46.035 [INFO - Thread-74] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:32:46.038 [INFO - Thread-74] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:32:46.038 [INFO - Thread-74] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:32:46.038 [INFO - Thread-74] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:32:46.039 [INFO - Thread-74] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:32:46.040 [INFO - Thread-74] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:32:46.040 [INFO - Thread-74] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:32:46.041 [INFO - Thread-74] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:32:46.041 [INFO - Thread-74] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:32:46.043 [INFO - Thread-74] (HikariDataSource.java:80) objectstore - Starting...
10:32:46.136 [INFO - Thread-74] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:46.137 [INFO - Thread-74] (HikariDataSource.java:82) objectstore - Start completed.
10:32:46.138 [INFO - Thread-74] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:32:46.139 [INFO - Thread-74] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:32:46.142 [INFO - Thread-74] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:46.142 [INFO - Thread-74] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:32:46.159 [INFO - Thread-74] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:32:46.159 [INFO - Thread-74] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:32:46.159 [INFO - Thread-74] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:32:46.188 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:46.188 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:46.189 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:46.189 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:46.190 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:46.190 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:46.415 [INFO - Thread-74] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:32:46.415 [INFO - Thread-74] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@344358db, with PersistenceManager: null will be shutdown
10:32:46.416 [INFO - Thread-74] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@344358db, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@12bd951b created in the thread with id: 110
10:32:46.417 [WARN - Thread-74] (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:32:46.418 [INFO - Thread-74] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@344358db
10:32:46.522 [INFO - Thread-74] (HMSHandler.java:595) Started creating a default database with name: default
10:32:46.543 [INFO - Thread-74] (HMSHandler.java:605) Successfully created a default database with name: default
10:32:46.569 [INFO - Thread-74] (HMSHandler.java:668) Added admin role in metastore
10:32:46.570 [INFO - Thread-74] (HMSHandler.java:677) Added public role in metastore
10:32:46.600 [INFO - Thread-74] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:32:46.601 [INFO - Thread-74] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:32:46.601 [INFO - Thread-74] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:32:46.601 [INFO - Thread-74] (HiveMetaStore.java:697) Direct SQL optimization = true
10:32:46.602 [WARN - Thread-74] (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:32:46.602 [INFO - Thread-74] (HiveMetaStore.java:632) Started the new metaserver on port [41189]...
10:32:46.602 [INFO - Thread-74] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:32:46.602 [INFO - Thread-74] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:32:46.602 [INFO - Thread-74] (HiveMetaStore.java:635) TCP keepalive = true
10:32:46.602 [INFO - Thread-74] (HiveMetaStore.java:636) Enable SSL = false
10:32:47.037 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:47.038 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:47.038 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:47.040 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:32:47.040 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41189]
10:32:47.040 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41189) in binary transport mode
10:32:47.041 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41189) current connections: 1
10:32:47.042 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskO7jvSg/test-tmp
10:32:47.042 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
10:32:47.042 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskO7jvSg/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
10:32:47.057 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41189"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:32:47.450 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:47.451 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:32:47.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.453660 19669 mini_oidc.cc:150] Starting JWKS server
10:32:47.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.456344 19669 webserver.cc:533] Webserver started at http://127.0.0.1:45849/ using document root <none> and password file <none>
10:32:47.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.456638 19669 mini_oidc.cc:186] Starting OIDC Discovery server
10:32:47.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.457190 19669 webserver.cc:533] Webserver started at http://127.0.0.1:41759/ using document root <none> and password file <none>
10:32:47.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:47Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:32:47.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:47Z Disabled control of system clock
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.502255 19669 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/wal
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/data
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/logs
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/data/info.pb
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.53.126:37003
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.53.126
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.53.84:46359
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.53.126:37003,127.19.53.125:45529,127.19.53.124:36115
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45849/jwks.json
10:32:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41189 with env {}
10:32:47.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.898228 19683 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:47.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.898690 19683 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:47.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.898813 19683 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:47.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.908244 19683 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:47.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.908419 19683 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:47.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.908510 19683 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:47.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.908576 19683 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:47.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.908663 19683 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:47.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.908723 19683 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45849/jwks.json
10:32:47.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.920342 19683 master_runner.cc:387] Master server non-default flags:
10:32:47.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/logs
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.53.84:46359
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/data
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/wal
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41189
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.53.126:37003,127.19.53.125:45529,127.19.53.124:36115
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.53.126:37003
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45849/jwks.json
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/data/info.pb
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.53.126
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:47.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:47.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:47.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:47.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:47.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:47.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:47.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:47.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:47.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:47.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.922988 19683 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:32:47.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.925493 19683 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:47.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.936452 19688 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:32:47.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.936584 19689 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:32:47.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:47.937521 19691 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:32:47.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.938284 19683 server_base.cc:1061] running on GCE node
10:32:47.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.939319 19683 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:47.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.940960 19683 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:47.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.942255 19683 hybrid_clock.cc:648] HybridClock initialized: now 1786444367942164 us; error 123 us; skew 500 ppm
10:32:47.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.942778 19683 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:47.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.945490 19683 webserver.cc:533] Webserver started at http://127.19.53.126:46847/ using document root <none> and password file <none>
10:32:47.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.946376 19683 fs_manager.cc:362] Metadata directory not provided
10:32:47.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.946523 19683 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:47.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.946954 19683 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:47.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.949684 19683 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/data/instance:
10:32:47.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0ff7bb046e844ba487f762d809c03d11"
10:32:47.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:47 on dist-test-slave-vkjp"
10:32:47.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.950732 19683 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/wal/instance:
10:32:47.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0ff7bb046e844ba487f762d809c03d11"
10:32:47.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:47 on dist-test-slave-vkjp"
10:32:47.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.957136 19683 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.000s
10:32:47.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.961656 19698 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:47.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.963456 19683 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
10:32:47.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.963636 19683 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/wal
10:32:47.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0ff7bb046e844ba487f762d809c03d11"
10:32:47.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:47 on dist-test-slave-vkjp"
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.963828 19683 fs_report.cc:389] FS layout report
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/wal
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/wal
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/data/data
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:47.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:47.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.987205 19683 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:47.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.988327 19683 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:32:47.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:47.988602 19683 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:48.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.012115 19683 rpc_server.cc:307] RPC server started. Bound to: 127.19.53.126:37003
10:32:48.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.012164 19758 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.53.126:37003 every 8 connection(s)
10:32:48.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.013856 19683 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/data/info.pb
10:32:48.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.019459 19759 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:32:48.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.019502 19669 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 19683
10:32:48.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.019840 19669 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-0/wal/instance
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.023224 19669 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/wal
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/data
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/logs
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/data/info.pb
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.53.125:45529
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.53.125
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.53.84:46359
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.53.126:37003,127.19.53.125:45529,127.19.53.124:36115
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45849/jwks.json
10:32:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41189 with env {}
10:32:48.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.028898 19759 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } has no permanent_uuid. Determining permanent_uuid...
10:32:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.047413 19759 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } has no permanent_uuid. Determining permanent_uuid...
10:32:48.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.048905 19700 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.53.125:45529: connect: Connection refused (error 111)
10:32:48.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.050905 19759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.125:45529: Network error: Client connection negotiation failed: client connection to 127.19.53.125:45529: connect: Connection refused (error 111)
10:32:48.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.100361 19759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } attempt: 1
10:32:48.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.102753 19759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.125:45529: Network error: Client connection negotiation failed: client connection to 127.19.53.125:45529: connect: Connection refused (error 111)
10:32:48.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.171149 19759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } attempt: 2
10:32:48.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.173442 19759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.125:45529: Network error: Client connection negotiation failed: client connection to 127.19.53.125:45529: connect: Connection refused (error 111)
10:32:48.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.264788 19759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } attempt: 3
10:32:48.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.267158 19759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.125:45529: Network error: Client connection negotiation failed: client connection to 127.19.53.125:45529: connect: Connection refused (error 111)
10:32:48.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.404997 19760 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:48.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.405359 19760 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:48.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.405447 19760 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:48.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.410437 19759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } attempt: 4
10:32:48.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.413112 19759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.125:45529: Network error: Client connection negotiation failed: client connection to 127.19.53.125:45529: connect: Connection refused (error 111)
10:32:48.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.416101 19760 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:48.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.416198 19760 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:48.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.416260 19760 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:48.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.416307 19760 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:48.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.416363 19760 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:48.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.416397 19760 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45849/jwks.json
10:32:48.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.427357 19760 master_runner.cc:387] Master server non-default flags:
10:32:48.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/logs
10:32:48.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:48.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:48.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.53.84:46359
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/data
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/wal
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41189
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.53.126:37003,127.19.53.125:45529,127.19.53.124:36115
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.53.125:45529
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45849/jwks.json
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/data/info.pb
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.53.125
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.429231 19760 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:32:48.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.431329 19760 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:48.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.440946 19768 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:32:48.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.441454 19772 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:32:48.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.441066 19769 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:32:48.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.442792 19760 server_base.cc:1061] running on GCE node
10:32:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.443753 19760 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:48.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.445390 19760 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:48.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.446691 19760 hybrid_clock.cc:648] HybridClock initialized: now 1786444368446606 us; error 67 us; skew 500 ppm
10:32:48.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.447403 19760 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:48.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.450425 19760 webserver.cc:533] Webserver started at http://127.19.53.125:41679/ using document root <none> and password file <none>
10:32:48.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.451458 19760 fs_manager.cc:362] Metadata directory not provided
10:32:48.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.451609 19760 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:48.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.452050 19760 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:48.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.454660 19760 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/data/instance:
10:32:48.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1"
10:32:48.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:48 on dist-test-slave-vkjp"
10:32:48.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.455765 19760 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/wal/instance:
10:32:48.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1"
10:32:48.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:48 on dist-test-slave-vkjp"
10:32:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.462297 19760 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
10:32:48.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.466444 19781 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:48.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.468313 19760 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
10:32:48.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.468568 19760 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/wal
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1"
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:48 on dist-test-slave-vkjp"
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.468878 19760 fs_report.cc:389] FS layout report
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/wal
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/wal
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/data/data
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:48.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:48.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.500309 19760 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:48.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.501420 19760 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:32:48.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.501787 19760 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:48.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.524489 19760 rpc_server.cc:307] RPC server started. Bound to: 127.19.53.125:45529
10:32:48.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.524528 19842 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.53.125:45529 every 8 connection(s)
10:32:48.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.526264 19760 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/data/info.pb
10:32:48.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.529065 19669 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 19760
10:32:48.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.529259 19669 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-1/wal/instance
10:32:48.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.530416 19669 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:48.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:48.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/wal
10:32:48.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/data
10:32:48.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:48.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:48.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:48.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/logs
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/data/info.pb
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.53.124:36115
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.53.124
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.53.84:46359
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.53.126:37003,127.19.53.125:45529,127.19.53.124:36115
10:32:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45849/jwks.json
10:32:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41189 with env {}
10:32:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.531687 19843 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:32:48.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.540447 19843 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } has no permanent_uuid. Determining permanent_uuid...
10:32:48.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.555199 19843 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } has no permanent_uuid. Determining permanent_uuid...
10:32:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.564934 19843 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } has no permanent_uuid. Determining permanent_uuid...
10:32:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.566367 19784 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.568400 19843 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.124:36115: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.617754 19843 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } attempt: 1
10:32:48.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.620316 19843 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.124:36115: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.688611 19843 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } attempt: 2
10:32:48.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.691159 19843 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.124:36115: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.712422 19759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } attempt: 5
10:32:48.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.720450 19759 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } has no permanent_uuid. Determining permanent_uuid...
10:32:48.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.722626 19759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.124:36115: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.773906 19759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } attempt: 1
10:32:48.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.776382 19759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.124:36115: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.782454 19843 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } attempt: 3
10:32:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.784880 19843 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.124:36115: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.844632 19759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } attempt: 2
10:32:48.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.847186 19759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.124:36115: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.914386 19844 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:48.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.914748 19844 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:48.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.914831 19844 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:48.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.923527 19844 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:48.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.923631 19844 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:48.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.923688 19844 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:48.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.923728 19844 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:48.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.923782 19844 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:48.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.923816 19844 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45849/jwks.json
10:32:48.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.928138 19843 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } attempt: 4
10:32:48.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.930539 19843 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.124:36115: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.934846 19844 master_runner.cc:387] Master server non-default flags:
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/logs
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.53.84:46359
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/data
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/wal
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41189
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.53.126:37003,127.19.53.125:45529,127.19.53.124:36115
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.53.124:36115
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45849/jwks.json
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/data/info.pb
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.53.124
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.936820 19844 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:32:48.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.938748 19844 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:48.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.948122 19852 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:32:48.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.948136 19854 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:32:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.948659 19856 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:32:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.949644 19844 server_base.cc:1061] running on GCE node
10:32:48.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.950469 19844 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:48.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.952175 19844 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.953401 19844 hybrid_clock.cc:648] HybridClock initialized: now 1786444368953324 us; error 72 us; skew 500 ppm
10:32:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.953487 19759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } attempt: 3
10:32:48.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.953891 19844 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:48.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:48.955873 19759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.53.124:36115: Network error: Client connection negotiation failed: client connection to 127.19.53.124:36115: connect: Connection refused (error 111)
10:32:48.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.956651 19844 webserver.cc:533] Webserver started at http://127.19.53.124:42529/ using document root <none> and password file <none>
10:32:48.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.957511 19844 fs_manager.cc:362] Metadata directory not provided
10:32:48.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.957651 19844 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:48.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.958160 19844 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:48.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.961067 19844 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/data/instance:
10:32:48.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d3820d09b1949d892568820dd5b7af4"
10:32:48.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:48 on dist-test-slave-vkjp"
10:32:48.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.962026 19844 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/wal/instance:
10:32:48.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d3820d09b1949d892568820dd5b7af4"
10:32:48.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:48 on dist-test-slave-vkjp"
10:32:48.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.967918 19844 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
10:32:48.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.972108 19864 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:48.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.973681 19844 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.005s	sys 0.000s
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.973902 19844 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/wal
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d3820d09b1949d892568820dd5b7af4"
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:48 on dist-test-slave-vkjp"
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:48.974164 19844 fs_report.cc:389] FS layout report
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/wal
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/wal
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/data/data
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:48.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:48.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:48.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:48.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:49.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.001796 19844 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:49.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.002964 19844 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:32:49.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.003361 19844 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.033315 19844 rpc_server.cc:307] RPC server started. Bound to: 127.19.53.124:36115
10:32:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.033350 19923 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.53.124:36115 every 8 connection(s)
10:32:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.035308 19844 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/data/info.pb
10:32:49.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.040292 19924 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:32:49.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.044901 19669 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 19844
10:32:49.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.045166 19669 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster10632549437673618835/master-2/wal/instance
10:32:49.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.046387 19924 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } has no permanent_uuid. Determining permanent_uuid...
10:32:49.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.061734 19924 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } has no permanent_uuid. Determining permanent_uuid...
10:32:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.069110 19924 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } has no permanent_uuid. Determining permanent_uuid...
10:32:49.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.081799 19924 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4: Bootstrap starting.
10:32:49.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.085737 19924 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4: Neither blocks nor log segments found. Creating new log.
10:32:49.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.086498 19669 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:32:49.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.086912 19924 log.cc:826] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4: Log is configured to *not* fsync() on all Append() calls
10:32:49.088 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:49.088 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:32:49.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.089828 19924 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4: No bootstrap required, opened a new log
10:32:49.089 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.19.53.126"
      port: 37003
    }
    bound_http_address {
      host: "127.19.53.126"
      port: 46847
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.19.53.125"
      port: 45529
    }
    bound_http_address {
      host: "127.19.53.125"
      port: 41679
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.19.53.124"
      port: 36115
    }
    bound_http_address {
      host: "127.19.53.124"
      port: 42529
    }
  }
}

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

10:32:49.092 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:49.093 [INFO - Metastore-Handler-Pool: Thread-131] (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:32:49.094 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:32:49.094 [INFO - Metastore-Handler-Pool: Thread-131] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:32:49.094 [INFO - Metastore-Handler-Pool: Thread-131] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@295e70b1, with PersistenceManager: null will be shutdown
10:32:49.095 [INFO - Metastore-Handler-Pool: Thread-131] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@295e70b1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6bf9784c created in the thread with id: 131
10:32:49.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.097779 19924 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } }
10:32:49.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.098248 19924 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:49.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.098384 19924 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d3820d09b1949d892568820dd5b7af4, State: Initialized, Role: FOLLOWER
10:32:49.099 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@295e70b1
10:32:49.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.099313 19924 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [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: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } }
10:32:49.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.100495 19930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [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: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.100839 19930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [sys.catalog]: This master's current role is: FOLLOWER
10:32:49.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.101598 19924 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [sys.catalog]: configured and running, proceeding with master startup.
10:32:49.117 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:32:49.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:49.117974 19942 client.h:373] Failed to connect to Hive Metastore (localhost:41189): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:49.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.116387 19844 master_runner.cc:187] Error getting master registration for 127.19.53.126:37003: OK, instance_id { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" instance_seqno: 1786444368005858 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:32:49.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.125569 19844 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:32:49.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:49.126613 19946 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:32:49.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:49.126760 19946 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:32:49.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.133111 19759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } attempt: 4
10:32:49.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.146196 19759 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11: Bootstrap starting.
10:32:49.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.150835 19759 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11: Neither blocks nor log segments found. Creating new log.
10:32:49.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.152683 19759 log.cc:826] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11: Log is configured to *not* fsync() on all Append() calls
10:32:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.172570 19759 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11: No bootstrap required, opened a new log
10:32:49.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.181200 19759 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } }
10:32:49.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.181879 19759 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:49.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.182183 19759 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ff7bb046e844ba487f762d809c03d11, State: Initialized, Role: FOLLOWER
10:32:49.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.183327 19759 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [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: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } }
10:32:49.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.209414 19950 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [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: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.210142 19950 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [sys.catalog]: This master's current role is: FOLLOWER
10:32:49.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.210947 19759 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [sys.catalog]: configured and running, proceeding with master startup.
10:32:49.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.229790 19843 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } attempt: 5
10:32:49.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:49.241828 19705 tablet.cc:2406] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:49.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.245385 19843 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1: Bootstrap starting.
10:32:49.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.250427 19843 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1: Neither blocks nor log segments found. Creating new log.
10:32:49.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:49.256073 19870 tablet.cc:2406] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:49.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.260134 19843 log.cc:826] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1: Log is configured to *not* fsync() on all Append() calls
10:32:49.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.268841 19843 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1: No bootstrap required, opened a new log
10:32:49.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.277163 19843 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } }
10:32:49.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.277865 19843 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:49.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.278164 19843 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a329ac8e6b74a2b925c59e5bf4a8aa1, State: Initialized, Role: FOLLOWER
10:32:49.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.279223 19843 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [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: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } }
10:32:49.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.287423 19950 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:32:49.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.287719 19950 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } }
10:32:49.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.289645 19950 leader_election.cc:290] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4a329ac8e6b74a2b925c59e5bf4a8aa1 (127.19.53.125:45529), 0d3820d09b1949d892568820dd5b7af4 (127.19.53.124:36115)
10:32:49.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.291796 19965 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [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: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.294493 19965 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [sys.catalog]: This master's current role is: FOLLOWER
10:32:49.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.294379 19813 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0ff7bb046e844ba487f762d809c03d11" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" is_pre_election: true
10:32:49.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.294322 19843 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [sys.catalog]: configured and running, proceeding with master startup.
10:32:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.295401 19813 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ff7bb046e844ba487f762d809c03d11 in term 0.
10:32:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.296201 19700 leader_election.cc:304] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [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: 0ff7bb046e844ba487f762d809c03d11, 4a329ac8e6b74a2b925c59e5bf4a8aa1; no voters: 
10:32:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.296274 19893 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0ff7bb046e844ba487f762d809c03d11" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d3820d09b1949d892568820dd5b7af4" is_pre_election: true
10:32:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.296658 19950 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:32:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.296810 19950 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:32:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.296924 19950 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 0 FOLLOWER]: Advancing to term 1
10:32:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.296876 19893 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ff7bb046e844ba487f762d809c03d11 in term 0.
10:32:49.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.300205 19950 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } }
10:32:49.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.301636 19813 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0ff7bb046e844ba487f762d809c03d11" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1"
10:32:49.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.301847 19813 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [term 0 FOLLOWER]: Advancing to term 1
10:32:49.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.305577 19813 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ff7bb046e844ba487f762d809c03d11 in term 1.
10:32:49.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.306455 19700 leader_election.cc:304] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [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: 0ff7bb046e844ba487f762d809c03d11, 4a329ac8e6b74a2b925c59e5bf4a8aa1; no voters: 
10:32:49.309 [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:32:49.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.310117 19893 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0ff7bb046e844ba487f762d809c03d11" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d3820d09b1949d892568820dd5b7af4"
10:32:49.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:49.310146 19964 client.h:373] Failed to connect to Hive Metastore (localhost:41189): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:49.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.310401 19893 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [term 0 FOLLOWER]: Advancing to term 1
10:32:49.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.314254 19893 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ff7bb046e844ba487f762d809c03d11 in term 1.
10:32:49.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.315699 19950 leader_election.cc:290] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [CANDIDATE]: Term 1 election: Requested vote from peers 4a329ac8e6b74a2b925c59e5bf4a8aa1 (127.19.53.125:45529), 0d3820d09b1949d892568820dd5b7af4 (127.19.53.124:36115)
10:32:49.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.316313 19950 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 1 FOLLOWER]: Leader election won for term 1
10:32:49.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.316933 19950 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [term 1 LEADER]: Becoming Leader. State: Replica: 0ff7bb046e844ba487f762d809c03d11, State: Running, Role: LEADER
10:32:49.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.317924 19950 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [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: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } }
10:32:49.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.336906 19973 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0ff7bb046e844ba487f762d809c03d11. Latest consensus state: current_term: 1 leader_uuid: "0ff7bb046e844ba487f762d809c03d11" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.337324 19973 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [sys.catalog]: This master's current role is: LEADER
10:32:49.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.340325 19683 master_runner.cc:187] Error getting master registration for 127.19.53.125:45529: OK, instance_id { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" instance_seqno: 1786444368518340 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:32:49.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.349357 19683 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:32:49.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:49.353139 19972 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:32:49.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:49.353670 19972 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:32:49.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.354039 19976 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:32:49.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.356601 19976 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:32:49.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.379338 19893 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [term 1 FOLLOWER]: Refusing update from remote peer 0ff7bb046e844ba487f762d809c03d11: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:32:49.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.381232 19973 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:32:49.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.396884 19813 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [term 1 FOLLOWER]: Refusing update from remote peer 0ff7bb046e844ba487f762d809c03d11: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:32:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.398429 19973 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:32:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.399477 19930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0ff7bb046e844ba487f762d809c03d11. Latest consensus state: current_term: 1 leader_uuid: "0ff7bb046e844ba487f762d809c03d11" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.399732 19930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [sys.catalog]: This master's current role is: FOLLOWER
10:32:49.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.414103 19930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0ff7bb046e844ba487f762d809c03d11" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.414444 19930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4 [sys.catalog]: This master's current role is: FOLLOWER
10:32:49.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.417711 19950 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0ff7bb046e844ba487f762d809c03d11" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.418134 19950 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [sys.catalog]: This master's current role is: LEADER
10:32:49.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.430583 19976 catalog_manager.cc:1383] Generated new cluster ID: 1ec2b2f1dbb6415e90316a600b44092a
10:32:49.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.430732 19976 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:32:49.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.440675 19965 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0ff7bb046e844ba487f762d809c03d11. Latest consensus state: current_term: 1 leader_uuid: "0ff7bb046e844ba487f762d809c03d11" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.440982 19965 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [sys.catalog]: This master's current role is: FOLLOWER
10:32:49.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.441048 19973 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0ff7bb046e844ba487f762d809c03d11" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.441370 19973 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11 [sys.catalog]: This master's current role is: LEADER
10:32:49.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.443632 19965 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0ff7bb046e844ba487f762d809c03d11" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff7bb046e844ba487f762d809c03d11" member_type: VOTER last_known_addr { host: "127.19.53.126" port: 37003 } } peers { permanent_uuid: "4a329ac8e6b74a2b925c59e5bf4a8aa1" member_type: VOTER last_known_addr { host: "127.19.53.125" port: 45529 } } peers { permanent_uuid: "0d3820d09b1949d892568820dd5b7af4" member_type: VOTER last_known_addr { host: "127.19.53.124" port: 36115 } } }
10:32:49.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.443889 19965 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1 [sys.catalog]: This master's current role is: FOLLOWER
10:32:49.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.449927 19990 mvcc.cc:204] Tried to move back new op lower bound from 7317276136956043264 to 7317276136744640512. Current Snapshot: MvccSnapshot[applied={T|T < 7317276136956043264}]
10:32:49.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.481853 19976 catalog_manager.cc:1406] Generated new certificate authority record
10:32:49.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.483798 19976 catalog_manager.cc:1540] Loading token signing keys...
10:32:49.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.524130 19976 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 0ff7bb046e844ba487f762d809c03d11: Generated new TSK 0
10:32:49.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.525318 19976 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:32:49.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.526666 19976 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:32:49.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.527786 19976 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:32:49.548 [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:32:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:49.548957 20000 client.h:373] Failed to connect to Hive Metastore (localhost:41189): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:49.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:49.561115 20005 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:32:49.663 [WARN - Metastore-Handler-Pool: Thread-131] (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:32:49.669 [WARN - Metastore-Handler-Pool: Thread-131] (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:32:49.670 [WARN - Metastore-Handler-Pool: Thread-131] (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:32:49.750 [INFO - Metastore-Handler-Pool: Thread-131] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
10:32:49.756 [INFO - Metastore-Handler-Pool: Thread-131] (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/hive7339212203153686293/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:32:49.780 [INFO - Metastore-Handler-Pool: Thread-131] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7339212203153686293/external-warehouse/legacy_table
10:32:49.985 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
10:32:50.054 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:50.070 [INFO - Metastore-Handler-Pool: Thread-131] (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:32:50.083 [INFO - Metastore-Handler-Pool: Thread-131] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
10:32:50.125 [INFO - Metastore-Handler-Pool: Thread-138] (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:32:50.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:50.125973 19942 client.h:373] Failed to connect to Hive Metastore (localhost:41189): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:50.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.129908 19946 catalog_manager.cc:1295] Loaded cluster ID: 1ec2b2f1dbb6415e90316a600b44092a
10:32:50.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.130030 19946 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4: loading cluster ID for follower catalog manager: success
10:32:50.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.134367 19946 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4: acquiring CA information for follower catalog manager: success
10:32:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.137987 19946 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0d3820d09b1949d892568820dd5b7af4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:32:50.169 [INFO - Metastore-Handler-Pool: Thread-131] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
10:32:50.169 [INFO - Metastore-Handler-Pool: Thread-131] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
10:32:50.282 [INFO - Metastore-Handler-Pool: Thread-131] (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:32:50.310 [INFO - Metastore-Handler-Pool: Thread-131] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
10:32:50.313 [INFO - Metastore-Handler-Pool: Thread-139] (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:32:50.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:50.313956 19964 client.h:373] Failed to connect to Hive Metastore (localhost:41189): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:50.355 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
10:32:50.366 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:50.368 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
10:32:50.484 [WARN - Metastore-Handler-Pool: Thread-131] (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:32:50.557 [INFO - Metastore-Handler-Pool: Thread-140] (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:32:50.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:50.558247 20000 client.h:373] Failed to connect to Hive Metastore (localhost:41189): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.582731 20005 catalog_manager.cc:1295] Loaded cluster ID: 1ec2b2f1dbb6415e90316a600b44092a
10:32:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.583176 20005 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1: loading cluster ID for follower catalog manager: success
10:32:50.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.590719 20005 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1: acquiring CA information for follower catalog manager: success
10:32:50.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.593907 20005 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 4a329ac8e6b74a2b925c59e5bf4a8aa1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:32:50.678 [WARN - Metastore-Handler-Pool: Thread-131] (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:32:50.743 [WARN - Metastore-Handler-Pool: Thread-131] (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:32:50.944 [INFO - Metastore-Handler-Pool: Thread-131] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:32:50.945 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:32:50.945 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:32:50.945 [INFO - Metastore-Handler-Pool: Thread-131] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@295e70b1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6bf9784c will be shutdown
10:32:50.946 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:32:50.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.946049 19669 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 19683
10:32:50.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:50.948093 19754 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:51.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:51.124564 19669 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 19683
10:32:51.128 [INFO - Metastore-Handler-Pool: Thread-141] (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:32:51.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:51.129419 19942 client.h:373] Failed to connect to Hive Metastore (localhost:41189): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:51.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:51.165999 19669 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 19760
10:32:51.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:51.167472 19838 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:51.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:51.287945 19669 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 19760
10:32:51.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:51.318725 19669 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 19844
10:32:51.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:51.320253 19919 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:51.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:51.428813 19669 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 19844
10:32:51.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:51Z chronyd exiting
.10:32:51.607 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:51.607 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:51.608 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:51.626 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8148559672957341068
10:32:51.627 [INFO - Thread-99] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:32:51.628 [INFO - Thread-99] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:32:51.630 [INFO - Thread-99] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:32:51.630 [INFO - Thread-99] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:32:51.630 [INFO - Thread-99] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:32:51.631 [INFO - Thread-99] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:32:51.633 [INFO - Thread-99] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:32:51.633 [INFO - Thread-99] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:32:51.634 [INFO - Thread-99] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:32:51.634 [INFO - Thread-99] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:32:51.636 [INFO - Thread-99] (HikariDataSource.java:80) objectstore - Starting...
10:32:51.729 [INFO - Thread-99] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:51.730 [INFO - Thread-99] (HikariDataSource.java:82) objectstore - Start completed.
10:32:51.730 [INFO - Thread-99] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:32:51.732 [INFO - Thread-99] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:32:51.735 [INFO - Thread-99] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:51.736 [INFO - Thread-99] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:32:51.752 [INFO - Thread-99] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:32:51.752 [INFO - Thread-99] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:32:51.752 [INFO - Thread-99] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:32:51.776 [WARN - Thread-99] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:51.777 [WARN - Thread-99] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:51.777 [WARN - Thread-99] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:51.778 [WARN - Thread-99] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:51.778 [WARN - Thread-99] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:51.778 [WARN - Thread-99] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:51.984 [INFO - Thread-99] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:32:51.985 [INFO - Thread-99] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12bfc699, with PersistenceManager: null will be shutdown
10:32:51.985 [INFO - Thread-99] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12bfc699, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4e07f57 created in the thread with id: 142
10:32:51.986 [WARN - Thread-99] (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:32:51.987 [INFO - Thread-99] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12bfc699
10:32:52.093 [INFO - Thread-99] (HMSHandler.java:595) Started creating a default database with name: default
10:32:52.114 [INFO - Thread-99] (HMSHandler.java:605) Successfully created a default database with name: default
10:32:52.144 [INFO - Thread-99] (HMSHandler.java:668) Added admin role in metastore
10:32:52.146 [INFO - Thread-99] (HMSHandler.java:677) Added public role in metastore
10:32:52.178 [INFO - Thread-99] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:32:52.179 [INFO - Thread-99] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:32:52.180 [INFO - Thread-99] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:32:52.180 [INFO - Thread-99] (HiveMetaStore.java:697) Direct SQL optimization = true
10:32:52.180 [WARN - Thread-99] (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:32:52.181 [INFO - Thread-99] (HiveMetaStore.java:632) Started the new metaserver on port [39873]...
10:32:52.181 [INFO - Thread-99] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:32:52.181 [INFO - Thread-99] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:32:52.181 [INFO - Thread-99] (HiveMetaStore.java:635) TCP keepalive = true
10:32:52.181 [INFO - Thread-99] (HiveMetaStore.java:636) Enable SSL = false
10:32:52.629 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:52.630 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:52.631 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:52.633 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:32:52.633 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39873]
10:32:52.634 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39873) in binary transport mode
10:32:52.634 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39873) current connections: 1
10:32:52.636 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskO7jvSg/test-tmp
10:32:52.637 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
10:32:52.637 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskO7jvSg/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
10:32:52.640 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39873"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:32:53.023 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:53.024 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:32:53.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.026862 20049 mini_oidc.cc:150] Starting JWKS server
10:32:53.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.029543 20049 webserver.cc:533] Webserver started at http://127.0.0.1:34123/ using document root <none> and password file <none>
10:32:53.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.029807 20049 mini_oidc.cc:186] Starting OIDC Discovery server
10:32:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.030407 20049 webserver.cc:533] Webserver started at http://127.0.0.1:41341/ using document root <none> and password file <none>
10:32:53.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:53Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:32:53.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:53Z Disabled control of system clock
10:32:53.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.070637 20049 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/wal
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/data
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/logs
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/data/info.pb
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.148.126:33955
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.148.126
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.148.84:35745
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.148.126:33955,127.19.148.125:39513,127.19.148.124:39587
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34123/jwks.json
10:32:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39873 with env {}
10:32:53.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.447782 20063 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:53.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.448202 20063 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:53.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.448287 20063 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:53.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.457183 20063 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:53.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.457309 20063 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:53.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.457371 20063 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:53.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.457412 20063 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:53.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.457468 20063 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:53.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.457504 20063 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34123/jwks.json
10:32:53.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.468390 20063 master_runner.cc:387] Master server non-default flags:
10:32:53.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/logs
10:32:53.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:53.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:53.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:53.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.148.84:35745
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/data
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/wal
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39873
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.148.126:33955,127.19.148.125:39513,127.19.148.124:39587
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.148.126:33955
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34123/jwks.json
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/data/info.pb
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.148.126
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:53.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:53.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.470155 20063 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:32:53.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.472148 20063 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:53.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.481621 20069 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:32:53.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.481829 20071 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:32:53.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.481746 20068 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:32:53.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.482621 20063 server_base.cc:1061] running on GCE node
10:32:53.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.483577 20063 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:53.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.485175 20063 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:53.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.486419 20063 hybrid_clock.cc:648] HybridClock initialized: now 1786444373486408 us; error 62 us; skew 500 ppm
10:32:53.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.486850 20063 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:53.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.489392 20063 webserver.cc:533] Webserver started at http://127.19.148.126:37195/ using document root <none> and password file <none>
10:32:53.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.490288 20063 fs_manager.cc:362] Metadata directory not provided
10:32:53.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.490432 20063 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:53.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.490852 20063 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:53.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.493641 20063 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/data/instance:
10:32:53.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faa013b0babd4cd7925dd2a300b71dd0"
10:32:53.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:53 on dist-test-slave-vkjp"
10:32:53.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.494771 20063 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/wal/instance:
10:32:53.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faa013b0babd4cd7925dd2a300b71dd0"
10:32:53.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:53 on dist-test-slave-vkjp"
10:32:53.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.500864 20063 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.000s	sys 0.004s
10:32:53.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.505000 20078 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:53.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.506632 20063 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.506848 20063 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/wal
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faa013b0babd4cd7925dd2a300b71dd0"
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:53 on dist-test-slave-vkjp"
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.507175 20063 fs_report.cc:389] FS layout report
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/wal
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/wal
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/data/data
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:53.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:53.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:53.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:53.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.526321 20063 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:53.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.527465 20063 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:32:53.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.527833 20063 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:53.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.550664 20063 rpc_server.cc:307] RPC server started. Bound to: 127.19.148.126:33955
10:32:53.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.550683 20137 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.148.126:33955 every 8 connection(s)
10:32:53.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.552515 20063 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/data/info.pb
10:32:53.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.555830 20049 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 20063
10:32:53.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.556200 20049 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-0/wal/instance
10:32:53.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.558642 20138 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:32:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.559505 20049 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/wal
10:32:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/data
10:32:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/logs
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/data/info.pb
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.148.125:39513
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.148.125
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.148.84:35745
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.148.126:33955,127.19.148.125:39513,127.19.148.124:39587
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34123/jwks.json
10:32:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39873 with env {}
10:32:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.567983 20138 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } has no permanent_uuid. Determining permanent_uuid...
10:32:53.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.592521 20138 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } has no permanent_uuid. Determining permanent_uuid...
10:32:53.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.594182 20081 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.148.125:39513: connect: Connection refused (error 111)
10:32:53.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.597276 20138 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.125:39513: Network error: Client connection negotiation failed: client connection to 127.19.148.125:39513: connect: Connection refused (error 111)
10:32:53.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.646723 20138 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } attempt: 1
10:32:53.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.649245 20138 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.125:39513: Network error: Client connection negotiation failed: client connection to 127.19.148.125:39513: connect: Connection refused (error 111)
10:32:53.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.717595 20138 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } attempt: 2
10:32:53.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.720139 20138 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.125:39513: Network error: Client connection negotiation failed: client connection to 127.19.148.125:39513: connect: Connection refused (error 111)
10:32:53.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.811479 20138 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } attempt: 3
10:32:53.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.813903 20138 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.125:39513: Network error: Client connection negotiation failed: client connection to 127.19.148.125:39513: connect: Connection refused (error 111)
10:32:53.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.957309 20138 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } attempt: 4
10:32:53.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.960037 20138 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.125:39513: Network error: Client connection negotiation failed: client connection to 127.19.148.125:39513: connect: Connection refused (error 111)
10:32:53.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.964811 20139 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:53.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.965224 20139 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:53.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.965317 20139 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:53.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.975353 20139 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:53.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.975471 20139 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:53.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.975540 20139 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:53.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.975586 20139 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:53.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.975644 20139 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:53.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:53.975682 20139 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34123/jwks.json
10:32:53.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.986470 20139 master_runner.cc:387] Master server non-default flags:
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/logs
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.148.84:35745
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/data
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/wal
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39873
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.148.126:33955,127.19.148.125:39513,127.19.148.124:39587
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.148.125:39513
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34123/jwks.json
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/data/info.pb
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.148.125
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.988605 20139 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:32:53.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:53.990665 20139 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:54.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.000562 20150 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:32:54.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.000828 20153 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:32:54.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.000562 20151 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:32:54.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.002441 20139 server_base.cc:1061] running on GCE node
10:32:54.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.003540 20139 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:54.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.005231 20139 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:54.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.006544 20139 hybrid_clock.cc:648] HybridClock initialized: now 1786444374006457 us; error 64 us; skew 500 ppm
10:32:54.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.007071 20139 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:54.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.010166 20139 webserver.cc:533] Webserver started at http://127.19.148.125:46699/ using document root <none> and password file <none>
10:32:54.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.011274 20139 fs_manager.cc:362] Metadata directory not provided
10:32:54.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.011452 20139 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:54.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.011983 20139 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:54.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.014881 20139 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/data/instance:
10:32:54.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3afd675875e4e3e8e5417d851fd2b2c"
10:32:54.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:54 on dist-test-slave-vkjp"
10:32:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.015980 20139 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/wal/instance:
10:32:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3afd675875e4e3e8e5417d851fd2b2c"
10:32:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:54 on dist-test-slave-vkjp"
10:32:54.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.022359 20139 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
10:32:54.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.026916 20160 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.029130 20139 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.003s
10:32:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.029397 20139 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/wal
10:32:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3afd675875e4e3e8e5417d851fd2b2c"
10:32:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:54 on dist-test-slave-vkjp"
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.029714 20139 fs_report.cc:389] FS layout report
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/wal
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/wal
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/data/data
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.048324 20139 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:54.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.049297 20139 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:32:54.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.049544 20139 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:54.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.074174 20139 rpc_server.cc:307] RPC server started. Bound to: 127.19.148.125:39513
10:32:54.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.074229 20220 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.148.125:39513 every 8 connection(s)
10:32:54.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.076629 20139 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/data/info.pb
10:32:54.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.082455 20221 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:32:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.086589 20049 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 20139
10:32:54.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.086782 20049 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-1/wal/instance
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.088253 20049 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/wal
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/data
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/logs
10:32:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/data/info.pb
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.148.124:39587
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.148.124
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.148.84:35745
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.148.126:33955,127.19.148.125:39513,127.19.148.124:39587
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34123/jwks.json
10:32:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39873 with env {}
10:32:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.090523 20221 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } has no permanent_uuid. Determining permanent_uuid...
10:32:54.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.107120 20221 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } has no permanent_uuid. Determining permanent_uuid...
10:32:54.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.119283 20221 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } has no permanent_uuid. Determining permanent_uuid...
10:32:54.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.120560 20164 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.122664 20221 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.124:39587: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.172107 20221 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } attempt: 1
10:32:54.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.174497 20221 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.124:39587: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.242779 20221 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } attempt: 2
10:32:54.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.245116 20221 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.124:39587: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.259382 20138 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } attempt: 5
10:32:54.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.266817 20138 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } has no permanent_uuid. Determining permanent_uuid...
10:32:54.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.268920 20138 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.124:39587: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.320230 20138 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } attempt: 1
10:32:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.322662 20138 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.124:39587: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.336448 20221 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } attempt: 3
10:32:54.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.338871 20221 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.124:39587: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.390993 20138 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } attempt: 2
10:32:54.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.393580 20138 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.124:39587: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.482192 20221 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } attempt: 4
10:32:54.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.483456 20224 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:54.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.484262 20224 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:54.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.484465 20224 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:54.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.484743 20221 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.124:39587: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.495025 20224 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.495229 20224 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.495343 20224 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.495412 20224 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.495501 20224 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.495568 20224 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34123/jwks.json
10:32:54.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.499881 20138 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } attempt: 3
10:32:54.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.502177 20138 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.148.124:39587: Network error: Client connection negotiation failed: client connection to 127.19.148.124:39587: connect: Connection refused (error 111)
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.508092 20224 master_runner.cc:387] Master server non-default flags:
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/logs
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.148.84:35745
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/data
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/wal
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39873
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.148.126:33955,127.19.148.125:39513,127.19.148.124:39587
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.148.124:39587
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34123/jwks.json
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/data/info.pb
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.148.124
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:54.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:54.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.510217 20224 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:32:54.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.512470 20224 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:54.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.522759 20233 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:32:54.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.522730 20234 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:32:54.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.523154 20238 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:32:54.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.524435 20224 server_base.cc:1061] running on GCE node
10:32:54.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.525476 20224 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:54.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.527366 20224 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:54.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.528667 20224 hybrid_clock.cc:648] HybridClock initialized: now 1786444374528581 us; error 66 us; skew 500 ppm
10:32:54.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.529243 20224 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:54.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.532361 20224 webserver.cc:533] Webserver started at http://127.19.148.124:39321/ using document root <none> and password file <none>
10:32:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.533304 20224 fs_manager.cc:362] Metadata directory not provided
10:32:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.533521 20224 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.533941 20224 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.536749 20224 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/data/instance:
10:32:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8f7e4ef7a727476f9f2a097cb57ceb91"
10:32:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:54 on dist-test-slave-vkjp"
10:32:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.537643 20224 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/wal/instance:
10:32:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8f7e4ef7a727476f9f2a097cb57ceb91"
10:32:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:54 on dist-test-slave-vkjp"
10:32:54.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.543959 20224 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.004s
10:32:54.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.548286 20244 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:54.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.550252 20224 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
10:32:54.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.550479 20224 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/wal
10:32:54.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8f7e4ef7a727476f9f2a097cb57ceb91"
10:32:54.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:54 on dist-test-slave-vkjp"
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.550797 20224 fs_report.cc:389] FS layout report
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/wal
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/wal
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/data/data
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:54.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.582769 20224 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:54.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.583865 20224 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:32:54.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.584151 20224 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:54.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.608312 20224 rpc_server.cc:307] RPC server started. Bound to: 127.19.148.124:39587
10:32:54.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.608349 20302 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.148.124:39587 every 8 connection(s)
10:32:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.610276 20224 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/data/info.pb
10:32:54.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.615432 20303 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:32:54.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.616883 20049 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 20224
10:32:54.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.617055 20049 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster11824076393872130652/master-2/wal/instance
10:32:54.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.623612 20303 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } has no permanent_uuid. Determining permanent_uuid...
10:32:54.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.636442 20303 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } has no permanent_uuid. Determining permanent_uuid...
10:32:54.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.644857 20303 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } has no permanent_uuid. Determining permanent_uuid...
10:32:54.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.657708 20303 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91: Bootstrap starting.
10:32:54.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.662601 20303 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91: Neither blocks nor log segments found. Creating new log.
10:32:54.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.664101 20303 log.cc:826] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91: Log is configured to *not* fsync() on all Append() calls
10:32:54.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.664522 20049 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:32:54.666 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:54.666 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:32:54.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.667268 20303 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91: No bootstrap required, opened a new log
10:32:54.667 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.19.148.126"
      port: 33955
    }
    bound_http_address {
      host: "127.19.148.126"
      port: 37195
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.19.148.125"
      port: 39513
    }
    bound_http_address {
      host: "127.19.148.125"
      port: 46699
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.19.148.124"
      port: 39587
    }
    bound_http_address {
      host: "127.19.148.124"
      port: 39321
    }
  }
}

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

10:32:54.669 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:32:54.670 [INFO - Metastore-Handler-Pool: Thread-163] (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=7a29900e-8812-4407-a2b5-9dc70e29cc34, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.148.125:39513,127.19.148.126:33955,127.19.148.124:39587}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:32:54.672 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:32:54.672 [INFO - Metastore-Handler-Pool: Thread-163] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:32:54.672 [INFO - Metastore-Handler-Pool: Thread-163] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@160299cb, with PersistenceManager: null will be shutdown
10:32:54.673 [INFO - Metastore-Handler-Pool: Thread-163] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@160299cb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@c55d82a created in the thread with id: 163
10:32:54.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.673631 20303 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } }
10:32:54.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.674090 20303 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:54.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.674237 20303 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f7e4ef7a727476f9f2a097cb57ceb91, State: Initialized, Role: FOLLOWER
10:32:54.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.675350 20303 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [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: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } }
10:32:54.678 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@160299cb
10:32:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.679411 20138 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } attempt: 4
10:32:54.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.682559 20311 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [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: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:54.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.683210 20311 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [sys.catalog]: This master's current role is: FOLLOWER
10:32:54.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.684275 20303 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [sys.catalog]: configured and running, proceeding with master startup.
10:32:54.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.694809 20138 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0: Bootstrap starting.
10:32:54.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.700126 20138 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0: Neither blocks nor log segments found. Creating new log.
10:32:54.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.702190 20138 log.cc:826] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0: Log is configured to *not* fsync() on all Append() calls
10:32:54.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.722422 20138 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0: No bootstrap required, opened a new log
10:32:54.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.730904 20138 raft_consensus.cc:359] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } }
10:32:54.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.731671 20138 raft_consensus.cc:385] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:54.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.732038 20138 raft_consensus.cc:740] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa013b0babd4cd7925dd2a300b71dd0, State: Initialized, Role: FOLLOWER
10:32:54.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.733253 20138 consensus_queue.cc:260] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [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: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } }
10:32:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.740857 20322 sys_catalog.cc:455] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [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: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:54.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.743943 20322 sys_catalog.cc:458] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [sys.catalog]: This master's current role is: FOLLOWER
10:32:54.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.743762 20138 sys_catalog.cc:565] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [sys.catalog]: configured and running, proceeding with master startup.
10:32:54.765 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:32:54.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.766546 20331 client.h:373] Failed to connect to Hive Metastore (localhost:39873): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:54.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.772569 20224 master_runner.cc:187] Error getting master registration for 127.19.148.126:33955: OK, instance_id { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" instance_seqno: 1786444373544544 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:32:54.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.782197 20085 tablet.cc:2406] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:54.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.782598 20224 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:32:54.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.783985 20221 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } attempt: 5
10:32:54.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.786271 20339 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:32:54.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.786613 20339 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:32:54.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.800748 20221 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c: Bootstrap starting.
10:32:54.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.807439 20221 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c: Neither blocks nor log segments found. Creating new log.
10:32:54.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.815847 20221 log.cc:826] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c: Log is configured to *not* fsync() on all Append() calls
10:32:54.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.825852 20221 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c: No bootstrap required, opened a new log
10:32:54.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.834573 20221 raft_consensus.cc:359] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } }
10:32:54.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.835304 20221 raft_consensus.cc:385] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:32:54.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.835619 20221 raft_consensus.cc:740] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a3afd675875e4e3e8e5417d851fd2b2c, State: Initialized, Role: FOLLOWER
10:32:54.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.836647 20221 consensus_queue.cc:260] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [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: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } }
10:32:54.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.839264 20251 tablet.cc:2406] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:54.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.853679 20350 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [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: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:54.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.855630 20350 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [sys.catalog]: This master's current role is: FOLLOWER
10:32:54.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.855423 20221 sys_catalog.cc:565] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [sys.catalog]: configured and running, proceeding with master startup.
10:32:54.858 [INFO - Metastore-Handler-Pool: Thread-166] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:32:54.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.859747 20347 client.h:373] Failed to connect to Hive Metastore (localhost:39873): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:54.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.868867 20353 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:32:54.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.878152 20063 master_runner.cc:187] Error getting master registration for 127.19.148.125:39513: OK, instance_id { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" instance_seqno: 1786444374067548 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:32:54.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.884732 20063 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:32:54.914 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:32:54.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.915661 20366 client.h:373] Failed to connect to Hive Metastore (localhost:39873): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:54.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.925868 20322 raft_consensus.cc:493] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:32:54.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.926200 20322 raft_consensus.cc:515] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } }
10:32:54.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.928453 20322 leader_election.cc:290] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a3afd675875e4e3e8e5417d851fd2b2c (127.19.148.125:39513), 8f7e4ef7a727476f9f2a097cb57ceb91 (127.19.148.124:39587)
10:32:54.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.930680 20191 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "faa013b0babd4cd7925dd2a300b71dd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" is_pre_election: true
10:32:54.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.931622 20275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "faa013b0babd4cd7925dd2a300b71dd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" is_pre_election: true
10:32:54.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.932224 20275 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate faa013b0babd4cd7925dd2a300b71dd0 in term 0.
10:32:54.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.933509 20081 leader_election.cc:304] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [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: 8f7e4ef7a727476f9f2a097cb57ceb91, faa013b0babd4cd7925dd2a300b71dd0; no voters: 
10:32:54.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.934435 20191 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate faa013b0babd4cd7925dd2a300b71dd0 in term 0.
10:32:54.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.935706 20322 raft_consensus.cc:2804] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:32:54.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.935894 20322 raft_consensus.cc:493] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:32:54.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.936002 20322 raft_consensus.cc:3060] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 0 FOLLOWER]: Advancing to term 1
10:32:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.939704 20322 raft_consensus.cc:515] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } }
10:32:54.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.941388 20191 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "faa013b0babd4cd7925dd2a300b71dd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a3afd675875e4e3e8e5417d851fd2b2c"
10:32:54.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.941633 20191 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [term 0 FOLLOWER]: Advancing to term 1
10:32:54.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.945475 20191 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate faa013b0babd4cd7925dd2a300b71dd0 in term 1.
10:32:54.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.946434 20081 leader_election.cc:304] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [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: a3afd675875e4e3e8e5417d851fd2b2c, faa013b0babd4cd7925dd2a300b71dd0; no voters: 
10:32:54.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.949240 20322 leader_election.cc:290] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [CANDIDATE]: Term 1 election: Requested vote from peers a3afd675875e4e3e8e5417d851fd2b2c (127.19.148.125:39513), 8f7e4ef7a727476f9f2a097cb57ceb91 (127.19.148.124:39587)
10:32:54.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.950358 20322 raft_consensus.cc:2804] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 1 FOLLOWER]: Leader election won for term 1
10:32:54.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.951179 20322 raft_consensus.cc:697] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [term 1 LEADER]: Becoming Leader. State: Replica: faa013b0babd4cd7925dd2a300b71dd0, State: Running, Role: LEADER
10:32:54.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.952230 20322 consensus_queue.cc:237] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [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: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } }
10:32:54.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.958849 20275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "faa013b0babd4cd7925dd2a300b71dd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91"
10:32:54.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.959189 20275 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [term 0 FOLLOWER]: Advancing to term 1
10:32:54.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.963557 20275 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate faa013b0babd4cd7925dd2a300b71dd0 in term 1.
10:32:54.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.967746 20372 sys_catalog.cc:455] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader faa013b0babd4cd7925dd2a300b71dd0. Latest consensus state: current_term: 1 leader_uuid: "faa013b0babd4cd7925dd2a300b71dd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:54.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.968359 20372 sys_catalog.cc:458] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [sys.catalog]: This master's current role is: LEADER
10:32:54.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.986817 20371 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:32:54.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:54.987289 20371 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:32:54.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:54.988297 20375 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:32:55.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.006134 20375 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:32:55.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.036051 20275 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [term 1 FOLLOWER]: Refusing update from remote peer faa013b0babd4cd7925dd2a300b71dd0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:32:55.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.037606 20191 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [term 1 FOLLOWER]: Refusing update from remote peer faa013b0babd4cd7925dd2a300b71dd0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:32:55.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.039693 20372 consensus_queue.cc:1048] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:32:55.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.040233 20322 consensus_queue.cc:1048] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:32:55.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:55.052747 20167 tablet.cc:2406] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:32:55.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.088485 20350 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [sys.catalog]: SysCatalogTable state changed. Reason: New leader faa013b0babd4cd7925dd2a300b71dd0. Latest consensus state: current_term: 1 leader_uuid: "faa013b0babd4cd7925dd2a300b71dd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:55.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.088814 20350 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [sys.catalog]: This master's current role is: FOLLOWER
10:32:55.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.094136 20377 mvcc.cc:204] Tried to move back new op lower bound from 7317276160103784448 to 7317276159814467584. Current Snapshot: MvccSnapshot[applied={T|T < 7317276160103784448}]
10:32:55.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.109495 20311 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [sys.catalog]: SysCatalogTable state changed. Reason: New leader faa013b0babd4cd7925dd2a300b71dd0. Latest consensus state: current_term: 1 leader_uuid: "faa013b0babd4cd7925dd2a300b71dd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:55.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.109798 20311 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [sys.catalog]: This master's current role is: FOLLOWER
10:32:55.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.122876 20311 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "faa013b0babd4cd7925dd2a300b71dd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:55.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.123148 20311 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91 [sys.catalog]: This master's current role is: FOLLOWER
10:32:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.124716 20379 mvcc.cc:204] Tried to move back new op lower bound from 7317276160103784448 to 7317276159814467584. Current Snapshot: MvccSnapshot[applied={T|T < 7317276160103784448}]
10:32:55.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.129457 20350 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "faa013b0babd4cd7925dd2a300b71dd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:55.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.129740 20350 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c [sys.catalog]: This master's current role is: FOLLOWER
10:32:55.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.130471 20322 sys_catalog.cc:455] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "faa013b0babd4cd7925dd2a300b71dd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:55.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.130753 20322 sys_catalog.cc:458] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [sys.catalog]: This master's current role is: LEADER
10:32:55.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.131425 20322 sys_catalog.cc:455] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "faa013b0babd4cd7925dd2a300b71dd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa013b0babd4cd7925dd2a300b71dd0" member_type: VOTER last_known_addr { host: "127.19.148.126" port: 33955 } } peers { permanent_uuid: "a3afd675875e4e3e8e5417d851fd2b2c" member_type: VOTER last_known_addr { host: "127.19.148.125" port: 39513 } } peers { permanent_uuid: "8f7e4ef7a727476f9f2a097cb57ceb91" member_type: VOTER last_known_addr { host: "127.19.148.124" port: 39587 } } }
10:32:55.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.131633 20322 sys_catalog.cc:458] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0 [sys.catalog]: This master's current role is: LEADER
10:32:55.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.140491 20375 catalog_manager.cc:1383] Generated new cluster ID: 127b0088c811416bb7bb482efd93e4ef
10:32:55.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.140630 20375 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:32:55.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.168007 20375 catalog_manager.cc:1406] Generated new certificate authority record
10:32:55.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.170228 20375 catalog_manager.cc:1540] Loading token signing keys...
10:32:55.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.233213 20375 catalog_manager.cc:6092] T 00000000000000000000000000000000 P faa013b0babd4cd7925dd2a300b71dd0: Generated new TSK 0
10:32:55.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.234665 20375 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:32:55.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.236292 20375 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:32:55.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.237664 20375 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:32:55.285 [WARN - Metastore-Handler-Pool: Thread-163] (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:32:55.293 [WARN - Metastore-Handler-Pool: Thread-163] (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:32:55.293 [WARN - Metastore-Handler-Pool: Thread-163] (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:32:55.488 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:55.498 [INFO - Metastore-Handler-Pool: Thread-163] (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/hive8148559672957341068/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=7a29900e-8812-4407-a2b5-9dc70e29cc34, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.148.125:39513,127.19.148.126:33955,127.19.148.124:39587}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:32:55.504 [INFO - Metastore-Handler-Pool: Thread-163] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8148559672957341068/external-warehouse/table
10:32:55.776 [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:32:55.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:55.777683 20331 client.h:373] Failed to connect to Hive Metastore (localhost:39873): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:55.779 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:55.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.789551 20339 catalog_manager.cc:1295] Loaded cluster ID: 127b0088c811416bb7bb482efd93e4ef
10:32:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.789692 20339 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91: loading cluster ID for follower catalog manager: success
10:32:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.794157 20339 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91: acquiring CA information for follower catalog manager: success
10:32:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.797509 20339 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 8f7e4ef7a727476f9f2a097cb57ceb91: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:32:55.821 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:55.823 [INFO - Metastore-Handler-Pool: Thread-163] (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:32:55.825 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
10:32:55.827 [INFO - Metastore-Handler-Pool: Thread-163] (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/hive8148559672957341068/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:32:55.829 [INFO - Metastore-Handler-Pool: Thread-163] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8148559672957341068/external-warehouse/legacy_table
10:32:55.847 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
10:32:55.859 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:55.860 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:55.874 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:55.880 [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:32:55.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:55.880664 20347 client.h:373] Failed to connect to Hive Metastore (localhost:39873): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:55.926 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:55.926 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:55.928 [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:32:55.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:55.928769 20366 client.h:373] Failed to connect to Hive Metastore (localhost:39873): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:55.951 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:55.974 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:55.988 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:55.988 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:55.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.990439 20371 catalog_manager.cc:1295] Loaded cluster ID: 127b0088c811416bb7bb482efd93e4ef
10:32:55.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.990578 20371 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c: loading cluster ID for follower catalog manager: success
10:32:55.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:55.995761 20371 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c: acquiring CA information for follower catalog manager: success
10:32:55.998 [DEBUG - Metastore-Handler-Pool: Thread-163] (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:32:55.999 [DEBUG - Metastore-Handler-Pool: Thread-163] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:32:56.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:56.000169 20371 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a3afd675875e4e3e8e5417d851fd2b2c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:32:56.001 [DEBUG - Metastore-Handler-Pool: Thread-163] (Connection.java:748) [peer master-127.19.148.125:39513(127.19.148.125:39513)] connecting to peer
10:32:56.003 [DEBUG - Metastore-Handler-Pool: Thread-163] (Connection.java:748) [peer master-127.19.148.126:33955(127.19.148.126:33955)] connecting to peer
10:32:56.006 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.19.148.125:39513(127.19.148.125:39513)] Successfully connected to peer
10:32:56.007 [DEBUG - Metastore-Handler-Pool: Thread-163] (Connection.java:748) [peer master-127.19.148.124:39587(127.19.148.124:39587)] connecting to peer
10:32:56.012 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.19.148.124:39587(127.19.148.124:39587)] Successfully connected to peer
10:32:56.017 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.19.148.126:33955(127.19.148.126:33955)] Successfully connected to peer
10:32:56.021 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.19.148.125
10:32:56.023 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.19.148.126
10:32:56.024 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.19.148.124
10:32:56.046 [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:32:56.047 [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:32:56.053 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x153b2f9b, L:/127.0.0.1:45344 - R:/127.19.148.126:33955] using SASL/PLAIN
10:32:56.055 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x520c08a9, L:/127.0.0.1:60262 - R:/127.19.148.124:39587] using SASL/PLAIN
10:32:56.060 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:32:56.060 [ERROR - Metastore-Handler-Pool: Thread-163] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:32:56.062 [ERROR - Metastore-Handler-Pool: Thread-163] (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:32:56.063 [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:32:56.064 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.068 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xfc8b1778, L:/127.0.0.1:39724 - R:/127.19.148.125:39513] using SASL/PLAIN
10:32:56.078 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.092 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.092 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.100 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.113 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.128 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.128 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.134 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.145 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.157 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.157 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.164 [ERROR - Metastore-Handler-Pool: Thread-163] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:32:56.165 [ERROR - Metastore-Handler-Pool: Thread-163] (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:32:56.167 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.180 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.194 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.194 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.198 [ERROR - Metastore-Handler-Pool: Thread-163] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:32:56.200 [ERROR - Metastore-Handler-Pool: Thread-163] (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:32:56.201 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.212 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.226 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.226 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.231 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.244 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.257 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.257 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.277 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.289 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.299 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.299 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.303 [ERROR - Metastore-Handler-Pool: Thread-163] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:32:56.304 [ERROR - Metastore-Handler-Pool: Thread-163] (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:32:56.305 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.314 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.323 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.324 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.329 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.338 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.349 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.349 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.356 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.368 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.378 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.378 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.385 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.397 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.408 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.408 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.491 [ERROR - Metastore-Handler-Pool: Thread-163] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:32:56.494 [ERROR - Metastore-Handler-Pool: Thread-163] (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:32:56.496 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.526 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.544 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.544 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.558 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.569 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.580 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.580 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.590 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:56.614 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:56.625 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:56.625 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:56.632 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:56.641 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:56.645 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:56.754 [WARN - Metastore-Handler-Pool: Thread-163] (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:32:56.790 [INFO - Metastore-Handler-Pool: Thread-178] (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:32:56.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:56.791338 20331 client.h:373] Failed to connect to Hive Metastore (localhost:39873): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:56.883 [INFO - Metastore-Handler-Pool: Thread-179] (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:32:56.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:56.886369 20347 client.h:373] Failed to connect to Hive Metastore (localhost:39873): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:56.899 [WARN - Metastore-Handler-Pool: Thread-163] (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:32:56.931 [INFO - Metastore-Handler-Pool: Thread-180] (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:32:56.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:56.932415 20366 client.h:373] Failed to connect to Hive Metastore (localhost:39873): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:32:56.936 [WARN - Metastore-Handler-Pool: Thread-163] (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:32:57.072 [WARN - Metastore-Handler-Pool: Thread-163] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive8148559672957341068/warehouse/default/table
10:32:57.073 [INFO - Metastore-Handler-Pool: Thread-163] (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:32:57.076 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:57.078 [INFO - Metastore-Handler-Pool: Thread-163] (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/hive8148559672957341068/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:32:57.079 [WARN - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:2452) Location: file:/tmp/hive8148559672957341068/external-warehouse/table specified for non-external table:table
10:32:57.081 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:57.081 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:57.104 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:57.124 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:57.125 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:57.135 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:57.153 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:57.153 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:57.158 [ERROR - Metastore-Handler-Pool: Thread-163] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:32:57.159 [ERROR - Metastore-Handler-Pool: Thread-163] (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:32:57.160 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:57.169 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:57.179 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:57.179 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:57.182 [ERROR - Metastore-Handler-Pool: Thread-163] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:32:57.184 [ERROR - Metastore-Handler-Pool: Thread-163] (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:32:57.185 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:57.195 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:57.204 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:57.205 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:57.210 [INFO - Metastore-Handler-Pool: Thread-163] (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:32:57.219 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
10:32:57.228 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
10:32:57.228 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
10:32:57.235 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:57.244 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:57.245 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:57.296 [INFO - Metastore-Handler-Pool: Thread-163] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:32:57.298 [INFO - Metastore-Handler-Pool: Thread-163] (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=7a29900e-8812-4407-a2b5-9dc70e29cc34, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.148.125:39513,127.19.148.126:33955,127.19.148.124:39587}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:32:57.300 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:32:57.302 [INFO - Metastore-Handler-Pool: Thread-163] (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/hive8148559672957341068/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=7a29900e-8812-4407-a2b5-9dc70e29cc34, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.148.125:39513,127.19.148.126:33955,127.19.148.124:39587}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:32:57.304 [INFO - Metastore-Handler-Pool: Thread-163] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8148559672957341068/external-warehouse/table
10:32:57.324 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:57.333 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:57.334 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:32:57.342 [INFO - Metastore-Handler-Pool: Thread-163] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:32:57.350 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:473) Updating table stats for table
10:32:57.351 [INFO - Metastore-Handler-Pool: Thread-163] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:32:57.356 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:32:57.363 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:3711) Skipping translation for processor with null
10:32:57.365 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:32:57.397 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:32:57.397 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:32:57.397 [INFO - Metastore-Handler-Pool: Thread-163] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@160299cb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@c55d82a will be shutdown
10:32:57.397 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:32:57.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:57.397861 20049 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 20063
10:32:57.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:57.399926 20133 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:57.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:57.515767 20049 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 20063
10:32:57.551 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.19.148.126:33955(127.19.148.126:33955)] handling channelInactive
10:32:57.551 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.19.148.126:33955(127.19.148.126:33955)] cleaning up while in state READY due to: connection closed
10:32:57.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:57.552624 20049 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 20139
10:32:57.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:57.554085 20215 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:57.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:57.679636 20049 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 20139
10:32:57.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:57.712467 20049 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 20224
10:32:57.712 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.19.148.125:39513(127.19.148.125:39513)] handling channelInactive
10:32:57.713 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.19.148.125:39513(127.19.148.125:39513)] cleaning up while in state READY due to: connection closed
10:32:57.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:57.714004 20297 generic_service.cc:196] Checking for leaks (request via RPC)
10:32:57.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:57.824641 20049 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 20224
10:32:57.825 [INFO - Metastore-Handler-Pool: Thread-182] (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:32:57.855 [ERROR - Metastore-Handler-Pool: Thread-182] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
10:32:57.855 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.19.148.124:39587(127.19.148.124:39587)] handling channelInactive
10:32:57.856 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.19.148.124:39587(127.19.148.124:39587)] cleaning up while in state READY due to: connection closed
10:32:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:57Z chronyd exiting
.10:32:57.998 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:57.998 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:57.998 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:58.016 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1622088741470862035
10:32:58.017 [INFO - Thread-129] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:32:58.017 [INFO - Thread-129] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:32:58.019 [INFO - Thread-129] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:32:58.019 [INFO - Thread-129] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:32:58.020 [INFO - Thread-129] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:32:58.020 [INFO - Thread-129] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:32:58.021 [INFO - Thread-129] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:32:58.022 [INFO - Thread-129] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:32:58.022 [INFO - Thread-129] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:32:58.023 [INFO - Thread-129] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:32:58.024 [INFO - Thread-129] (HikariDataSource.java:80) objectstore - Starting...
10:32:58.088 [INFO - Thread-129] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:58.090 [INFO - Thread-129] (HikariDataSource.java:82) objectstore - Start completed.
10:32:58.090 [INFO - Thread-129] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:32:58.091 [INFO - Thread-129] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:32:58.093 [INFO - Thread-129] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:32:58.094 [INFO - Thread-129] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:32:58.107 [INFO - Thread-129] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:32:58.107 [INFO - Thread-129] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:32:58.107 [INFO - Thread-129] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:32:58.126 [WARN - Thread-129] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:58.126 [WARN - Thread-129] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:58.127 [WARN - Thread-129] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:58.127 [WARN - Thread-129] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:58.127 [WARN - Thread-129] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:58.127 [WARN - Thread-129] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:32:58.313 [INFO - Thread-129] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:32:58.314 [INFO - Thread-129] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7a5d5fe6, with PersistenceManager: null will be shutdown
10:32:58.314 [INFO - Thread-129] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7a5d5fe6, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d1a0e67 created in the thread with id: 183
10:32:58.316 [WARN - Thread-129] (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:32:58.317 [INFO - Thread-129] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7a5d5fe6
10:32:58.433 [INFO - Thread-129] (HMSHandler.java:595) Started creating a default database with name: default
10:32:58.456 [INFO - Thread-129] (HMSHandler.java:605) Successfully created a default database with name: default
10:32:58.484 [INFO - Thread-129] (HMSHandler.java:668) Added admin role in metastore
10:32:58.485 [INFO - Thread-129] (HMSHandler.java:677) Added public role in metastore
10:32:58.516 [INFO - Thread-129] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:32:58.516 [INFO - Thread-129] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:32:58.517 [INFO - Thread-129] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:32:58.517 [INFO - Thread-129] (HiveMetaStore.java:697) Direct SQL optimization = true
10:32:58.518 [WARN - Thread-129] (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:32:58.518 [INFO - Thread-129] (HiveMetaStore.java:632) Started the new metaserver on port [45607]...
10:32:58.518 [INFO - Thread-129] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:32:58.518 [INFO - Thread-129] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:32:58.518 [INFO - Thread-129] (HiveMetaStore.java:635) TCP keepalive = true
10:32:58.518 [INFO - Thread-129] (HiveMetaStore.java:636) Enable SSL = false
10:32:59.019 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:32:59.019 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:32:59.019 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:32:59.021 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:32:59.021 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45607]
10:32:59.022 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45607) in binary transport mode
10:32:59.022 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45607) current connections: 1
10:32:59.024 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskO7jvSg/test-tmp
10:32:59.024 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
10:32:59.024 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskO7jvSg/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
10:32:59.028 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:45607"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

10:32:59.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.404131 20442 mini_oidc.cc:150] Starting JWKS server
10:32:59.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.406569 20442 webserver.cc:533] Webserver started at http://127.0.0.1:34199/ using document root <none> and password file <none>
10:32:59.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.406809 20442 mini_oidc.cc:186] Starting OIDC Discovery server
10:32:59.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.407296 20442 webserver.cc:533] Webserver started at http://127.0.0.1:46499/ using document root <none> and password file <none>
10:32:59.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:59Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:32:59.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:32:59Z Disabled control of system clock
10:32:59.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.444427 20442 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:59.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:59.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/wal
10:32:59.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/data
10:32:59.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:59.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:59.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:59.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/logs
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/data/info.pb
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.246.190:40279
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.246.190
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.246.148:41731
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.246.190:40279,127.19.246.189:40301,127.19.246.188:39541
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34199/jwks.json
10:32:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45607 with env {}
10:32:59.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.814533 20458 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:32:59.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.814869 20458 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:32:59.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.814947 20458 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:32:59.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.823707 20458 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:32:59.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.823809 20458 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:32:59.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.823865 20458 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:32:59.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.823908 20458 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:32:59.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.823961 20458 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:32:59.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.824005 20458 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34199/jwks.json
10:32:59.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.834482 20458 master_runner.cc:387] Master server non-default flags:
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/logs
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.246.148:41731
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/data
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/wal
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45607
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.246.190:40279,127.19.246.189:40301,127.19.246.188:39541
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.246.190:40279
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34199/jwks.json
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/data/info.pb
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.246.190
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:32:59.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:32:59.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.836308 20458 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:32:59.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.838205 20458 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:32:59.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.847563 20466 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:32:59.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.847591 20464 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:32:59.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.848182 20469 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:32:59.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.848822 20458 server_base.cc:1061] running on GCE node
10:32:59.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.849656 20458 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:32:59.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.851543 20458 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:32:59.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.852774 20458 hybrid_clock.cc:648] HybridClock initialized: now 1786444379852662 us; error 165 us; skew 500 ppm
10:32:59.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.853214 20458 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:32:59.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.855805 20458 webserver.cc:533] Webserver started at http://127.19.246.190:44781/ using document root <none> and password file <none>
10:32:59.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.856602 20458 fs_manager.cc:362] Metadata directory not provided
10:32:59.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.856705 20458 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:32:59.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.857085 20458 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:32:59.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.859802 20458 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/data/instance:
10:32:59.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "083eb6e8d68b4419955a94bf3fea714f"
10:32:59.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:59 on dist-test-slave-vkjp"
10:32:59.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.860646 20458 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/wal/instance:
10:32:59.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "083eb6e8d68b4419955a94bf3fea714f"
10:32:59.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:59 on dist-test-slave-vkjp"
10:32:59.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.867411 20458 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
10:32:59.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.871254 20475 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.872844 20458 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.873010 20458 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/wal
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "083eb6e8d68b4419955a94bf3fea714f"
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:32:59 on dist-test-slave-vkjp"
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.873214 20458 fs_report.cc:389] FS layout report
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/wal
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/wal
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/data/data
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:32:59.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:32:59.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.888371 20458 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:32:59.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.889293 20458 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:32:59.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.889557 20458 kserver.cc:163] Server-wide thread pool size limit: 3276
10:32:59.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.912634 20458 rpc_server.cc:307] RPC server started. Bound to: 127.19.246.190:40279
10:32:59.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.912652 20536 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.246.190:40279 every 8 connection(s)
10:32:59.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.914278 20458 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/data/info.pb
10:32:59.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.918048 20442 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 20458
10:32:59.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.918402 20442 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-0/wal/instance
10:32:59.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.919911 20537 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:32:59.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.921677 20442 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:59.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:32:59.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/wal
10:32:59.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/data
10:32:59.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:32:59.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/logs
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/data/info.pb
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.246.189:40301
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.246.189
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.246.148:41731
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.246.190:40279,127.19.246.189:40301,127.19.246.188:39541
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34199/jwks.json
10:32:59.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45607 with env {}
10:32:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.928987 20537 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } has no permanent_uuid. Determining permanent_uuid...
10:32:59.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:32:59.951817 20537 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } has no permanent_uuid. Determining permanent_uuid...
10:32:59.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.953244 20476 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.246.189:40301: connect: Connection refused (error 111)
10:32:59.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:32:59.955703 20537 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.189:40301: Network error: Client connection negotiation failed: client connection to 127.19.246.189:40301: connect: Connection refused (error 111)
10:33:00.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.005239 20537 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } attempt: 1
10:33:00.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.008498 20537 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.189:40301: Network error: Client connection negotiation failed: client connection to 127.19.246.189:40301: connect: Connection refused (error 111)
10:33:00.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.076825 20537 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } attempt: 2
10:33:00.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.079308 20537 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.189:40301: Network error: Client connection negotiation failed: client connection to 127.19.246.189:40301: connect: Connection refused (error 111)
10:33:00.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.170596 20537 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } attempt: 3
10:33:00.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.172896 20537 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.189:40301: Network error: Client connection negotiation failed: client connection to 127.19.246.189:40301: connect: Connection refused (error 111)
10:33:00.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.298841 20538 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:33:00.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.299355 20538 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:33:00.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.299489 20538 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:33:00.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.308320 20538 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:33:00.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.308460 20538 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:33:00.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.308557 20538 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:33:00.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.308616 20538 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:33:00.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.308698 20538 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:33:00.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.308753 20538 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34199/jwks.json
10:33:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.316174 20537 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } attempt: 4
10:33:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.318503 20537 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.189:40301: Network error: Client connection negotiation failed: client connection to 127.19.246.189:40301: connect: Connection refused (error 111)
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.320261 20538 master_runner.cc:387] Master server non-default flags:
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/logs
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.246.148:41731
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/data
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/wal
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45607
10:33:00.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.246.190:40279,127.19.246.189:40301,127.19.246.188:39541
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.246.189:40301
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34199/jwks.json
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/data/info.pb
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.246.189
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:33:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:33:00.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.322582 20538 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:33:00.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.324816 20538 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:33:00.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.333751 20548 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:33:00.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.334417 20553 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:33:00.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.334668 20549 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:33:00.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.335278 20538 server_base.cc:1061] running on GCE node
10:33:00.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.336076 20538 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:33:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.337502 20538 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:33:00.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.338754 20538 hybrid_clock.cc:648] HybridClock initialized: now 1786444380338697 us; error 40 us; skew 500 ppm
10:33:00.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.339253 20538 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:33:00.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.341758 20538 webserver.cc:533] Webserver started at http://127.19.246.189:38545/ using document root <none> and password file <none>
10:33:00.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.342607 20538 fs_manager.cc:362] Metadata directory not provided
10:33:00.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.342752 20538 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:33:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.343247 20538 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:33:00.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.345916 20538 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/data/instance:
10:33:00.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0ace407448044550875c64582a8ef980"
10:33:00.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:00 on dist-test-slave-vkjp"
10:33:00.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.346822 20538 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/wal/instance:
10:33:00.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0ace407448044550875c64582a8ef980"
10:33:00.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:00 on dist-test-slave-vkjp"
10:33:00.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.352862 20538 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.000s
10:33:00.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.356880 20560 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:33:00.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.358366 20538 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
10:33:00.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.358585 20538 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/wal
10:33:00.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0ace407448044550875c64582a8ef980"
10:33:00.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:00 on dist-test-slave-vkjp"
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.358788 20538 fs_report.cc:389] FS layout report
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/wal
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/wal
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/data/data
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:33:00.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:33:00.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.371388 20538 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:33:00.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.372288 20538 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:33:00.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.372545 20538 kserver.cc:163] Server-wide thread pool size limit: 3276
10:33:00.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.394873 20538 rpc_server.cc:307] RPC server started. Bound to: 127.19.246.189:40301
10:33:00.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.394881 20616 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.246.189:40301 every 8 connection(s)
10:33:00.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.396675 20538 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/data/info.pb
10:33:00.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.401510 20619 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:33:00.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.406338 20442 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 20538
10:33:00.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.406525 20442 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-1/wal/instance
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.407923 20442 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/wal
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/data
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/logs
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/data/info.pb
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.246.188:39541
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.246.188
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.246.148:41731
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.246.190:40279,127.19.246.189:40301,127.19.246.188:39541
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:33:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34199/jwks.json
10:33:00.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45607 with env {}
10:33:00.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.408849 20619 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } has no permanent_uuid. Determining permanent_uuid...
10:33:00.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.427718 20619 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } has no permanent_uuid. Determining permanent_uuid...
10:33:00.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.438164 20619 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } has no permanent_uuid. Determining permanent_uuid...
10:33:00.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.439393 20562 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.441493 20619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.188:39541: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.490955 20619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } attempt: 1
10:33:00.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.493312 20619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.188:39541: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.561555 20619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } attempt: 2
10:33:00.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.564031 20619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.188:39541: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.617841 20537 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } attempt: 5
10:33:00.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.625874 20537 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } has no permanent_uuid. Determining permanent_uuid...
10:33:00.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.628213 20537 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.188:39541: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.655336 20619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } attempt: 3
10:33:00.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.658151 20619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.188:39541: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.679461 20537 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } attempt: 1
10:33:00.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.682080 20537 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.188:39541: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.750399 20537 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } attempt: 2
10:33:00.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.753108 20537 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.188:39541: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.801435 20619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } attempt: 4
10:33:00.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.804101 20619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.188:39541: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.808297 20621 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:33:00.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.808686 20621 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:33:00.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.808766 20621 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:33:00.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.817922 20621 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:33:00.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.818038 20621 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:33:00.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.818099 20621 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:33:00.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.818140 20621 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:33:00.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.818195 20621 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:33:00.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.818230 20621 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34199/jwks.json
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.829638 20621 master_runner.cc:387] Master server non-default flags:
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/logs
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.246.148:41731
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/data
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/wal
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45607
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.246.190:40279,127.19.246.189:40301,127.19.246.188:39541
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.246.188:39541
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34199/jwks.json
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/data/info.pb
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.246.188
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:33:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:33:00.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.831668 20621 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:33:00.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.833704 20621 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:33:00.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.844094 20629 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:33:00.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.844269 20631 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:33:00.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.845295 20633 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:33:00.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.845687 20621 server_base.cc:1061] running on GCE node
10:33:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.846695 20621 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:33:00.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.848584 20621 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:33:00.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.849922 20621 hybrid_clock.cc:648] HybridClock initialized: now 1786444380849841 us; error 69 us; skew 500 ppm
10:33:00.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.850483 20621 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:33:00.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.853679 20621 webserver.cc:533] Webserver started at http://127.19.246.188:34053/ using document root <none> and password file <none>
10:33:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.854688 20621 fs_manager.cc:362] Metadata directory not provided
10:33:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.854853 20621 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:33:00.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.855409 20621 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:33:00.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.858258 20621 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/data/instance:
10:33:00.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "28136bb7b3db4c76a4a1fd5756ca87f8"
10:33:00.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:00 on dist-test-slave-vkjp"
10:33:00.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.859392 20537 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } attempt: 3
10:33:00.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.859506 20621 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/wal/instance:
10:33:00.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "28136bb7b3db4c76a4a1fd5756ca87f8"
10:33:00.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:00 on dist-test-slave-vkjp"
10:33:00.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:00.861996 20537 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.246.188:39541: Network error: Client connection negotiation failed: client connection to 127.19.246.188:39541: connect: Connection refused (error 111)
10:33:00.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.867489 20621 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
10:33:00.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.872051 20640 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.873836 20621 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.874115 20621 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/wal
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "28136bb7b3db4c76a4a1fd5756ca87f8"
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:00 on dist-test-slave-vkjp"
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.874416 20621 fs_report.cc:389] FS layout report
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/wal
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/wal
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/data/data
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:33:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:33:00.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:33:00.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:33:00.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:33:00.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:33:00.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:33:00.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:33:00.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.906558 20621 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:33:00.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.907845 20621 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:33:00.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.908248 20621 kserver.cc:163] Server-wide thread pool size limit: 3276
10:33:00.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.934657 20621 rpc_server.cc:307] RPC server started. Bound to: 127.19.246.188:39541
10:33:00.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.934710 20701 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.246.188:39541 every 8 connection(s)
10:33:00.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.937000 20621 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/data/info.pb
10:33:00.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.943892 20703 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:33:00.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.946470 20442 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 20621
10:33:00.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.946725 20442 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster929126385028810550/master-2/wal/instance
10:33:00.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.953509 20703 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } has no permanent_uuid. Determining permanent_uuid...
10:33:00.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.979791 20703 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } has no permanent_uuid. Determining permanent_uuid...
10:33:00.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:00.988940 20703 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } has no permanent_uuid. Determining permanent_uuid...
10:33:01.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.002593 20703 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8: Bootstrap starting.
10:33:01.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.007711 20703 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8: Neither blocks nor log segments found. Creating new log.
10:33:01.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.009690 20703 log.cc:826] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8: Log is configured to *not* fsync() on all Append() calls
10:33:01.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.010164 20442 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:33:01.012 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:33:01.012 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:33:01.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.013664 20703 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8: No bootstrap required, opened a new log
10:33:01.013 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.19.246.190"
      port: 40279
    }
    bound_http_address {
      host: "127.19.246.190"
      port: 44781
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.19.246.189"
      port: 40301
    }
    bound_http_address {
      host: "127.19.246.189"
      port: 38545
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.19.246.188"
      port: 39541
    }
    bound_http_address {
      host: "127.19.246.188"
      port: 34053
    }
  }
}

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

10:33:01.015 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:33:01.015 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:33:01.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.016757 20442 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 20458
10:33:01.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.018344 20530 generic_service.cc:196] Checking for leaks (request via RPC)
10:33:01.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.021193 20703 raft_consensus.cc:359] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "083eb6e8d68b4419955a94bf3fea714f" member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } } peers { permanent_uuid: "0ace407448044550875c64582a8ef980" member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } } peers { permanent_uuid: "28136bb7b3db4c76a4a1fd5756ca87f8" member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } }
10:33:01.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.021636 20703 raft_consensus.cc:385] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:33:01.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.021767 20703 raft_consensus.cc:740] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 28136bb7b3db4c76a4a1fd5756ca87f8, State: Initialized, Role: FOLLOWER
10:33:01.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.022598 20703 consensus_queue.cc:260] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [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: "083eb6e8d68b4419955a94bf3fea714f" member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } } peers { permanent_uuid: "0ace407448044550875c64582a8ef980" member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } } peers { permanent_uuid: "28136bb7b3db4c76a4a1fd5756ca87f8" member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } }
10:33:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.023978 20711 sys_catalog.cc:455] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [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: "083eb6e8d68b4419955a94bf3fea714f" member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } } peers { permanent_uuid: "0ace407448044550875c64582a8ef980" member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } } peers { permanent_uuid: "28136bb7b3db4c76a4a1fd5756ca87f8" member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } } }
10:33:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.024681 20711 sys_catalog.cc:458] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [sys.catalog]: This master's current role is: FOLLOWER
10:33:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.025465 20703 sys_catalog.cc:565] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [sys.catalog]: configured and running, proceeding with master startup.
10:33:01.044 [INFO - Metastore-Handler-Pool: Thread-206] (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:33:01.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:01.045621 20725 client.h:373] Failed to connect to Hive Metastore (localhost:45607): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:33:01.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:01.053086 20729 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:33:01.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:01.053567 20729 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:33:01.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.103394 20619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } attempt: 5
10:33:01.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.119282 20619 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980: Bootstrap starting.
10:33:01.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.124374 20619 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980: Neither blocks nor log segments found. Creating new log.
10:33:01.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.127432 20619 log.cc:826] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980: Log is configured to *not* fsync() on all Append() calls
10:33:01.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.137992 20619 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980: No bootstrap required, opened a new log
10:33:01.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.146889 20619 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "083eb6e8d68b4419955a94bf3fea714f" member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } } peers { permanent_uuid: "0ace407448044550875c64582a8ef980" member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } } peers { permanent_uuid: "28136bb7b3db4c76a4a1fd5756ca87f8" member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } }
10:33:01.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.147841 20619 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:33:01.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.148090 20537 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } attempt: 4
10:33:01.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.148461 20619 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ace407448044550875c64582a8ef980, State: Initialized, Role: FOLLOWER
10:33:01.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.149771 20619 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980 [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: "083eb6e8d68b4419955a94bf3fea714f" member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } } peers { permanent_uuid: "0ace407448044550875c64582a8ef980" member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } } peers { permanent_uuid: "28136bb7b3db4c76a4a1fd5756ca87f8" member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } }
10:33:01.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.156987 20442 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 20458
10:33:01.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:01.164002 20648 tablet.cc:2406] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:33:01.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.150444 20621 master_runner.cc:187] Error getting master registration for 127.19.246.190:40279: OK, instance_id { permanent_uuid: "083eb6e8d68b4419955a94bf3fea714f" instance_seqno: 1786444379906650 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:33:01.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.191774 20621 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:33:01.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.203939 20732 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980 [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: "083eb6e8d68b4419955a94bf3fea714f" member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } } peers { permanent_uuid: "0ace407448044550875c64582a8ef980" member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } } peers { permanent_uuid: "28136bb7b3db4c76a4a1fd5756ca87f8" member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } } }
10:33:01.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.204694 20732 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980 [sys.catalog]: This master's current role is: FOLLOWER
10:33:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.205684 20619 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0ace407448044550875c64582a8ef980 [sys.catalog]: configured and running, proceeding with master startup.
10:33:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:01.216023 20704 negotiation.cc:336] Failed RPC negotiation. Trace:
10:33:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:33:01.150287 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:45236 (local address 127.19.246.188:39541)
10:33:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:33:01.155329 (+  5042us) server_negotiation.cc:207] Beginning negotiation
10:33:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:33:01.155340 (+    11us) server_negotiation.cc:400] Waiting for connection header
10:33:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:33:01.166981 (+ 11641us) server_negotiation.cc:408] Connection header received
10:33:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:33:01.167168 (+   187us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
10:33:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:33:01.167179 (+    11us) server_negotiation.cc:462] Received NEGOTIATE request from client
10:33:01.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:33:01.167324 (+   145us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
10:33:01.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:33:01.167488 (+   164us) server_negotiation.cc:227] Negotiated authn=SASL
10:33:01.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:33:01.214193 (+ 46705us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:45236: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
10:33:01.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":4832}
10:33:01.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.220865 20442 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 20538
10:33:01.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.222630 20612 generic_service.cc:196] Checking for leaks (request via RPC)
10:33:01.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.275660 20711 raft_consensus.cc:493] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:33:01.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.276041 20711 raft_consensus.cc:515] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "083eb6e8d68b4419955a94bf3fea714f" member_type: VOTER last_known_addr { host: "127.19.246.190" port: 40279 } } peers { permanent_uuid: "0ace407448044550875c64582a8ef980" member_type: VOTER last_known_addr { host: "127.19.246.189" port: 40301 } } peers { permanent_uuid: "28136bb7b3db4c76a4a1fd5756ca87f8" member_type: VOTER last_known_addr { host: "127.19.246.188" port: 39541 } }
10:33:01.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.278059 20711 leader_election.cc:290] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 083eb6e8d68b4419955a94bf3fea714f (127.19.246.190:40279), 0ace407448044550875c64582a8ef980 (127.19.246.189:40301)
10:33:01.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:01.279971 20645 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.246.190:40279: connect: Connection refused (error 111)
10:33:01.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:01.291971 20645 leader_election.cc:336] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer 083eb6e8d68b4419955a94bf3fea714f (127.19.246.190:40279): Network error: Client connection negotiation failed: client connection to 127.19.246.190:40279: connect: Connection refused (error 111)
10:33:01.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.373677 20442 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 20538
10:33:01.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.403462 20442 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 20621
10:33:01.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:01.404722 20641 leader_election.cc:336] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer 0ace407448044550875c64582a8ef980 (127.19.246.189:40301): Network error: Client connection negotiation failed: client connection to 127.19.246.189:40301: connect: Connection refused (error 111)
10:33:01.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.405001 20695 generic_service.cc:196] Checking for leaks (request via RPC)
10:33:01.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.404940 20641 leader_election.cc:304] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 28136bb7b3db4c76a4a1fd5756ca87f8; no voters: 083eb6e8d68b4419955a94bf3fea714f, 0ace407448044550875c64582a8ef980
10:33:01.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.515156 20711 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 28136bb7b3db4c76a4a1fd5756ca87f8 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
10:33:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:01.515837 20641 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.19.246.189:40301, user_credentials={real_user=slave}} blocked reactor thread for 111137us
10:33:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:01.516566 20442 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 20621
10:33:01.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:33:01Z chronyd exiting
.10:33:01.694 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:33:01.694 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:33:01.694 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:33:01.713 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive987788502933714697
10:33:01.714 [INFO - Thread-146] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:33:01.714 [INFO - Thread-146] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:33:01.716 [INFO - Thread-146] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:33:01.716 [INFO - Thread-146] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:33:01.716 [INFO - Thread-146] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:33:01.716 [INFO - Thread-146] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:33:01.719 [INFO - Thread-146] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:33:01.719 [INFO - Thread-146] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:33:01.721 [INFO - Thread-146] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:33:01.721 [INFO - Thread-146] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:33:01.722 [INFO - Thread-146] (HikariDataSource.java:80) objectstore - Starting...
10:33:01.784 [INFO - Thread-146] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:33:01.784 [INFO - Thread-146] (HikariDataSource.java:82) objectstore - Start completed.
10:33:01.784 [INFO - Thread-146] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:33:01.785 [INFO - Thread-146] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:33:01.787 [INFO - Thread-146] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:33:01.788 [INFO - Thread-146] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:33:01.801 [INFO - Thread-146] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:33:01.801 [INFO - Thread-146] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:33:01.801 [INFO - Thread-146] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:33:01.825 [WARN - Thread-146] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:33:01.825 [WARN - Thread-146] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:33:01.826 [WARN - Thread-146] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:33:01.826 [WARN - Thread-146] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:33:01.826 [WARN - Thread-146] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:33:01.827 [WARN - Thread-146] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:33:02.013 [INFO - Thread-146] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:33:02.013 [INFO - Thread-146] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4bfe2f7a, with PersistenceManager: null will be shutdown
10:33:02.014 [INFO - Thread-146] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4bfe2f7a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2c7d517d created in the thread with id: 207
10:33:02.015 [WARN - Thread-146] (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:33:02.016 [INFO - Thread-146] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4bfe2f7a
10:33:02.113 [INFO - Thread-146] (HMSHandler.java:595) Started creating a default database with name: default
10:33:02.132 [INFO - Thread-146] (HMSHandler.java:605) Successfully created a default database with name: default
10:33:02.159 [INFO - Thread-146] (HMSHandler.java:668) Added admin role in metastore
10:33:02.161 [INFO - Thread-146] (HMSHandler.java:677) Added public role in metastore
10:33:02.193 [INFO - Thread-146] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:33:02.194 [INFO - Thread-146] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:33:02.195 [INFO - Thread-146] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:33:02.195 [INFO - Thread-146] (HiveMetaStore.java:697) Direct SQL optimization = true
10:33:02.195 [WARN - Thread-146] (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:33:02.196 [INFO - Thread-146] (HiveMetaStore.java:632) Started the new metaserver on port [46407]...
10:33:02.196 [INFO - Thread-146] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:33:02.196 [INFO - Thread-146] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:33:02.196 [INFO - Thread-146] (HiveMetaStore.java:635) TCP keepalive = true
10:33:02.196 [INFO - Thread-146] (HiveMetaStore.java:636) Enable SSL = false
10:33:02.715 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:33:02.716 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:33:02.717 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:33:02.719 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:33:02.719 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46407]
10:33:02.719 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46407) in binary transport mode
10:33:02.720 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46407) current connections: 1
10:33:02.721 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskO7jvSg/test-tmp
10:33:02.722 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
10:33:02.722 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskO7jvSg/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
10:33:02.725 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:33:03.092 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:33:03.093 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:33:03.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.095675 20770 mini_oidc.cc:150] Starting JWKS server
10:33:03.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.098035 20770 webserver.cc:533] Webserver started at http://127.0.0.1:34473/ using document root <none> and password file <none>
10:33:03.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.098261 20770 mini_oidc.cc:186] Starting OIDC Discovery server
10:33:03.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.098763 20770 webserver.cc:533] Webserver started at http://127.0.0.1:43377/ using document root <none> and password file <none>
10:33:03.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:33:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:33:03.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:33:03Z Disabled control of system clock
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.134310 20770 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/wal
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/data
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/logs
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/data/info.pb
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:33:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.72.190:44047
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.72.190
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.72.148:36055
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.72.190:44047,127.20.72.189:37269,127.20.72.188:37455
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:33:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34473/jwks.json with env {}
10:33:03.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.498296 20785 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:33:03.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.498723 20785 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:33:03.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.498811 20785 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:33:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.507367 20785 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:33:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.507465 20785 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:33:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.507524 20785 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:33:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.507565 20785 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:33:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.507618 20785 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:33:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.507654 20785 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34473/jwks.json
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.517940 20785 master_runner.cc:387] Master server non-default flags:
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/logs
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.72.148:36055
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/data
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/wal
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.72.190:44047,127.20.72.189:37269,127.20.72.188:37455
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.72.190:44047
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:33:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34473/jwks.json
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/data/info.pb
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.72.190
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:33:03.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:33:03.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.520120 20785 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:33:03.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.522119 20785 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:33:03.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.531188 20792 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:33:03.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.531332 20791 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:33:03.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.531715 20794 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:33:03.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.533245 20785 server_base.cc:1061] running on GCE node
10:33:03.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.534122 20785 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:33:03.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.535761 20785 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:33:03.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.536983 20785 hybrid_clock.cc:648] HybridClock initialized: now 1786444383536870 us; error 101 us; skew 500 ppm
10:33:03.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.537322 20785 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:33:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.540096 20785 webserver.cc:533] Webserver started at http://127.20.72.190:37107/ using document root <none> and password file <none>
10:33:03.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.540889 20785 fs_manager.cc:362] Metadata directory not provided
10:33:03.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.540988 20785 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:33:03.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.541337 20785 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:33:03.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.544057 20785 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/data/instance:
10:33:03.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb08d848d44041d688ae78ab64ba72a0"
10:33:03.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:03 on dist-test-slave-vkjp"
10:33:03.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.544832 20785 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/wal/instance:
10:33:03.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb08d848d44041d688ae78ab64ba72a0"
10:33:03.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:03 on dist-test-slave-vkjp"
10:33:03.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.550556 20785 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
10:33:03.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.554335 20800 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:33:03.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.556244 20785 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
10:33:03.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.556481 20785 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/wal
10:33:03.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb08d848d44041d688ae78ab64ba72a0"
10:33:03.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:03 on dist-test-slave-vkjp"
10:33:03.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.556712 20785 fs_report.cc:389] FS layout report
10:33:03.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:33:03.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/wal
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/wal
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/data/data
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:33:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:33:03.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.579713 20785 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:33:03.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.580724 20785 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:33:03.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.580997 20785 kserver.cc:163] Server-wide thread pool size limit: 3276
10:33:03.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.607018 20785 rpc_server.cc:307] RPC server started. Bound to: 127.20.72.190:44047
10:33:03.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.607039 20855 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.72.190:44047 every 8 connection(s)
10:33:03.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.608991 20785 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/data/info.pb
10:33:03.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.614418 20856 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:33:03.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.616184 20770 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 20785
10:33:03.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.616593 20770 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-0/wal/instance
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.620151 20770 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/wal
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/data
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/logs
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/data/info.pb
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:33:03.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.72.189:37269
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.72.189
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.72.148:36055
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.72.190:44047,127.20.72.189:37269,127.20.72.188:37455
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:33:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34473/jwks.json with env {}
10:33:03.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.624807 20856 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } has no permanent_uuid. Determining permanent_uuid...
10:33:03.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.645944 20856 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } has no permanent_uuid. Determining permanent_uuid...
10:33:03.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.647389 20804 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.72.189:37269: connect: Connection refused (error 111)
10:33:03.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.649410 20856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.189:37269: Network error: Client connection negotiation failed: client connection to 127.20.72.189:37269: connect: Connection refused (error 111)
10:33:03.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.698913 20856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } attempt: 1
10:33:03.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.701685 20856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.189:37269: Network error: Client connection negotiation failed: client connection to 127.20.72.189:37269: connect: Connection refused (error 111)
10:33:03.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.770032 20856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } attempt: 2
10:33:03.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.772680 20856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.189:37269: Network error: Client connection negotiation failed: client connection to 127.20.72.189:37269: connect: Connection refused (error 111)
10:33:03.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:03.863967 20856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } attempt: 3
10:33:03.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.866081 20856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.189:37269: Network error: Client connection negotiation failed: client connection to 127.20.72.189:37269: connect: Connection refused (error 111)
10:33:03.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.998018 20860 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:33:03.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.998484 20860 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:33:03.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:03.998574 20860 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:33:04.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.007262 20860 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:33:04.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.007369 20860 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:33:04.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.007432 20860 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:33:04.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.007474 20860 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:33:04.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.007529 20860 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:33:04.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.007565 20860 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34473/jwks.json
10:33:04.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.009398 20856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } attempt: 4
10:33:04.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.011881 20856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.189:37269: Network error: Client connection negotiation failed: client connection to 127.20.72.189:37269: connect: Connection refused (error 111)
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.018601 20860 master_runner.cc:387] Master server non-default flags:
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/logs
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.72.148:36055
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/data
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/wal
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.72.190:44047,127.20.72.189:37269,127.20.72.188:37455
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.72.189:37269
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34473/jwks.json
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/data/info.pb
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.72.189
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:33:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:33:04.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.020484 20860 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:33:04.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.022514 20860 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:33:04.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.031738 20872 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:33:04.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.031764 20873 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:33:04.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.032128 20875 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:33:04.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.033355 20860 server_base.cc:1061] running on GCE node
10:33:04.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.034269 20860 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:33:04.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.035921 20860 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:33:04.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.037175 20860 hybrid_clock.cc:648] HybridClock initialized: now 1786444384037103 us; error 57 us; skew 500 ppm
10:33:04.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.037623 20860 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:33:04.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.040095 20860 webserver.cc:533] Webserver started at http://127.20.72.189:43613/ using document root <none> and password file <none>
10:33:04.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.040958 20860 fs_manager.cc:362] Metadata directory not provided
10:33:04.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.041121 20860 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:33:04.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.041535 20860 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:33:04.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.044265 20860 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/data/instance:
10:33:04.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2c614c589e174b828cd5c2501ed9dc65"
10:33:04.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:04 on dist-test-slave-vkjp"
10:33:04.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.045164 20860 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/wal/instance:
10:33:04.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2c614c589e174b828cd5c2501ed9dc65"
10:33:04.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:04 on dist-test-slave-vkjp"
10:33:04.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.051880 20860 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
10:33:04.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.058434 20883 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:33:04.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.060300 20860 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.007s	sys 0.000s
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.060770 20860 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/wal
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2c614c589e174b828cd5c2501ed9dc65"
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:04 on dist-test-slave-vkjp"
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.061419 20860 fs_report.cc:389] FS layout report
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/wal
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/wal
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/data/data
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:33:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:33:04.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:33:04.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:33:04.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.077527 20860 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:33:04.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.078473 20860 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:33:04.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.078727 20860 kserver.cc:163] Server-wide thread pool size limit: 3276
10:33:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.100376 20860 rpc_server.cc:307] RPC server started. Bound to: 127.20.72.189:37269
10:33:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.100397 20946 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.72.189:37269 every 8 connection(s)
10:33:04.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.102169 20860 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/data/info.pb
10:33:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.104647 20770 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 20860
10:33:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.104820 20770 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-1/wal/instance
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.106122 20770 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/wal
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/data
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/logs
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/data/info.pb
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:33:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.72.188:37455
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.72.188
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.72.148:36055
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.72.190:44047,127.20.72.189:37269,127.20.72.188:37455
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:33:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34473/jwks.json with env {}
10:33:04.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.107843 20947 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:33:04.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.115844 20947 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } has no permanent_uuid. Determining permanent_uuid...
10:33:04.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.130597 20947 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } has no permanent_uuid. Determining permanent_uuid...
10:33:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.141402 20947 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } has no permanent_uuid. Determining permanent_uuid...
10:33:04.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.142875 20885 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.144713 20947 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.188:37455: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.194063 20947 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } attempt: 1
10:33:04.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.196388 20947 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.188:37455: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.264644 20947 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } attempt: 2
10:33:04.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.266942 20947 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.188:37455: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.311201 20856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } attempt: 5
10:33:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.318048 20856 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } has no permanent_uuid. Determining permanent_uuid...
10:33:04.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.320444 20856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.188:37455: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.358281 20947 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } attempt: 3
10:33:04.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.360633 20947 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.188:37455: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.371702 20856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } attempt: 1
10:33:04.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.373834 20856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.188:37455: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.442085 20856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } attempt: 2
10:33:04.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.444248 20856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.188:37455: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.494977 20949 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:33:04.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.495393 20949 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:33:04.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.495481 20949 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:33:04.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.503916 20947 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } attempt: 4
10:33:04.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.505461 20949 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:33:04.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.505594 20949 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:33:04.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.505683 20949 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:33:04.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.505730 20949 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:33:04.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.505803 20949 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:33:04.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.505867 20949 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34473/jwks.json
10:33:04.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.506326 20947 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.188:37455: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.517956 20949 master_runner.cc:387] Master server non-default flags:
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/logs
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.72.148:36055
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/data
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/wal
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.72.190:44047,127.20.72.189:37269,127.20.72.188:37455
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.72.188:37455
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34473/jwks.json
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/data/info.pb
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.72.188
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:33:04.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:24:06 UTC on bdcb31816ec0
10:33:04.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17617
10:33:04.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
10:33:04.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.519927 20949 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:33:04.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.522066 20949 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:33:04.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.531718 20958 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:33:04.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.532109 20959 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:33:04.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.532922 20961 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:33:04.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.533258 20949 server_base.cc:1061] running on GCE node
10:33:04.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.534133 20949 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:33:04.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.535785 20949 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:33:04.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.537075 20949 hybrid_clock.cc:648] HybridClock initialized: now 1786444384537000 us; error 35 us; skew 500 ppm
10:33:04.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.537526 20949 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:33:04.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.540119 20949 webserver.cc:533] Webserver started at http://127.20.72.188:45093/ using document root <none> and password file <none>
10:33:04.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.541023 20949 fs_manager.cc:362] Metadata directory not provided
10:33:04.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.541193 20949 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:33:04.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.541658 20949 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:33:04.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.544508 20949 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/data/instance:
10:33:04.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "05abdeda39a942a78f6a12761ffc8078"
10:33:04.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:04 on dist-test-slave-vkjp"
10:33:04.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.545454 20949 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/wal/instance:
10:33:04.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "05abdeda39a942a78f6a12761ffc8078"
10:33:04.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:04 on dist-test-slave-vkjp"
10:33:04.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.550549 20856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } attempt: 3
10:33:04.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.551678 20949 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
10:33:04.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.552738 20856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.72.188:37455: Network error: Client connection negotiation failed: client connection to 127.20.72.188:37455: connect: Connection refused (error 111)
10:33:04.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.555513 20969 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.557262 20949 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.557420 20949 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/data,/tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/wal
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "05abdeda39a942a78f6a12761ffc8078"
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:33:04 on dist-test-slave-vkjp"
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.557611 20949 fs_report.cc:389] FS layout report
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/wal
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/wal
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/data/data
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:33:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:33:04.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:33:04.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:33:04.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:33:04.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:33:04.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:33:04.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:33:04.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:33:04.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.583328 20949 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:33:04.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.584241 20949 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:33:04.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.584496 20949 kserver.cc:163] Server-wide thread pool size limit: 3276
10:33:04.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.606913 20949 rpc_server.cc:307] RPC server started. Bound to: 127.20.72.188:37455
10:33:04.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.606969 21029 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.72.188:37455 every 8 connection(s)
10:33:04.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.608759 20949 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/data/info.pb
10:33:04.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.613633 21030 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:33:04.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.618460 20770 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu as pid 20949
10:33:04.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.618781 20770 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskO7jvSg/test-tmp/mini-kudu-cluster1156989954060878787/master-2/wal/instance
10:33:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.619803 21030 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } has no permanent_uuid. Determining permanent_uuid...
10:33:04.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.633775 21030 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } has no permanent_uuid. Determining permanent_uuid...
10:33:04.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.640508 21030 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } has no permanent_uuid. Determining permanent_uuid...
10:33:04.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.653203 21030 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078: Bootstrap starting.
10:33:04.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.657661 21030 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078: Neither blocks nor log segments found. Creating new log.
10:33:04.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.659319 21030 log.cc:826] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078: Log is configured to *not* fsync() on all Append() calls
10:33:04.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.660589 20770 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:33:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.662511 21030 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078: No bootstrap required, opened a new log
10:33:04.662 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:33:04.662 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:33:04.664 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.72.190"
      port: 44047
    }
    bound_http_address {
      host: "127.20.72.190"
      port: 37107
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.72.189"
      port: 37269
    }
    bound_http_address {
      host: "127.20.72.189"
      port: 43613
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.72.188"
      port: 37455
    }
    bound_http_address {
      host: "127.20.72.188"
      port: 45093
    }
  }
}

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

10:33:04.666 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:33:04.667 [INFO - Metastore-Handler-Pool: Thread-228] (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=c5729715-740b-4a59-9a33-3327cd4c77ea, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.72.188:37455,127.20.72.190:44047,127.20.72.189:37269}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:33:04.668 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:33:04.668 [INFO - Metastore-Handler-Pool: Thread-228] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:33:04.669 [INFO - Metastore-Handler-Pool: Thread-228] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3b469d78, with PersistenceManager: null will be shutdown
10:33:04.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.668744 21030 raft_consensus.cc:359] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } }
10:33:04.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.669129 21030 raft_consensus.cc:385] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:33:04.669 [INFO - Metastore-Handler-Pool: Thread-228] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3b469d78, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2c504cf3 created in the thread with id: 228
10:33:04.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.669262 21030 raft_consensus.cc:740] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05abdeda39a942a78f6a12761ffc8078, State: Initialized, Role: FOLLOWER
10:33:04.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.669965 21030 consensus_queue.cc:260] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [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: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } }
10:33:04.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.671005 21039 sys_catalog.cc:455] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [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: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:04.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.671340 21039 sys_catalog.cc:458] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [sys.catalog]: This master's current role is: FOLLOWER
10:33:04.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.672271 21030 sys_catalog.cc:565] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [sys.catalog]: configured and running, proceeding with master startup.
10:33:04.673 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3b469d78
10:33:04.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.683979 21053 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:33:04.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.684360 21053 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:33:04.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.680966 20949 master_runner.cc:187] Error getting master registration for 127.20.72.190:44047: OK, instance_id { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" instance_seqno: 1786444383600409 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:33:04.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.687924 20949 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:33:04.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.729974 20856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } attempt: 4
10:33:04.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.746410 20856 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0: Bootstrap starting.
10:33:04.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.751866 20856 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0: Neither blocks nor log segments found. Creating new log.
10:33:04.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.753741 20856 log.cc:826] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0: Log is configured to *not* fsync() on all Append() calls
10:33:04.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.764775 20856 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0: No bootstrap required, opened a new log
10:33:04.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.773504 20856 raft_consensus.cc:359] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } }
10:33:04.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.774228 20856 raft_consensus.cc:385] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:33:04.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.774538 20856 raft_consensus.cc:740] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eb08d848d44041d688ae78ab64ba72a0, State: Initialized, Role: FOLLOWER
10:33:04.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.775707 20856 consensus_queue.cc:260] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [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: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } }
10:33:04.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.787930 21057 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [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: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:04.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.788642 21057 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [sys.catalog]: This master's current role is: FOLLOWER
10:33:04.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.789639 20856 sys_catalog.cc:565] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [sys.catalog]: configured and running, proceeding with master startup.
10:33:04.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.805569 20947 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } attempt: 5
10:33:04.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.821463 20947 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65: Bootstrap starting.
10:33:04.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.826545 20947 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65: Neither blocks nor log segments found. Creating new log.
10:33:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.828588 20947 log.cc:826] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65: Log is configured to *not* fsync() on all Append() calls
10:33:04.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.834170 20806 tablet.cc:2406] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:33:04.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.835690 20947 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65: No bootstrap required, opened a new log
10:33:04.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:04.836680 20976 tablet.cc:2406] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:33:04.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.854337 20947 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } }
10:33:04.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.856694 20947 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:33:04.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.857291 20947 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c614c589e174b828cd5c2501ed9dc65, State: Initialized, Role: FOLLOWER
10:33:04.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.859210 20947 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [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: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } }
10:33:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.864811 21068 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [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: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:04.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.867544 21068 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [sys.catalog]: This master's current role is: FOLLOWER
10:33:04.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.869470 20947 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [sys.catalog]: configured and running, proceeding with master startup.
10:33:04.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.883209 21075 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:33:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.896814 21068 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:33:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.897166 21068 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } }
10:33:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.889899 20785 master_runner.cc:187] Error getting master registration for 127.20.72.189:37269: OK, instance_id { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" instance_seqno: 1786444384094418 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:33:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.899117 20785 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:33:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.899132 21068 leader_election.cc:290] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eb08d848d44041d688ae78ab64ba72a0 (127.20.72.190:44047), 05abdeda39a942a78f6a12761ffc8078 (127.20.72.188:37455)
10:33:04.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.900861 20830 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2c614c589e174b828cd5c2501ed9dc65" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eb08d848d44041d688ae78ab64ba72a0" is_pre_election: true
10:33:04.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.901156 20999 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2c614c589e174b828cd5c2501ed9dc65" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05abdeda39a942a78f6a12761ffc8078" is_pre_election: true
10:33:04.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.901554 20830 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c614c589e174b828cd5c2501ed9dc65 in term 0.
10:33:04.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.901769 20999 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c614c589e174b828cd5c2501ed9dc65 in term 0.
10:33:04.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.902616 20884 leader_election.cc:304] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [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: 2c614c589e174b828cd5c2501ed9dc65, eb08d848d44041d688ae78ab64ba72a0; no voters: 
10:33:04.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.903720 21068 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:33:04.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.903891 21068 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:33:04.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.903997 21068 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 0 FOLLOWER]: Advancing to term 1
10:33:04.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.907400 21068 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } }
10:33:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.908828 20830 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2c614c589e174b828cd5c2501ed9dc65" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eb08d848d44041d688ae78ab64ba72a0"
10:33:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.909068 20830 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [term 0 FOLLOWER]: Advancing to term 1
10:33:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.912307 20830 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2c614c589e174b828cd5c2501ed9dc65 in term 1.
10:33:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.913017 20884 leader_election.cc:304] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [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: 2c614c589e174b828cd5c2501ed9dc65, eb08d848d44041d688ae78ab64ba72a0; no voters: 
10:33:04.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.917282 20999 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2c614c589e174b828cd5c2501ed9dc65" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05abdeda39a942a78f6a12761ffc8078"
10:33:04.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.917553 20999 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [term 0 FOLLOWER]: Advancing to term 1
10:33:04.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.919471 21080 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 1 FOLLOWER]: Leader election won for term 1
10:33:04.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.921824 20999 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2c614c589e174b828cd5c2501ed9dc65 in term 1.
10:33:04.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.922688 21068 leader_election.cc:290] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [CANDIDATE]: Term 1 election: Requested vote from peers eb08d848d44041d688ae78ab64ba72a0 (127.20.72.190:44047), 05abdeda39a942a78f6a12761ffc8078 (127.20.72.188:37455)
10:33:04.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.929790 21080 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [term 1 LEADER]: Becoming Leader. State: Replica: 2c614c589e174b828cd5c2501ed9dc65, State: Running, Role: LEADER
10:33:04.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.930776 21080 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [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: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } }
10:33:04.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.944778 21068 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2c614c589e174b828cd5c2501ed9dc65. Latest consensus state: current_term: 1 leader_uuid: "2c614c589e174b828cd5c2501ed9dc65" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:04.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.945124 21068 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [sys.catalog]: This master's current role is: LEADER
10:33:04.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.964056 21085 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:33:04.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.981841 21085 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:33:04.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:04.996361 21092 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:33:05.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.009333 20999 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [term 1 FOLLOWER]: Refusing update from remote peer 2c614c589e174b828cd5c2501ed9dc65: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:33:05.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.009248 20830 raft_consensus.cc:1275] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [term 1 FOLLOWER]: Refusing update from remote peer 2c614c589e174b828cd5c2501ed9dc65: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:33:05.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.011204 21068 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:33:05.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.011726 21080 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [LEADER]: Connected to new peer: Peer: permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:33:05.022 [WARN - Metastore-Handler-Pool: Thread-228] (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:33:05.029 [WARN - Metastore-Handler-Pool: Thread-228] (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:33:05.029 [WARN - Metastore-Handler-Pool: Thread-228] (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:33:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.041047 21057 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2c614c589e174b828cd5c2501ed9dc65. Latest consensus state: current_term: 1 leader_uuid: "2c614c589e174b828cd5c2501ed9dc65" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.041373 21057 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [sys.catalog]: This master's current role is: FOLLOWER
10:33:05.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.046232 21039 sys_catalog.cc:455] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2c614c589e174b828cd5c2501ed9dc65. Latest consensus state: current_term: 1 leader_uuid: "2c614c589e174b828cd5c2501ed9dc65" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:05.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.046558 21039 sys_catalog.cc:458] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [sys.catalog]: This master's current role is: FOLLOWER
10:33:05.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.046885 21095 mvcc.cc:204] Tried to move back new op lower bound from 7317276200965500928 to 7317276200684212224. Current Snapshot: MvccSnapshot[applied={T|T < 7317276200965500928}]
10:33:05.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.055802 21096 mvcc.cc:204] Tried to move back new op lower bound from 7317276200965500928 to 7317276200684212224. Current Snapshot: MvccSnapshot[applied={T|T < 7317276200965500928}]
10:33:05.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.056850 21057 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2c614c589e174b828cd5c2501ed9dc65" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:05.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.057154 21057 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0 [sys.catalog]: This master's current role is: FOLLOWER
10:33:05.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.059379 21039 sys_catalog.cc:455] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2c614c589e174b828cd5c2501ed9dc65" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:05.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.059597 21039 sys_catalog.cc:458] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078 [sys.catalog]: This master's current role is: FOLLOWER
10:33:05.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.067420 21080 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2c614c589e174b828cd5c2501ed9dc65" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.067688 21080 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [sys.catalog]: This master's current role is: LEADER
10:33:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.068269 21080 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2c614c589e174b828cd5c2501ed9dc65" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb08d848d44041d688ae78ab64ba72a0" member_type: VOTER last_known_addr { host: "127.20.72.190" port: 44047 } } peers { permanent_uuid: "2c614c589e174b828cd5c2501ed9dc65" member_type: VOTER last_known_addr { host: "127.20.72.189" port: 37269 } } peers { permanent_uuid: "05abdeda39a942a78f6a12761ffc8078" member_type: VOTER last_known_addr { host: "127.20.72.188" port: 37455 } } }
10:33:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.068490 21080 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65 [sys.catalog]: This master's current role is: LEADER
10:33:05.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.075219 21085 catalog_manager.cc:1383] Generated new cluster ID: 972716d7612b43778a370f99466b46d2
10:33:05.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.075352 21085 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:33:05.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.149592 21085 catalog_manager.cc:1406] Generated new certificate authority record
10:33:05.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.151607 21085 catalog_manager.cc:1540] Loading token signing keys...
10:33:05.163 [INFO - Metastore-Handler-Pool: Thread-228] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:33:05.169 [INFO - Metastore-Handler-Pool: Thread-228] (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/hive987788502933714697/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=c5729715-740b-4a59-9a33-3327cd4c77ea, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.72.188:37455,127.20.72.190:44047,127.20.72.189:37269}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:33:05.178 [INFO - Metastore-Handler-Pool: Thread-228] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive987788502933714697/external-warehouse/table
10:33:05.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.188649 21085 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 2c614c589e174b828cd5c2501ed9dc65: Generated new TSK 0
10:33:05.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.189999 21085 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:33:05.392 [DEBUG - Metastore-Handler-Pool: Thread-228] (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:33:05.396 [DEBUG - Metastore-Handler-Pool: Thread-228] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:33:05.397 [DEBUG - Metastore-Handler-Pool: Thread-228] (Connection.java:748) [peer master-127.20.72.188:37455(127.20.72.188:37455)] connecting to peer
10:33:05.399 [DEBUG - Metastore-Handler-Pool: Thread-228] (Connection.java:748) [peer master-127.20.72.190:44047(127.20.72.190:44047)] connecting to peer
10:33:05.401 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.72.188:37455(127.20.72.188:37455)] Successfully connected to peer
10:33:05.403 [DEBUG - Metastore-Handler-Pool: Thread-228] (Connection.java:748) [peer master-127.20.72.189:37269(127.20.72.189:37269)] connecting to peer
10:33:05.410 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.20.72.190:44047(127.20.72.190:44047)] Successfully connected to peer
10:33:05.426 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.20.72.188
10:33:05.432 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.20.72.190
10:33:05.435 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.20.72.189:37269(127.20.72.189:37269)] Successfully connected to peer
10:33:05.498 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.20.72.189
10:33:05.555 [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:33:05.559 [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:33:05.566 [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:33:05.580 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x3a2a3ac5, L:/127.0.0.1:47348 - R:/127.20.72.188:37455] using SASL/PLAIN
10:33:05.588 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xf25734df, L:/127.0.0.1:57662 - R:/127.20.72.189:37269] using SASL/PLAIN
10:33:05.597 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x64be5d84, L:/127.0.0.1:42712 - R:/127.20.72.190:44047] using SASL/PLAIN
10:33:05.598 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:33:05.662 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:33:05.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.687284 21053 catalog_manager.cc:1295] Loaded cluster ID: 972716d7612b43778a370f99466b46d2
10:33:05.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.687422 21053 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078: loading cluster ID for follower catalog manager: success
10:33:05.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.691965 21053 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078: acquiring CA information for follower catalog manager: success
10:33:05.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.694934 21053 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 05abdeda39a942a78f6a12761ffc8078: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:33:05.717 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:3711) Skipping translation for processor with null
10:33:05.718 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:33:05.727 [INFO - Metastore-Handler-Pool: Thread-228] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:33:05.761 [INFO - Metastore-Handler-Pool: Thread-228] (MetaStoreServerUtils.java:473) Updating table stats for table
10:33:05.761 [INFO - Metastore-Handler-Pool: Thread-228] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:33:05.847 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:33:05.869 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:3711) Skipping translation for processor with null
10:33:05.870 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:33:05.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.904353 21075 catalog_manager.cc:1295] Loaded cluster ID: 972716d7612b43778a370f99466b46d2
10:33:05.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.904771 21075 catalog_manager.cc:1588] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0: loading cluster ID for follower catalog manager: success
10:33:05.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.915382 21075 catalog_manager.cc:1610] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0: acquiring CA information for follower catalog manager: success
10:33:05.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:05.923563 21075 catalog_manager.cc:1638] T 00000000000000000000000000000000 P eb08d848d44041d688ae78ab64ba72a0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:33:05.992 [WARN - Metastore-Handler-Pool: Thread-228] (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:33:06.146 [WARN - Metastore-Handler-Pool: Thread-228] (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:33:06.191 [WARN - Metastore-Handler-Pool: Thread-228] (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:33:06.359 [INFO - Metastore-Handler-Pool: Thread-228] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:33:06.360 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:33:06.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:06.361027 20770 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 20785
10:33:06.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:06.364144 20851 generic_service.cc:196] Checking for leaks (request via RPC)
10:33:06.365 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:33:06.365 [INFO - Metastore-Handler-Pool: Thread-228] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3b469d78, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2c504cf3 will be shutdown
10:33:06.366 [INFO - Metastore-Handler-Pool: Thread-228] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:33:06.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:06.484634 20770 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 20785
10:33:06.512 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.20.72.190:44047(127.20.72.190:44047)] handling channelInactive
10:33:06.512 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.20.72.190:44047(127.20.72.190:44047)] cleaning up while in state READY due to: connection closed
10:33:06.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:06.512748 20770 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 20860
10:33:06.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:06.514489 20941 generic_service.cc:196] Checking for leaks (request via RPC)
10:33:06.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:06.627199 20770 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 20860
10:33:06.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:33:06.657225 20971 connection.cc:573] server connection from 127.0.0.1:47334 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
10:33:06.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:06.657872 20770 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu pid 20949
10:33:06.658 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.20.72.189:37269(127.20.72.189:37269)] handling channelInactive
10:33:06.658 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.20.72.189:37269(127.20.72.189:37269)] cleaning up while in state READY due to: connection closed
10:33:06.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:06.659303 21025 generic_service.cc:196] Checking for leaks (request via RPC)
10:33:06.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:33:06.769907 20770 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskO7jvSg/build/asan/bin/kudu with pid 20949
10:33:06.799 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.72.188:37455(127.20.72.188:37455)] handling channelInactive
10:33:06.799 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.72.188:37455(127.20.72.188:37455)] cleaning up while in state READY due to: connection closed
10:33:06.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:33:06Z chronyd exiting

Time: 39.803

OK (6 tests)

