JUnit version 4.13.2
.01:58:29.018 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:29.025 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:29.026 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:29.184 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive18202886833191061984
01:58:29.401 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
01:58:29.417 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
01:58:29.828 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:58:29.885 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:58:29.885 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
01:58:29.917 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
01:58:29.936 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
01:58:29.961 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
01:58:30.800 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:30.804 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
01:58:30.827 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
01:58:30.829 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
01:58:30.843 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:30.843 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
01:58:31.053 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
01:58:31.054 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
01:58:31.057 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
01:58:31.685 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
01:58:31.688 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@445f72a3, with PersistenceManager: null will be shutdown
01:58:31.711 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@445f72a3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@145e8b78 created in the thread with id: 13
01:58:31.782 [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
01:58:32.029 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:32.031 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:32.032 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:32.032 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:32.034 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:32.034 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:32.678 [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
01:58:32.678 [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.29
01:58:32.679 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@445f72a3
01:58:33.021 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
01:58:33.072 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
01:58:33.119 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
01:58:33.122 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
01:58:33.195 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
01:58:33.203 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
01:58:33.530 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
01:58:33.537 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
01:58:33.546 [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)
01:58:33.547 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [34709]...
01:58:33.547 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
01:58:33.547 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
01:58:33.547 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
01:58:33.548 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
01:58:34.221 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:34.221 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:34.222 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:34.238 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
01:58:34.238 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34709]
01:58:34.239 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34709) in binary transport mode
01:58:34.258 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34709) current connections: 1
01:58:34.333 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
01:58:34.457 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskOcTV4R/test-tmp
01:58:34.460 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
01:58:34.463 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskOcTV4R/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
01:58:34.488 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34709"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

01:58:34.928 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:34.938 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

01:58:34.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:34.941205 29591 mini_oidc.cc:150] Starting JWKS server
01:58:34.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:34.943881 29591 webserver.cc:533] Webserver started at http://127.0.0.1:32787/ using document root <none> and password file <none>
01:58:34.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:34.944350 29591 mini_oidc.cc:186] Starting OIDC Discovery server
01:58:34.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:34.945039 29591 webserver.cc:533] Webserver started at http://127.0.0.1:34423/ using document root <none> and password file <none>
01:58:34.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:34Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
01:58:34.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:34Z Disabled control of system clock
01:58:34.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:34.978713 29591 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:34.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:34.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/wal
01:58:34.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/data
01:58:34.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:34.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:34.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:34.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:34.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:34.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:34.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/logs
01:58:34.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/data/info.pb
01:58:34.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:34.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:34.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:34.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:34.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:34.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:34.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:34.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:34.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:34.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:34.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.229.254:39549
01:58:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.229.254
01:58:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.229.212:45483
01:58:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.229.254:39549,127.28.229.253:41643,127.28.229.252:44675
01:58:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32787/jwks.json
01:58:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34709 with env {}
01:58:35.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.324615 29605 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:35.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.325006 29605 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:35.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.325120 29605 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:35.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.333842 29605 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:35.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.333967 29605 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:35.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.334051 29605 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:35.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.334110 29605 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:35.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.334192 29605 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:35.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.334244 29605 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32787/jwks.json
01:58:35.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.344915 29605 master_runner.cc:387] Master server non-default flags:
01:58:35.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/logs
01:58:35.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:35.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:35.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:35.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.229.212:45483
01:58:35.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:35.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:35.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/data
01:58:35.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/wal
01:58:35.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34709
01:58:35.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:35.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.229.254:39549,127.28.229.253:41643,127.28.229.252:44675
01:58:35.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:35.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:35.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:35.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.229.254:39549
01:58:35.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:35.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:35.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:35.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32787/jwks.json
01:58:35.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:35.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:35.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/data/info.pb
01:58:35.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.229.254
01:58:35.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:35.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:35.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:35.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:35.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:35.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:35.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:35.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:35.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:35.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:35.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:35.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:35.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:35.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:35.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.347335 29605 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:35.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.350071 29605 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:35.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.360245 29610 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
01:58:35.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.360491 29614 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
01:58:35.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.360461 29612 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
01:58:35.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.361171 29605 server_base.cc:1061] running on GCE node
01:58:35.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.361900 29605 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:35.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.363353 29605 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:35.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.364627 29605 hybrid_clock.cc:648] HybridClock initialized: now 1786499915364583 us; error 114 us; skew 500 ppm
01:58:35.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.365125 29605 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:35.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.367594 29605 webserver.cc:533] Webserver started at http://127.28.229.254:36437/ using document root <none> and password file <none>
01:58:35.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.368440 29605 fs_manager.cc:362] Metadata directory not provided
01:58:35.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.368585 29605 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:35.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.369104 29605 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:35.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.371731 29605 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/data/instance:
01:58:35.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "67967d01f9ab451e834cbafa22cef511"
01:58:35.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:35 on dist-test-slave-5k54"
01:58:35.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.372704 29605 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/wal/instance:
01:58:35.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "67967d01f9ab451e834cbafa22cef511"
01:58:35.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:35 on dist-test-slave-5k54"
01:58:35.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.378368 29605 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
01:58:35.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.382125 29621 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:35.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.383522 29605 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
01:58:35.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.383705 29605 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/wal
01:58:35.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "67967d01f9ab451e834cbafa22cef511"
01:58:35.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:35 on dist-test-slave-5k54"
01:58:35.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.383958 29605 fs_report.cc:389] FS layout report
01:58:35.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:35.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/wal
01:58:35.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/wal
01:58:35.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/data/data
01:58:35.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:35.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:35.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:35.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:35.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:35.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:35.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:35.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:35.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:35.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:35.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:35.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.397521 29605 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:35.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.398460 29605 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
01:58:35.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.398816 29605 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:35.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.419716 29605 rpc_server.cc:307] RPC server started. Bound to: 127.28.229.254:39549
01:58:35.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.419736 29677 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.229.254:39549 every 8 connection(s)
01:58:35.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.421402 29605 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/data/info.pb
01:58:35.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.426642 29678 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:35.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.430091 29591 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 29605
01:58:35.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.430449 29591 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-0/wal/instance
01:58:35.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.433543 29591 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:35.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:35.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/wal
01:58:35.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/data
01:58:35.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:35.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:35.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:35.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:35.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:35.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:35.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/logs
01:58:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/data/info.pb
01:58:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:35.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:35.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:35.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:35.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:35.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:35.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:35.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:35.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.229.253:41643
01:58:35.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.229.253
01:58:35.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:35.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.229.212:45483
01:58:35.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:35.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:35.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:35.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:35.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.229.254:39549,127.28.229.253:41643,127.28.229.252:44675
01:58:35.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:35.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32787/jwks.json
01:58:35.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34709 with env {}
01:58:35.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.434995 29678 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } has no permanent_uuid. Determining permanent_uuid...
01:58:35.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.456050 29678 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } has no permanent_uuid. Determining permanent_uuid...
01:58:35.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.457477 29624 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.229.253:41643: connect: Connection refused (error 111)
01:58:35.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.459371 29678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.253:41643: Network error: Client connection negotiation failed: client connection to 127.28.229.253:41643: connect: Connection refused (error 111)
01:58:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.508832 29678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } attempt: 1
01:58:35.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.511163 29678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.253:41643: Network error: Client connection negotiation failed: client connection to 127.28.229.253:41643: connect: Connection refused (error 111)
01:58:35.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.579530 29678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } attempt: 2
01:58:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.581878 29678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.253:41643: Network error: Client connection negotiation failed: client connection to 127.28.229.253:41643: connect: Connection refused (error 111)
01:58:35.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.673175 29678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } attempt: 3
01:58:35.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.675869 29678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.253:41643: Network error: Client connection negotiation failed: client connection to 127.28.229.253:41643: connect: Connection refused (error 111)
01:58:35.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.786654 29680 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:35.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.786976 29680 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:35.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.787060 29680 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:35.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.795979 29680 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:35.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.796069 29680 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:35.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.796169 29680 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:35.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.796223 29680 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:35.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.796277 29680 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:35.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.796314 29680 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32787/jwks.json
01:58:35.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.806999 29680 master_runner.cc:387] Master server non-default flags:
01:58:35.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/logs
01:58:35.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:35.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:35.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:35.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.229.212:45483
01:58:35.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:35.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:35.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/data
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/wal
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34709
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.229.254:39549,127.28.229.253:41643,127.28.229.252:44675
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.229.253:41643
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32787/jwks.json
01:58:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:35.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:35.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/data/info.pb
01:58:35.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.229.253
01:58:35.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.808697 29680 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.811139 29680 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.819126 29678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } attempt: 4
01:58:35.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.821204 29678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.253:41643: Network error: Client connection negotiation failed: client connection to 127.28.229.253:41643: connect: Connection refused (error 111)
01:58:35.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.824126 29689 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
01:58:35.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.824852 29690 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
01:58:35.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.825035 29692 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
01:58:35.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.825907 29680 server_base.cc:1061] running on GCE node
01:58:35.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.826834 29680 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:35.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.828431 29680 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:35.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.829692 29680 hybrid_clock.cc:648] HybridClock initialized: now 1786499915829641 us; error 36 us; skew 500 ppm
01:58:35.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.830201 29680 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:35.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.832639 29680 webserver.cc:533] Webserver started at http://127.28.229.253:46167/ using document root <none> and password file <none>
01:58:35.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.833505 29680 fs_manager.cc:362] Metadata directory not provided
01:58:35.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.833642 29680 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:35.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.834136 29680 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:35.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.836727 29680 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/data/instance:
01:58:35.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a95963a2416e4b589b8332098f32977b"
01:58:35.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:35 on dist-test-slave-5k54"
01:58:35.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.837749 29680 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/wal/instance:
01:58:35.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a95963a2416e4b589b8332098f32977b"
01:58:35.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:35 on dist-test-slave-5k54"
01:58:35.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.843349 29680 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
01:58:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.846848 29699 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:35.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.848347 29680 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
01:58:35.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.848563 29680 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/wal
01:58:35.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a95963a2416e4b589b8332098f32977b"
01:58:35.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:35 on dist-test-slave-5k54"
01:58:35.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.848860 29680 fs_report.cc:389] FS layout report
01:58:35.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:35.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/wal
01:58:35.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/wal
01:58:35.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/data/data
01:58:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:35.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:35.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:35.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.901330 29680 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:35.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.902396 29680 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
01:58:35.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.902734 29680 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:35.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.923933 29680 rpc_server.cc:307] RPC server started. Bound to: 127.28.229.253:41643
01:58:35.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.923966 29760 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.229.253:41643 every 8 connection(s)
01:58:35.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.925658 29680 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/data/info.pb
01:58:35.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.927304 29591 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 29680
01:58:35.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.927495 29591 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-1/wal/instance
01:58:35.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.928580 29591 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:35.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/wal
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/data
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/logs
01:58:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/data/info.pb
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:35.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:35.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:35.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.229.252:44675
01:58:35.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.229.252
01:58:35.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:35.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.229.212:45483
01:58:35.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:35.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:35.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:35.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:35.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.229.254:39549,127.28.229.253:41643,127.28.229.252:44675
01:58:35.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:35.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32787/jwks.json
01:58:35.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34709 with env {}
01:58:35.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.930701 29761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:35.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.939342 29761 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } has no permanent_uuid. Determining permanent_uuid...
01:58:35.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.953429 29761 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } has no permanent_uuid. Determining permanent_uuid...
01:58:35.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:35.962491 29761 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } has no permanent_uuid. Determining permanent_uuid...
01:58:35.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.963667 29703 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:35.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:35.965373 29761 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.252:44675: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.014734 29761 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } attempt: 1
01:58:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.017022 29761 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.252:44675: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:36.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.085309 29761 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } attempt: 2
01:58:36.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.087525 29761 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.252:44675: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:36.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.120479 29678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } attempt: 5
01:58:36.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.127995 29678 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } has no permanent_uuid. Determining permanent_uuid...
01:58:36.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.130127 29678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.252:44675: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:36.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.178779 29761 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } attempt: 3
01:58:36.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.180987 29761 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.252:44675: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:36.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.181358 29678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } attempt: 1
01:58:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.183332 29678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.252:44675: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:36.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.251569 29678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } attempt: 2
01:58:36.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.253985 29678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.252:44675: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:36.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.279311 29762 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:36.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.279742 29762 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:36.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.279870 29762 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:36.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.288367 29762 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:36.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.288483 29762 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:36.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.288566 29762 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:36.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.288628 29762 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:36.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.288705 29762 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:36.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.288755 29762 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32787/jwks.json
01:58:36.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.299417 29762 master_runner.cc:387] Master server non-default flags:
01:58:36.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/logs
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.229.212:45483
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/data
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/wal
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34709
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:36.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.229.254:39549,127.28.229.253:41643,127.28.229.252:44675
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.229.252:44675
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32787/jwks.json
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/data/info.pb
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.229.252
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:36.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:36.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:36.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:36.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:36.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.301719 29762 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:36.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.304101 29762 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.312155 29776 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
01:58:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.312178 29775 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
01:58:36.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.312801 29778 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
01:58:36.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.313783 29762 server_base.cc:1061] running on GCE node
01:58:36.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.314581 29762 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.316047 29762 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.317293 29762 hybrid_clock.cc:648] HybridClock initialized: now 1786499916317230 us; error 51 us; skew 500 ppm
01:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.317756 29762 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:36.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.320044 29762 webserver.cc:533] Webserver started at http://127.28.229.252:41879/ using document root <none> and password file <none>
01:58:36.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.320801 29762 fs_manager.cc:362] Metadata directory not provided
01:58:36.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.320933 29762 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:36.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.321365 29762 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.323762 29762 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/data/instance:
01:58:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4952b780220b4fb78351424d8526f334"
01:58:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:36 on dist-test-slave-5k54"
01:58:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.324218 29761 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } attempt: 4
01:58:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.324692 29762 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/wal/instance:
01:58:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4952b780220b4fb78351424d8526f334"
01:58:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:36 on dist-test-slave-5k54"
01:58:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.326387 29761 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.252:44675: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:36.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.330961 29762 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.003s	sys 0.003s
01:58:36.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.334694 29785 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:36.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.336366 29762 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
01:58:36.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.336567 29762 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/wal
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4952b780220b4fb78351424d8526f334"
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:36 on dist-test-slave-5k54"
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.336889 29762 fs_report.cc:389] FS layout report
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/wal
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/wal
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/data/data
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:36.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:36.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:36.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:36.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:36.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:36.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:36.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:36.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:36.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.360225 29678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } attempt: 3
01:58:36.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.362394 29678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.229.252:44675: Network error: Client connection negotiation failed: client connection to 127.28.229.252:44675: connect: Connection refused (error 111)
01:58:36.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.366703 29762 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:36.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.367625 29762 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
01:58:36.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.367877 29762 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:36.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.389228 29762 rpc_server.cc:307] RPC server started. Bound to: 127.28.229.252:44675
01:58:36.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.389242 29847 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.229.252:44675 every 8 connection(s)
01:58:36.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.390693 29762 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/data/info.pb
01:58:36.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.394923 29848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:36.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.399257 29591 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 29762
01:58:36.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.399466 29591 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster17469243584185227996/master-2/wal/instance
01:58:36.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.401438 29848 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } has no permanent_uuid. Determining permanent_uuid...
01:58:36.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.436100 29848 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } has no permanent_uuid. Determining permanent_uuid...
01:58:36.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.443900 29848 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } has no permanent_uuid. Determining permanent_uuid...
01:58:36.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.457929 29848 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334: Bootstrap starting.
01:58:36.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.462827 29848 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334: Neither blocks nor log segments found. Creating new log.
01:58:36.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.464327 29848 log.cc:826] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334: Log is configured to *not* fsync() on all Append() calls
01:58:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.468202 29848 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334: No bootstrap required, opened a new log
01:58:36.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.472795 29591 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
01:58:36.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.474287 29848 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } }
01:58:36.474 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:36.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.474627 29848 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.474756 29848 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4952b780220b4fb78351424d8526f334, State: Initialized, Role: FOLLOWER
01:58:36.475 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

01:58:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.475625 29848 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [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: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } }
01:58:36.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.476929 29854 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [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: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.477360 29854 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [sys.catalog]: This master's current role is: FOLLOWER
01:58:36.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.477931 29848 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [sys.catalog]: configured and running, proceeding with master startup.
01:58:36.484 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.229.254"
      port: 39549
    }
    bound_http_address {
      host: "127.28.229.254"
      port: 36437
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.229.253"
      port: 41643
    }
    bound_http_address {
      host: "127.28.229.253"
      port: 46167
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.229.252"
      port: 44675
    }
    bound_http_address {
      host: "127.28.229.252"
      port: 41879
    }
  }
}

01:58:36.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.494408 29868 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
01:58:36.494 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

01:58:36.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.494848 29868 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
01:58:36.495 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:36.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.492093 29762 master_runner.cc:187] Error getting master registration for 127.28.229.254:39549: OK, instance_id { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" instance_seqno: 1786499915414009 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:58:36.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.498972 29762 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:58:36.502 [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=	
01:58:36.514 [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=a726dca3-977d-41ac-bddc-5f6ce9792a11, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:58:36.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.515396 29865 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:36.516 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:58:36.516 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:58:36.517 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75be0592, with PersistenceManager: null will be shutdown
01:58:36.518 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75be0592, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2836cdff created in the thread with id: 36
01:58:36.532 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75be0592
01:58:36.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.539610 29678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } attempt: 4
01:58:36.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.554416 29678 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511: Bootstrap starting.
01:58:36.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.559652 29678 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511: Neither blocks nor log segments found. Creating new log.
01:58:36.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.561463 29678 log.cc:826] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511: Log is configured to *not* fsync() on all Append() calls
01:58:36.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.582044 29678 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511: No bootstrap required, opened a new log
01:58:36.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.591495 29678 raft_consensus.cc:359] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } }
01:58:36.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.592738 29678 raft_consensus.cc:385] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:36.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.593269 29678 raft_consensus.cc:740] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 67967d01f9ab451e834cbafa22cef511, State: Initialized, Role: FOLLOWER
01:58:36.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.594611 29678 consensus_queue.cc:260] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [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: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } }
01:58:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.616158 29875 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [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: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.618996 29875 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [sys.catalog]: This master's current role is: FOLLOWER
01:58:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.618834 29678 sys_catalog.cc:565] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [sys.catalog]: configured and running, proceeding with master startup.
01:58:36.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.620167 29792 tablet.cc:2406] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:58:36.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.625602 29761 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } attempt: 5
01:58:36.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.640512 29761 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b: Bootstrap starting.
01:58:36.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.645749 29761 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b: Neither blocks nor log segments found. Creating new log.
01:58:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.648424 29761 log.cc:826] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b: Log is configured to *not* fsync() on all Append() calls
01:58:36.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.651789 29627 tablet.cc:2406] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:58:36.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.670496 29761 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b: No bootstrap required, opened a new log
01:58:36.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.678951 29761 raft_consensus.cc:359] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } }
01:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.683609 29875 raft_consensus.cc:493] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
01:58:36.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.683878 29875 raft_consensus.cc:515] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } }
01:58:36.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.684257 29761 raft_consensus.cc:385] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:36.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.685410 29761 raft_consensus.cc:740] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a95963a2416e4b589b8332098f32977b, State: Initialized, Role: FOLLOWER
01:58:36.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.685732 29875 leader_election.cc:290] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a95963a2416e4b589b8332098f32977b (127.28.229.253:41643), 4952b780220b4fb78351424d8526f334 (127.28.229.252:44675)
01:58:36.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.686538 29761 consensus_queue.cc:260] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [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: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } }
01:58:36.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.687829 29817 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "67967d01f9ab451e834cbafa22cef511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4952b780220b4fb78351424d8526f334" is_pre_election: true
01:58:36.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.688377 29817 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 67967d01f9ab451e834cbafa22cef511 in term 0.
01:58:36.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.689106 29625 leader_election.cc:304] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [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: 4952b780220b4fb78351424d8526f334, 67967d01f9ab451e834cbafa22cef511; no voters: 
01:58:36.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.690080 29875 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 0 FOLLOWER]: Leader pre-election won for term 1
01:58:36.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.690225 29875 raft_consensus.cc:493] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
01:58:36.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.690328 29875 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 0 FOLLOWER]: Advancing to term 1
01:58:36.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.693509 29875 raft_consensus.cc:515] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } }
01:58:36.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.694139 29875 leader_election.cc:290] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [CANDIDATE]: Term 1 election: Requested vote from peers a95963a2416e4b589b8332098f32977b (127.28.229.253:41643), 4952b780220b4fb78351424d8526f334 (127.28.229.252:44675)
01:58:36.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.695848 29817 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "67967d01f9ab451e834cbafa22cef511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4952b780220b4fb78351424d8526f334"
01:58:36.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.696038 29817 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [term 0 FOLLOWER]: Advancing to term 1
01:58:36.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.695760 29884 sys_catalog.cc:455] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [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: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.696250 29884 sys_catalog.cc:458] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [sys.catalog]: This master's current role is: FOLLOWER
01:58:36.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.700162 29817 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 67967d01f9ab451e834cbafa22cef511 in term 1.
01:58:36.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.700651 29761 sys_catalog.cc:565] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [sys.catalog]: configured and running, proceeding with master startup.
01:58:36.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.700711 29730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "67967d01f9ab451e834cbafa22cef511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a95963a2416e4b589b8332098f32977b"
01:58:36.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.701246 29730 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [term 0 FOLLOWER]: Advancing to term 1
01:58:36.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.705488 29730 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 67967d01f9ab451e834cbafa22cef511 in term 1.
01:58:36.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.706394 29624 leader_election.cc:304] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [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: 67967d01f9ab451e834cbafa22cef511, a95963a2416e4b589b8332098f32977b; no voters: 
01:58:36.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.706802 29731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "67967d01f9ab451e834cbafa22cef511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a95963a2416e4b589b8332098f32977b" is_pre_election: true
01:58:36.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.707110 29731 raft_consensus.cc:2376] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 67967d01f9ab451e834cbafa22cef511 in term 1. Re-sending same reply.
01:58:36.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.711593 29875 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 1 FOLLOWER]: Leader election won for term 1
01:58:36.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.716626 29875 raft_consensus.cc:697] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [term 1 LEADER]: Becoming Leader. State: Replica: 67967d01f9ab451e834cbafa22cef511, State: Running, Role: LEADER
01:58:36.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.717321 29875 consensus_queue.cc:237] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [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: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } }
01:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.738185 29890 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 67967d01f9ab451e834cbafa22cef511. Latest consensus state: current_term: 1 leader_uuid: "67967d01f9ab451e834cbafa22cef511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.739914 29890 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [sys.catalog]: This master's current role is: LEADER
01:58:36.760 [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=	
01:58:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.762045 29900 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:36.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.765292 29902 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
01:58:36.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.779722 29902 catalog_manager.cc:1520] Initializing Kudu cluster ID...
01:58:36.785 [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=	
01:58:36.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.786887 29904 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:36.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.796063 29915 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
01:58:36.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.801748 29680 master_runner.cc:187] Error getting master registration for 127.28.229.254:39549: OK, instance_id { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" instance_seqno: 1786499915414009 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:58:36.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.810529 29680 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:58:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.820634 29817 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [term 1 FOLLOWER]: Refusing update from remote peer 67967d01f9ab451e834cbafa22cef511: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:58:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.822129 29890 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:58:36.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.824571 29730 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [term 1 FOLLOWER]: Refusing update from remote peer 67967d01f9ab451e834cbafa22cef511: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:58:36.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.825816 29890 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:58:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.854048 29854 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 67967d01f9ab451e834cbafa22cef511. Latest consensus state: current_term: 1 leader_uuid: "67967d01f9ab451e834cbafa22cef511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.854375 29854 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [sys.catalog]: This master's current role is: FOLLOWER
01:58:36.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.858579 29914 mvcc.cc:204] Tried to move back new op lower bound from 7317503659277058048 to 7317503658899365888. Current Snapshot: MvccSnapshot[applied={T|T < 7317503659277058048}]
01:58:36.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.862363 29890 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "67967d01f9ab451e834cbafa22cef511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.864110 29890 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [sys.catalog]: This master's current role is: LEADER
01:58:36.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.864699 29902 catalog_manager.cc:1383] Generated new cluster ID: 3c752a322a664094b02dfaa5e3a39726
01:58:36.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.864816 29902 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
01:58:36.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.896142 29854 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "67967d01f9ab451e834cbafa22cef511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.896616 29854 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334 [sys.catalog]: This master's current role is: FOLLOWER
01:58:36.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:36.905618 29705 tablet.cc:2406] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:58:36.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.908488 29884 sys_catalog.cc:455] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 67967d01f9ab451e834cbafa22cef511. Latest consensus state: current_term: 1 leader_uuid: "67967d01f9ab451e834cbafa22cef511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.908771 29884 sys_catalog.cc:458] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [sys.catalog]: This master's current role is: FOLLOWER
01:58:36.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.910883 29890 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "67967d01f9ab451e834cbafa22cef511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.911110 29890 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511 [sys.catalog]: This master's current role is: LEADER
01:58:36.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.912839 29918 mvcc.cc:204] Tried to move back new op lower bound from 7317503659277058048 to 7317503658899365888. Current Snapshot: MvccSnapshot[applied={T|T < 7317503659277058048}]
01:58:36.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.927836 29884 sys_catalog.cc:455] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "67967d01f9ab451e834cbafa22cef511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67967d01f9ab451e834cbafa22cef511" member_type: VOTER last_known_addr { host: "127.28.229.254" port: 39549 } } peers { permanent_uuid: "a95963a2416e4b589b8332098f32977b" member_type: VOTER last_known_addr { host: "127.28.229.253" port: 41643 } } peers { permanent_uuid: "4952b780220b4fb78351424d8526f334" member_type: VOTER last_known_addr { host: "127.28.229.252" port: 44675 } } }
01:58:36.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.928145 29884 sys_catalog.cc:458] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b [sys.catalog]: This master's current role is: FOLLOWER
01:58:36.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.964612 29902 catalog_manager.cc:1406] Generated new certificate authority record
01:58:36.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:36.967108 29902 catalog_manager.cc:1540] Loading token signing keys...
01:58:37.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.003376 29902 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 67967d01f9ab451e834cbafa22cef511: Generated new TSK 0
01:58:37.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.005013 29902 catalog_manager.cc:1550] Initializing in-progress tserver states...
01:58:37.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.012897 29902 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
01:58:37.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.014534 29902 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
01:58:37.449 [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.
01:58:37.465 [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.
01:58:37.465 [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.
01:58:37.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.497714 29868 catalog_manager.cc:1295] Loaded cluster ID: 3c752a322a664094b02dfaa5e3a39726
01:58:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.497844 29868 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334: loading cluster ID for follower catalog manager: success
01:58:37.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.502774 29868 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334: acquiring CA information for follower catalog manager: success
01:58:37.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.505759 29868 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 4952b780220b4fb78351424d8526f334: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:58:37.548 [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=	
01:58:37.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:37.549369 29865 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:37.677 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:37.691 [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/hive18202886833191061984/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=a726dca3-977d-41ac-bddc-5f6ce9792a11, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:58:37.765 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:37.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:37.765731 29900 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:37.769 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18202886833191061984/external-warehouse/table
01:58:37.792 [INFO - Metastore-Handler-Pool: Thread-46] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:37.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:37.793596 29904 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:37.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.801734 29915 catalog_manager.cc:1295] Loaded cluster ID: 3c752a322a664094b02dfaa5e3a39726
01:58:37.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.801824 29915 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b: loading cluster ID for follower catalog manager: success
01:58:37.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.804821 29915 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b: acquiring CA information for follower catalog manager: success
01:58:37.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:37.806823 29915 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a95963a2416e4b589b8332098f32977b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:58:38.003 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
01:58:38.007 [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)
01:58:38.017 [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)

01:58:38.057 [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.28.229.253:41643,127.28.229.252:44675,127.28.229.254:39549}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:58:38.088 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:38.126 [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/hive18202886833191061984/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.28.229.253:41643,127.28.229.252:44675,127.28.229.254:39549}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:58:38.139 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18202886833191061984/external-warehouse/table
01:58:38.175 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
01:58:38.176 [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)
01:58:38.178 [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)

01:58:38.182 [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=49784427-16fc-47c0-848f-8e1ce7d38e57, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.229.253:41643,127.28.229.252:44675,127.28.229.254:39549}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:58:38.191 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:38.199 [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/hive18202886833191061984/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=49784427-16fc-47c0-848f-8e1ce7d38e57, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.229.253:41643,127.28.229.252:44675,127.28.229.254:39549}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:58:38.205 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18202886833191061984/external-warehouse/table
01:58:38.237 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
01:58:38.243 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
01:58:38.244 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
01:58:38.253 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@737b065e
01:58:38.292 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
01:58:38.292 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
01:58:38.292 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
01:58:38.293 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
01:58:38.294 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
01:58:38.295 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
01:58:38.295 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
01:58:38.296 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
01:58:38.296 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
01:58:38.298 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
01:58:38.300 [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
01:58:38.302 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
01:58:38.302 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
01:58:38.302 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
01:58:38.302 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
01:58:38.303 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
01:58:38.304 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
01:58:38.305 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
01:58:38.305 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
01:58:38.317 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
01:58:38.348 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
01:58:38.358 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
01:58:38.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
01:58:38.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
01:58:38.371 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
01:58:38.371 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
01:58:38.419 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
01:58:38.420 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
01:58:38.434 [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)
01:58:38.437 [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.
01:58:38.464 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
01:58:38.552 [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=	
01:58:38.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:38.552840 29865 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:38.609 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.229.253:41643(127.28.229.253:41643)] connecting to peer
01:58:38.615 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 29529 (auto-detected)
01:58:38.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
01:58:38.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
01:58:38.619 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
01:58:38.620 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
01:58:38.621 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:77:ff:fe:79:94:3d (auto-detected)
01:58:38.639 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
01:58:38.639 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
01:58:38.639 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
01:58:38.644 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
01:58:38.648 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.229.252:44675(127.28.229.252:44675)] connecting to peer
01:58:38.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.229.254:39549(127.28.229.254:39549)] connecting to peer
01:58:38.669 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.229.253:41643(127.28.229.253:41643)] Successfully connected to peer
01:58:38.669 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.28.229.254:39549(127.28.229.254:39549)] Successfully connected to peer
01:58:38.670 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.229.252:44675(127.28.229.252:44675)] Successfully connected to peer
01:58:38.678 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
01:58:38.678 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
01:58:38.679 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@474c525c
01:58:38.682 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
01:58:38.683 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
01:58:38.683 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
01:58:38.683 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
01:58:38.683 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
01:58:38.759 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.229.252
01:58:38.759 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.229.254
01:58:38.761 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.229.253
01:58:38.767 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:38.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:38.768558 29900 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:38.800 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:38.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:38.800716 29904 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:38.994 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:58:38.994 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:58:38.998 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:58:39.018 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x4c909114, L:/127.0.0.1:58780 - R:/127.28.229.254:39549] using SASL/PLAIN
01:58:39.014 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xcb267889, L:/127.0.0.1:60986 - R:/127.28.229.253:41643] using SASL/PLAIN
01:58:39.015 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xacc43805, L:/127.0.0.1:36984 - R:/127.28.229.252:44675] using SASL/PLAIN
01:58:39.064 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
01:58:39.071 [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)
01:58:39.072 [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)

01:58:39.073 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{kudu.table_id=0ad08095-5b4c-4432-b2a9-6886879bc82b, 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)	
01:58:39.077 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:39.081 [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/hive18202886833191061984/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=0ad08095-5b4c-4432-b2a9-6886879bc82b, 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)
01:58:39.084 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18202886833191061984/external-warehouse/table
01:58:39.104 [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)
01:58:39.105 [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)

01:58:39.106 [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=0b1984bb-4ec7-458b-8d24-c2115c142023, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.229.253:41643,127.28.229.252:44675,127.28.229.254:39549}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:58:39.110 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:39.114 [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/hive18202886833191061984/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=0b1984bb-4ec7-458b-8d24-c2115c142023, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.229.253:41643,127.28.229.252:44675,127.28.229.254:39549}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:58:39.116 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18202886833191061984/external-warehouse/table
01:58:39.214 [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	
01:58:39.290 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:39.302 [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	
01:58:39.472 [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.
01:58:39.562 [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=	
01:58:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:39.563539 29865 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:39.771 [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=	
01:58:39.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:39.772276 29900 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:39.792 [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.
01:58:39.816 [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=	
01:58:39.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:39.817235 29904 client.h:373] Failed to connect to Hive Metastore (localhost:34709): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:39.849 [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.
01:58:39.899 [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
01:58:40.069 [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=0f149dd5-be48-4ec1-9190-4fdb3666e678, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.229.253:41643,127.28.229.252:44675,127.28.229.254:39549}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:58:40.073 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:40.076 [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/hive18202886833191061984/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=0f149dd5-be48-4ec1-9190-4fdb3666e678, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.229.253:41643,127.28.229.252:44675,127.28.229.254:39549}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:58:40.078 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18202886833191061984/external-warehouse/table
01:58:40.121 [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	
01:58:40.153 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:40.154 [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	
01:58:40.218 [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
01:58:40.240 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
01:58:40.240 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
01:58:40.241 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75be0592, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2836cdff will be shutdown
01:58:40.241 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
01:58:40.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:40.241200 29591 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 29605
01:58:40.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:40.243221 29672 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:40.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:40.370563 29591 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 29605
01:58:40.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:40.397341 29591 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 29680
01:58:40.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:40.398725 29754 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:40.401 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.28.229.254:39549(127.28.229.254:39549)] handling channelInactive
01:58:40.401 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.28.229.254:39549(127.28.229.254:39549)] cleaning up while in state READY due to: connection closed
01:58:40.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:40.509246 29591 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 29680
01:58:40.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:40.535102 29591 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 29762
01:58:40.536 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.229.253:41643(127.28.229.253:41643)] handling channelInactive
01:58:40.536 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.229.253:41643(127.28.229.253:41643)] cleaning up while in state READY due to: connection closed
01:58:40.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:40.536559 29843 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:40.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:40.644289 29591 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 29762
01:58:40.647 [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=	
01:58:40.671 [ERROR - Metastore-Handler-Pool: Thread-65] (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
01:58:40.672 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.229.252:44675(127.28.229.252:44675)] handling channelInactive
01:58:40.672 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.229.252:44675(127.28.229.252:44675)] cleaning up while in state READY due to: connection closed
01:58:40.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:40Z chronyd exiting
.01:58:40.807 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:40.808 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:40.808 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:40.826 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive12022041163182622850
01:58:40.827 [INFO - Thread-41] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
01:58:40.827 [INFO - Thread-41] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
01:58:40.830 [INFO - Thread-41] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:58:40.830 [INFO - Thread-41] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:58:40.831 [INFO - Thread-41] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
01:58:40.836 [INFO - Thread-41] (HikariDataSource.java:350) objectstore - Shutdown initiated...
01:58:40.839 [INFO - Thread-41] (HikariDataSource.java:352) objectstore - Shutdown completed.
01:58:40.839 [INFO - Thread-41] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
01:58:40.840 [INFO - Thread-41] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
01:58:40.840 [INFO - Thread-41] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
01:58:40.842 [INFO - Thread-41] (HikariDataSource.java:80) objectstore - Starting...
01:58:40.945 [INFO - Thread-41] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:40.946 [INFO - Thread-41] (HikariDataSource.java:82) objectstore - Start completed.
01:58:40.947 [INFO - Thread-41] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
01:58:40.949 [INFO - Thread-41] (HikariDataSource.java:80) objectstore-secondary - Starting...
01:58:40.951 [INFO - Thread-41] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:40.951 [INFO - Thread-41] (HikariDataSource.java:82) objectstore-secondary - Start completed.
01:58:40.973 [INFO - Thread-41] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
01:58:40.973 [INFO - Thread-41] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
01:58:40.974 [INFO - Thread-41] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
01:58:41.010 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:41.011 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:41.012 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:41.012 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:41.013 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:41.014 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:41.286 [INFO - Thread-41] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
01:58:41.287 [INFO - Thread-41] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65a493ca, with PersistenceManager: null will be shutdown
01:58:41.288 [INFO - Thread-41] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65a493ca, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@37dfc5cf created in the thread with id: 66
01:58:41.290 [WARN - Thread-41] (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
01:58:41.291 [INFO - Thread-41] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65a493ca
01:58:41.436 [INFO - Thread-41] (HMSHandler.java:595) Started creating a default database with name: default
01:58:41.462 [INFO - Thread-41] (HMSHandler.java:605) Successfully created a default database with name: default
01:58:41.499 [INFO - Thread-41] (HMSHandler.java:668) Added admin role in metastore
01:58:41.502 [INFO - Thread-41] (HMSHandler.java:677) Added public role in metastore
01:58:41.540 [INFO - Thread-41] (HMSHandler.java:717) No user is added in admin role, since config is empty
01:58:41.540 [INFO - Thread-41] (HMSHandler.java:404) HMS server filtering is disabled by configuration
01:58:41.541 [INFO - Thread-41] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
01:58:41.541 [INFO - Thread-41] (HiveMetaStore.java:697) Direct SQL optimization = true
01:58:41.542 [WARN - Thread-41] (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)
01:58:41.542 [INFO - Thread-41] (HiveMetaStore.java:632) Started the new metaserver on port [34545]...
01:58:41.542 [INFO - Thread-41] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
01:58:41.542 [INFO - Thread-41] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
01:58:41.542 [INFO - Thread-41] (HiveMetaStore.java:635) TCP keepalive = true
01:58:41.542 [INFO - Thread-41] (HiveMetaStore.java:636) Enable SSL = false
01:58:41.829 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:41.829 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:41.829 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:41.843 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
01:58:41.843 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34545]
01:58:41.843 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34545) in binary transport mode
01:58:41.845 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34545) current connections: 1
01:58:41.848 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskOcTV4R/test-tmp
01:58:41.848 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
01:58:41.848 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskOcTV4R/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
01:58:41.858 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34545"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

01:58:42.201 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:42.201 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

01:58:42.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.203959 29991 mini_oidc.cc:150] Starting JWKS server
01:58:42.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.206240 29991 webserver.cc:533] Webserver started at http://127.0.0.1:35587/ using document root <none> and password file <none>
01:58:42.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.206458 29991 mini_oidc.cc:186] Starting OIDC Discovery server
01:58:42.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.206931 29991 webserver.cc:533] Webserver started at http://127.0.0.1:37643/ using document root <none> and password file <none>
01:58:42.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:42Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
01:58:42.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:42Z Disabled control of system clock
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.238778 29991 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/wal
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/data
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/logs
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/data/info.pb
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:42.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.73.254:40723
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.73.254
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.73.212:41521
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.73.254:40723,127.29.73.253:34395,127.29.73.252:44711
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35587/jwks.json
01:58:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34545 with env {}
01:58:42.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.577308 30002 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:42.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.577646 30002 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:42.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.577724 30002 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:42.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.585963 30002 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:42.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.586052 30002 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:42.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.586115 30002 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:42.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.586156 30002 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:42.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.586210 30002 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:42.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.586246 30002 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35587/jwks.json
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.596221 30002 master_runner.cc:387] Master server non-default flags:
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/logs
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.73.212:41521
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/data
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/wal
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34545
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.73.254:40723,127.29.73.253:34395,127.29.73.252:44711
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.73.254:40723
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35587/jwks.json
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/data/info.pb
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.73.254
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:42.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.597965 30002 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:42.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.599843 30002 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:42.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.608291 30008 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
01:58:42.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.608165 30009 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
01:58:42.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.608348 30011 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
01:58:42.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.609943 30002 server_base.cc:1061] running on GCE node
01:58:42.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.610627 30002 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:42.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.612149 30002 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:42.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.613356 30002 hybrid_clock.cc:648] HybridClock initialized: now 1786499922613326 us; error 106 us; skew 500 ppm
01:58:42.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.613720 30002 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:42.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.616148 30002 webserver.cc:533] Webserver started at http://127.29.73.254:45217/ using document root <none> and password file <none>
01:58:42.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.616904 30002 fs_manager.cc:362] Metadata directory not provided
01:58:42.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.616993 30002 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:42.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.617307 30002 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:42.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.619608 30002 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/data/instance:
01:58:42.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0719c67cdeef4243bfa87533e69eb3d0"
01:58:42.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:42 on dist-test-slave-5k54"
01:58:42.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.620397 30002 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/wal/instance:
01:58:42.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0719c67cdeef4243bfa87533e69eb3d0"
01:58:42.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:42 on dist-test-slave-5k54"
01:58:42.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.626399 30002 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.003s
01:58:42.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.631337 30017 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.633013 30002 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.003s
01:58:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.633185 30002 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/wal
01:58:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0719c67cdeef4243bfa87533e69eb3d0"
01:58:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:42 on dist-test-slave-5k54"
01:58:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.633440 30002 fs_report.cc:389] FS layout report
01:58:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/wal
01:58:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/wal
01:58:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/data/data
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:42.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.677544 30002 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:42.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.678506 30002 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
01:58:42.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.678751 30002 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:42.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.699883 30076 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.73.254:40723 every 8 connection(s)
01:58:42.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.699880 30002 rpc_server.cc:307] RPC server started. Bound to: 127.29.73.254:40723
01:58:42.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.701517 30002 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/data/info.pb
01:58:42.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.705772 30078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:42.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.708848 29991 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 30002
01:58:42.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.709196 29991 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-0/wal/instance
01:58:42.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.712421 29991 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:42.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:42.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/wal
01:58:42.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/data
01:58:42.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:42.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:42.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:42.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:42.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/logs
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/data/info.pb
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.73.253:34395
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.73.253
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.73.212:41521
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.73.254:40723,127.29.73.253:34395,127.29.73.252:44711
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35587/jwks.json
01:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34545 with env {}
01:58:42.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.713986 30078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } has no permanent_uuid. Determining permanent_uuid...
01:58:42.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.731680 30078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } has no permanent_uuid. Determining permanent_uuid...
01:58:42.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.732854 30019 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.73.253:34395: connect: Connection refused (error 111)
01:58:42.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.734555 30078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.253:34395: Network error: Client connection negotiation failed: client connection to 127.29.73.253:34395: connect: Connection refused (error 111)
01:58:42.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.783963 30078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } attempt: 1
01:58:42.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.786432 30078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.253:34395: Network error: Client connection negotiation failed: client connection to 127.29.73.253:34395: connect: Connection refused (error 111)
01:58:42.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.854720 30078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } attempt: 2
01:58:42.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.857018 30078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.253:34395: Network error: Client connection negotiation failed: client connection to 127.29.73.253:34395: connect: Connection refused (error 111)
01:58:42.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:42.948352 30078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } attempt: 3
01:58:42.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:42.950625 30078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.253:34395: Network error: Client connection negotiation failed: client connection to 127.29.73.253:34395: connect: Connection refused (error 111)
01:58:43.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.060309 30079 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:43.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.060674 30079 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:43.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.060786 30079 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:43.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.069293 30079 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:43.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.069419 30079 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:43.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.069500 30079 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:43.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.069557 30079 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:43.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.069648 30079 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:43.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.069698 30079 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35587/jwks.json
01:58:43.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.079658 30079 master_runner.cc:387] Master server non-default flags:
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/logs
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.73.212:41521
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/data
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/wal
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34545
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.73.254:40723,127.29.73.253:34395,127.29.73.252:44711
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.73.253:34395
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35587/jwks.json
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/data/info.pb
01:58:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.73.253
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:43.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.081830 30079 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.083806 30079 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:43.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.091934 30089 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
01:58:43.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.092317 30090 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
01:58:43.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.093072 30093 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
01:58:43.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.093613 30079 server_base.cc:1061] running on GCE node
01:58:43.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.093881 30078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } attempt: 4
01:58:43.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.094563 30079 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:43.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.096205 30078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.253:34395: Network error: Client connection negotiation failed: client connection to 127.29.73.253:34395: connect: Connection refused (error 111)
01:58:43.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.105978 30079 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:43.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.107275 30079 hybrid_clock.cc:648] HybridClock initialized: now 1786499923107195 us; error 67 us; skew 500 ppm
01:58:43.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.107822 30079 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:43.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.110282 30079 webserver.cc:533] Webserver started at http://127.29.73.253:34809/ using document root <none> and password file <none>
01:58:43.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.111129 30079 fs_manager.cc:362] Metadata directory not provided
01:58:43.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.111277 30079 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:43.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.111743 30079 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:43.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.114243 30079 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/data/instance:
01:58:43.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3cba7d81e8814b7aacfe4cb6d10e882e"
01:58:43.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:43 on dist-test-slave-5k54"
01:58:43.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.115255 30079 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/wal/instance:
01:58:43.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3cba7d81e8814b7aacfe4cb6d10e882e"
01:58:43.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:43 on dist-test-slave-5k54"
01:58:43.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.120967 30079 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
01:58:43.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.124624 30102 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.125962 30079 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.126158 30079 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/wal
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3cba7d81e8814b7aacfe4cb6d10e882e"
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:43 on dist-test-slave-5k54"
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.126421 30079 fs_report.cc:389] FS layout report
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/wal
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/wal
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/data/data
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:43.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:43.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:43.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:43.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:43.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:43.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:43.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:43.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.139979 30079 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:43.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.140810 30079 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
01:58:43.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.141140 30079 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:43.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.162115 30079 rpc_server.cc:307] RPC server started. Bound to: 127.29.73.253:34395
01:58:43.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.162201 30161 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.73.253:34395 every 8 connection(s)
01:58:43.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.163736 30079 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/data/info.pb
01:58:43.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.168124 30162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:43.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.172552 29991 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 30079
01:58:43.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.172766 29991 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-1/wal/instance
01:58:43.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.173776 29991 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/wal
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/data
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/logs
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/data/info.pb
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.73.252:44711
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.73.252
01:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.73.212:41521
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.73.254:40723,127.29.73.253:34395,127.29.73.252:44711
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35587/jwks.json
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34545 with env {}
01:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.173761 30162 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } has no permanent_uuid. Determining permanent_uuid...
01:58:43.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.192519 30162 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } has no permanent_uuid. Determining permanent_uuid...
01:58:43.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.201418 30162 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } has no permanent_uuid. Determining permanent_uuid...
01:58:43.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.202639 30106 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.73.252:44711: connect: Connection refused (error 111)
01:58:43.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.204372 30162 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.252:44711: Network error: Client connection negotiation failed: client connection to 127.29.73.252:44711: connect: Connection refused (error 111)
01:58:43.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.253731 30162 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } attempt: 1
01:58:43.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.256043 30162 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.252:44711: Network error: Client connection negotiation failed: client connection to 127.29.73.252:44711: connect: Connection refused (error 111)
01:58:43.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.324321 30162 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } attempt: 2
01:58:43.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.326618 30162 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.252:44711: Network error: Client connection negotiation failed: client connection to 127.29.73.252:44711: connect: Connection refused (error 111)
01:58:43.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.395524 30078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } attempt: 5
01:58:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.402422 30078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } has no permanent_uuid. Determining permanent_uuid...
01:58:43.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.404495 30078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.252:44711: Network error: Client connection negotiation failed: client connection to 127.29.73.252:44711: connect: Connection refused (error 111)
01:58:43.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.417886 30162 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } attempt: 3
01:58:43.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.419783 30162 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.252:44711: Network error: Client connection negotiation failed: client connection to 127.29.73.252:44711: connect: Connection refused (error 111)
01:58:43.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.455773 30078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } attempt: 1
01:58:43.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.458189 30078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.252:44711: Network error: Client connection negotiation failed: client connection to 127.29.73.252:44711: connect: Connection refused (error 111)
01:58:43.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.519747 30164 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:43.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.520069 30164 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:43.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.520143 30164 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:43.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.526448 30078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } attempt: 2
01:58:43.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.528812 30078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.252:44711: Network error: Client connection negotiation failed: client connection to 127.29.73.252:44711: connect: Connection refused (error 111)
01:58:43.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.529090 30164 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:43.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.529166 30164 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:43.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.529220 30164 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:43.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.529260 30164 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:43.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.529315 30164 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:43.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.529356 30164 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35587/jwks.json
01:58:43.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.539682 30164 master_runner.cc:387] Master server non-default flags:
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/logs
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.73.212:41521
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/data
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/wal
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34545
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.73.254:40723,127.29.73.253:34395,127.29.73.252:44711
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.73.252:44711
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35587/jwks.json
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/data/info.pb
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.73.252
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:43.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:43.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.541342 30164 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:43.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.543219 30164 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:43.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.551525 30172 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
01:58:43.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.551653 30171 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
01:58:43.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.551698 30175 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
01:58:43.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.552695 30164 server_base.cc:1061] running on GCE node
01:58:43.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.553474 30164 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:43.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.554768 30164 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:43.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.555975 30164 hybrid_clock.cc:648] HybridClock initialized: now 1786499923555912 us; error 55 us; skew 500 ppm
01:58:43.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.556282 30164 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:43.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.558403 30164 webserver.cc:533] Webserver started at http://127.29.73.252:42277/ using document root <none> and password file <none>
01:58:43.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.559087 30164 fs_manager.cc:362] Metadata directory not provided
01:58:43.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.559177 30164 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:43.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.559592 30164 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:43.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.561852 30164 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/data/instance:
01:58:43.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5b2fdc67fea347d0bdee8a3b29f72a60"
01:58:43.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:43 on dist-test-slave-5k54"
01:58:43.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.562592 30164 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/wal/instance:
01:58:43.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5b2fdc67fea347d0bdee8a3b29f72a60"
01:58:43.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:43 on dist-test-slave-5k54"
01:58:43.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.563012 30162 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } attempt: 4
01:58:43.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.564982 30162 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.73.252:44711: Network error: Client connection negotiation failed: client connection to 127.29.73.252:44711: connect: Connection refused (error 111)
01:58:43.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.568012 30164 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
01:58:43.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.571277 30182 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.572875 30164 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.573035 30164 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/wal
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5b2fdc67fea347d0bdee8a3b29f72a60"
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:43 on dist-test-slave-5k54"
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.573232 30164 fs_report.cc:389] FS layout report
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/wal
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/wal
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/data/data
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:43.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:43.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.597090 30164 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:43.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.598034 30164 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
01:58:43.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.598304 30164 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:43.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.621714 30164 rpc_server.cc:307] RPC server started. Bound to: 127.29.73.252:44711
01:58:43.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.621752 30242 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.73.252:44711 every 8 connection(s)
01:58:43.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.623562 30164 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/data/info.pb
01:58:43.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.624107 29991 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 30164
01:58:43.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.624269 29991 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster16732368641580843005/master-2/wal/instance
01:58:43.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.629230 30243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:43.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.635049 30078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } attempt: 3
01:58:43.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.638490 30243 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } has no permanent_uuid. Determining permanent_uuid...
01:58:43.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.651336 30243 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } has no permanent_uuid. Determining permanent_uuid...
01:58:43.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.654992 30078 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0: Bootstrap starting.
01:58:43.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.659083 30243 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } has no permanent_uuid. Determining permanent_uuid...
01:58:43.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.661701 30078 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0: Neither blocks nor log segments found. Creating new log.
01:58:43.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.663183 30078 log.cc:826] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0: Log is configured to *not* fsync() on all Append() calls
01:58:43.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.666256 30078 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0: No bootstrap required, opened a new log
01:58:43.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.670503 30243 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60: Bootstrap starting.
01:58:43.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.673707 29991 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
01:58:43.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.673626 30078 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } }
01:58:43.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.673960 30078 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:43.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.674079 30078 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0719c67cdeef4243bfa87533e69eb3d0, State: Initialized, Role: FOLLOWER
01:58:43.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.674412 30243 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60: Neither blocks nor log segments found. Creating new log.
01:58:43.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.675639 30243 log.cc:826] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60: Log is configured to *not* fsync() on all Append() calls
01:58:43.676 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:43.676 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

01:58:43.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.674805 30078 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [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: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } }
01:58:43.678 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.73.254"
      port: 40723
    }
    bound_http_address {
      host: "127.29.73.254"
      port: 45217
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.73.253"
      port: 34395
    }
    bound_http_address {
      host: "127.29.73.253"
      port: 34809
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.73.252"
      port: 44711
    }
    bound_http_address {
      host: "127.29.73.252"
      port: 42277
    }
  }
}

01:58:43.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.679054 30243 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60: No bootstrap required, opened a new log
01:58:43.679 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

01:58:43.680 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:43.681 [INFO - Metastore-Handler-Pool: Thread-87] (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=2b24fe90-f1d4-4db4-be52-3ea2edfd5b6b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.73.252:44711,127.29.73.254:40723,127.29.73.253:34395}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:58:43.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.684135 30254 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [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: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:43.684 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:58:43.684 [INFO - Metastore-Handler-Pool: Thread-87] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:58:43.685 [INFO - Metastore-Handler-Pool: Thread-87] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6f9344bd, with PersistenceManager: null will be shutdown
01:58:43.685 [INFO - Metastore-Handler-Pool: Thread-87] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6f9344bd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2307bc8 created in the thread with id: 87
01:58:43.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.686384 30254 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [sys.catalog]: This master's current role is: FOLLOWER
01:58:43.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.686252 30078 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [sys.catalog]: configured and running, proceeding with master startup.
01:58:43.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.687927 30243 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } }
01:58:43.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.688511 30243 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:43.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.688841 30243 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b2fdc67fea347d0bdee8a3b29f72a60, State: Initialized, Role: FOLLOWER
01:58:43.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.690033 30243 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [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: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } }
01:58:43.691 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6f9344bd
01:58:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.697813 30258 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [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: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:43.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.699617 30258 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [sys.catalog]: This master's current role is: FOLLOWER
01:58:43.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.700245 30258 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
01:58:43.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.701499 30258 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } }
01:58:43.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.704423 30243 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [sys.catalog]: configured and running, proceeding with master startup.
01:58:43.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.705160 30045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0719c67cdeef4243bfa87533e69eb3d0" is_pre_election: true
01:58:43.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.705814 30045 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5b2fdc67fea347d0bdee8a3b29f72a60 in term 0.
01:58:43.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.706904 30186 leader_election.cc:304] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [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: 0719c67cdeef4243bfa87533e69eb3d0, 5b2fdc67fea347d0bdee8a3b29f72a60; no voters: 
01:58:43.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.709347 30258 leader_election.cc:290] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0719c67cdeef4243bfa87533e69eb3d0 (127.29.73.254:40723), 3cba7d81e8814b7aacfe4cb6d10e882e (127.29.73.253:34395)
01:58:43.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.710273 30258 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 0 FOLLOWER]: Leader pre-election won for term 1
01:58:43.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.710898 30258 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
01:58:43.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.711390 30258 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 0 FOLLOWER]: Advancing to term 1
01:58:43.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.719926 30258 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } }
01:58:43.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.723053 30045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0719c67cdeef4243bfa87533e69eb3d0"
01:58:43.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.723348 30045 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [term 0 FOLLOWER]: Advancing to term 1
01:58:43.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.728087 30045 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5b2fdc67fea347d0bdee8a3b29f72a60 in term 1.
01:58:43.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.728878 30186 leader_election.cc:304] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [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: 0719c67cdeef4243bfa87533e69eb3d0, 5b2fdc67fea347d0bdee8a3b29f72a60; no voters: 
01:58:43.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.729257 30261 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 1 FOLLOWER]: Leader election won for term 1
01:58:43.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.730577 30258 leader_election.cc:290] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [CANDIDATE]: Term 1 election: Requested vote from peers 0719c67cdeef4243bfa87533e69eb3d0 (127.29.73.254:40723), 3cba7d81e8814b7aacfe4cb6d10e882e (127.29.73.253:34395)
01:58:43.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.744946 30261 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [term 1 LEADER]: Becoming Leader. State: Replica: 5b2fdc67fea347d0bdee8a3b29f72a60, State: Running, Role: LEADER
01:58:43.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.746093 30261 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [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: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } }
01:58:43.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.751752 30258 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5b2fdc67fea347d0bdee8a3b29f72a60. Latest consensus state: current_term: 1 leader_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:43.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.752038 30258 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [sys.catalog]: This master's current role is: LEADER
01:58:43.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.768435 30276 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
01:58:43.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.786252 30286 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
01:58:43.791 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:43.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.792312 30281 client.h:373] Failed to connect to Hive Metastore (localhost:34545): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:43.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.793596 30276 catalog_manager.cc:1520] Initializing Kudu cluster ID...
01:58:43.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.795496 30002 master_runner.cc:187] Error getting master registration for 127.29.73.253:34395: OK, instance_id { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" instance_seqno: 1786499923156624 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:58:43.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.803900 30002 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:58:43.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.820071 30045 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [term 1 FOLLOWER]: Refusing update from remote peer 5b2fdc67fea347d0bdee8a3b29f72a60: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:58:43.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.822016 30258 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:58:43.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.830158 30254 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5b2fdc67fea347d0bdee8a3b29f72a60. Latest consensus state: current_term: 1 leader_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:43.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.830441 30254 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [sys.catalog]: This master's current role is: FOLLOWER
01:58:43.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.834759 30289 mvcc.cc:204] Tried to move back new op lower bound from 7317503687913312256 to 7317503687672827904. Current Snapshot: MvccSnapshot[applied={T|T < 7317503687913312256}]
01:58:43.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.843266 30293 mvcc.cc:204] Tried to move back new op lower bound from 7317503687913312256 to 7317503687672827904. Current Snapshot: MvccSnapshot[applied={T|T < 7317503687913312256}]
01:58:43.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.844591 30273 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:43.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.844993 30273 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [sys.catalog]: This master's current role is: LEADER
01:58:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.846794 30276 catalog_manager.cc:1383] Generated new cluster ID: fec2d02906be4b71bf5c46a11fbafc8e
01:58:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.846923 30276 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
01:58:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.848686 30254 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.848923 30254 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0 [sys.catalog]: This master's current role is: FOLLOWER
01:58:43.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.864249 30162 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } attempt: 5
01:58:43.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.879630 30162 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e: Bootstrap starting.
01:58:43.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.884393 30162 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e: Neither blocks nor log segments found. Creating new log.
01:58:43.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.884254 30276 catalog_manager.cc:1406] Generated new certificate authority record
01:58:43.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.888526 30276 catalog_manager.cc:1540] Loading token signing keys...
01:58:43.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.890331 30162 log.cc:826] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e: Log is configured to *not* fsync() on all Append() calls
01:58:43.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.905584 30162 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e: No bootstrap required, opened a new log
01:58:43.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.918110 30162 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } }
01:58:43.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.920535 30276 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60: Generated new TSK 0
01:58:43.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.920975 30162 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:43.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.921314 30162 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cba7d81e8814b7aacfe4cb6d10e882e, State: Initialized, Role: FOLLOWER
01:58:43.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.921677 30276 catalog_manager.cc:1550] Initializing in-progress tserver states...
01:58:43.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.922547 30162 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [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: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } }
01:58:43.937 [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=	
01:58:43.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:43.938648 30298 client.h:373] Failed to connect to Hive Metastore (localhost:34545): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:43.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.944078 30162 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [sys.catalog]: configured and running, proceeding with master startup.
01:58:43.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.944504 30131 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [term 0 FOLLOWER]: Advancing to term 1
01:58:43.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.947528 30134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" is_pre_election: true
01:58:43.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.948433 30132 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e"
01:58:43.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.951149 30131 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [term 1 FOLLOWER]: Refusing update from remote peer 5b2fdc67fea347d0bdee8a3b29f72a60: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:58:43.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.952346 30261 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:58:43.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.986438 30311 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
01:58:44.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:43.994396 30164 master_runner.cc:187] Error getting master registration for 127.29.73.253:34395: OK, instance_id { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" instance_seqno: 1786499923156624 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:58:44.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.001194 30164 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:58:44.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.018018 30299 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:44.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.018437 30299 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [sys.catalog]: This master's current role is: FOLLOWER
01:58:44.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.018963 30307 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5b2fdc67fea347d0bdee8a3b29f72a60. Latest consensus state: current_term: 1 leader_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:44.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.019241 30307 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [sys.catalog]: This master's current role is: FOLLOWER
01:58:44.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.020036 30314 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:44.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.020339 30314 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e [sys.catalog]: This master's current role is: FOLLOWER
01:58:44.054 [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=	
01:58:44.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:44.054955 30324 client.h:373] Failed to connect to Hive Metastore (localhost:34545): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:44.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.065789 30328 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
01:58:44.318 [WARN - Metastore-Handler-Pool: Thread-87] (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.
01:58:44.327 [WARN - Metastore-Handler-Pool: Thread-87] (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.
01:58:44.327 [WARN - Metastore-Handler-Pool: Thread-87] (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.
01:58:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.356837 30261 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0719c67cdeef4243bfa87533e69eb3d0" member_type: VOTER last_known_addr { host: "127.29.73.254" port: 40723 } } peers { permanent_uuid: "3cba7d81e8814b7aacfe4cb6d10e882e" member_type: VOTER last_known_addr { host: "127.29.73.253" port: 34395 } } peers { permanent_uuid: "5b2fdc67fea347d0bdee8a3b29f72a60" member_type: VOTER last_known_addr { host: "127.29.73.252" port: 44711 } } }
01:58:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.357177 30261 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b2fdc67fea347d0bdee8a3b29f72a60 [sys.catalog]: This master's current role is: LEADER
01:58:44.462 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:44.473 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive12022041163182622850/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=2b24fe90-f1d4-4db4-be52-3ea2edfd5b6b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.73.252:44711,127.29.73.254:40723,127.29.73.253:34395}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:58:44.481 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12022041163182622850/external-warehouse/table
01:58:44.583 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:44.621 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:44.624 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:44.761 [WARN - Metastore-Handler-Pool: Thread-87] (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.
01:58:44.796 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:44.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:44.796996 30281 client.h:373] Failed to connect to Hive Metastore (localhost:34545): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:44.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.801010 30286 catalog_manager.cc:1295] Loaded cluster ID: fec2d02906be4b71bf5c46a11fbafc8e
01:58:44.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.801378 30286 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0: loading cluster ID for follower catalog manager: success
01:58:44.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.805999 30286 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0: acquiring CA information for follower catalog manager: success
01:58:44.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:44.808645 30286 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0719c67cdeef4243bfa87533e69eb3d0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:58:44.952 [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=	
01:58:44.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:44.952827 30298 client.h:373] Failed to connect to Hive Metastore (localhost:34545): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:45.041 [WARN - Metastore-Handler-Pool: Thread-87] (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.
01:58:45.073 [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=	
01:58:45.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:45.073906 30324 client.h:373] Failed to connect to Hive Metastore (localhost:34545): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:45.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:45.090728 30328 catalog_manager.cc:1295] Loaded cluster ID: fec2d02906be4b71bf5c46a11fbafc8e
01:58:45.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:45.091109 30328 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e: loading cluster ID for follower catalog manager: success
01:58:45.099 [WARN - Metastore-Handler-Pool: Thread-87] (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.
01:58:45.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:45.105839 30328 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e: acquiring CA information for follower catalog manager: success
01:58:45.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:45.111081 30328 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 3cba7d81e8814b7aacfe4cb6d10e882e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:58:45.136 [WARN - Metastore-Handler-Pool: Thread-87] (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
01:58:45.315 [DEBUG - Metastore-Handler-Pool: Thread-87] (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.
01:58:45.316 [DEBUG - Metastore-Handler-Pool: Thread-87] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
01:58:45.328 [DEBUG - Metastore-Handler-Pool: Thread-87] (Connection.java:748) [peer master-127.29.73.252:44711(127.29.73.252:44711)] connecting to peer
01:58:45.336 [DEBUG - Metastore-Handler-Pool: Thread-87] (Connection.java:748) [peer master-127.29.73.254:40723(127.29.73.254:40723)] connecting to peer
01:58:45.346 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.73.252:44711(127.29.73.252:44711)] Successfully connected to peer
01:58:45.352 [DEBUG - Metastore-Handler-Pool: Thread-87] (Connection.java:748) [peer master-127.29.73.253:34395(127.29.73.253:34395)] connecting to peer
01:58:45.353 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.73.254:40723(127.29.73.254:40723)] Successfully connected to peer
01:58:45.371 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.73.253:34395(127.29.73.253:34395)] Successfully connected to peer
01:58:45.375 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.73.254
01:58:45.397 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.73.252
01:58:45.431 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.73.253
01:58:45.440 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:58:45.447 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x4e231aa4, L:/127.0.0.1:52040 - R:/127.29.73.254:40723] using SASL/PLAIN
01:58:45.448 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:58:45.458 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x831f2871, L:/127.0.0.1:49464 - R:/127.29.73.252:44711] using SASL/PLAIN
01:58:45.465 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:58:45.471 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x4b9dbbe6, L:/127.0.0.1:60740 - R:/127.29.73.253:34395] using SASL/PLAIN
01:58:45.475 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
01:58:45.496 [ERROR - Metastore-Handler-Pool: Thread-87] (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)

01:58:45.497 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:45.526 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:45.527 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:45.576 [WARN - Metastore-Handler-Pool: Thread-87] (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
01:58:45.595 [INFO - Metastore-Handler-Pool: Thread-87] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
01:58:45.596 [INFO - Metastore-Handler-Pool: Thread-87] (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=2b24fe90-f1d4-4db4-be52-3ea2edfd5b6b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.73.252:44711,127.29.73.254:40723,127.29.73.253:34395}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:58:45.599 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:45.602 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive12022041163182622850/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=2b24fe90-f1d4-4db4-be52-3ea2edfd5b6b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.73.252:44711,127.29.73.254:40723,127.29.73.253:34395}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:58:45.604 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12022041163182622850/external-warehouse/table
01:58:45.659 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:45.672 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:45.675 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:45.697 [WARN - Metastore-Handler-Pool: Thread-87] (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
01:58:45.713 [INFO - Metastore-Handler-Pool: Thread-87] (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)	
01:58:45.716 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:45.718 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive12022041163182622850/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)
01:58:45.720 [WARN - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:2452) Location: file:/tmp/hive12022041163182622850/external-warehouse/table specified for non-external table:table
01:58:45.720 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12022041163182622850/external-warehouse/table
01:58:45.741 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:45.754 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:45.755 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:45.776 [WARN - Metastore-Handler-Pool: Thread-87] (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
01:58:45.801 [ERROR - Metastore-Handler-Pool: Thread-87] (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)

01:58:45.802 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:45.804 [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=	
01:58:45.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:45.804692 30281 client.h:373] Failed to connect to Hive Metastore (localhost:34545): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:45.824 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:45.827 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:45.847 [WARN - Metastore-Handler-Pool: Thread-87] (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
01:58:45.864 [INFO - Metastore-Handler-Pool: Thread-87] (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)	
01:58:45.867 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:45.869 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive12022041163182622850/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)
01:58:45.870 [WARN - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:2452) Location: file:/tmp/hive12022041163182622850/external-warehouse/table specified for non-external table:table
01:58:45.870 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12022041163182622850/external-warehouse/table
01:58:45.901 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:45.912 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:45.913 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:45.932 [WARN - Metastore-Handler-Pool: Thread-87] (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
01:58:45.948 [ERROR - Metastore-Handler-Pool: Thread-87] (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)

01:58:45.949 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:45.954 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:45.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:45.955472 30298 client.h:373] Failed to connect to Hive Metastore (localhost:34545): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:45.964 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:45.965 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:45.982 [WARN - Metastore-Handler-Pool: Thread-87] (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
01:58:45.996 [INFO - Metastore-Handler-Pool: Thread-87] (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)	
01:58:45.998 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:45.999 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive12022041163182622850/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)
01:58:46.001 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12022041163182622850/external-warehouse/table
01:58:46.019 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:46.029 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:46.030 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:46.057 [WARN - Metastore-Handler-Pool: Thread-87] (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
01:58:46.070 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
01:58:46.070 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
01:58:46.070 [INFO - Metastore-Handler-Pool: Thread-87] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6f9344bd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2307bc8 will be shutdown
01:58:46.070 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
01:58:46.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:46.070961 29991 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 30002
01:58:46.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:46.073045 30071 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:46.076 [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=	
01:58:46.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:46.077157 30324 client.h:373] Failed to connect to Hive Metastore (localhost:34545): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:46.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:46.192786 29991 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 30002
01:58:46.219 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.73.254:40723(127.29.73.254:40723)] handling channelInactive
01:58:46.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:46.219519 29991 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 30079
01:58:46.220 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.73.254:40723(127.29.73.254:40723)] cleaning up while in state READY due to: connection closed
01:58:46.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:46.220974 30156 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:46.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:46.327576 29991 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 30079
01:58:46.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:46.352927 29991 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 30164
01:58:46.353 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.73.253:34395(127.29.73.253:34395)] handling channelInactive
01:58:46.353 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.73.253:34395(127.29.73.253:34395)] cleaning up while in state READY due to: connection closed
01:58:46.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:46.354176 30238 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:46.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:46.463485 29991 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 30164
01:58:46.490 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.73.252:44711(127.29.73.252:44711)] handling channelInactive
01:58:46.490 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.73.252:44711(127.29.73.252:44711)] cleaning up while in state READY due to: connection closed
01:58:46.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:46Z chronyd exiting
.01:58:46.623 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:46.624 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:46.624 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:46.640 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive5867797949753830436
01:58:46.641 [INFO - Thread-72] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
01:58:46.641 [INFO - Thread-72] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
01:58:46.643 [INFO - Thread-72] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:58:46.643 [INFO - Thread-72] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:58:46.643 [INFO - Thread-72] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
01:58:46.644 [INFO - Thread-72] (HikariDataSource.java:350) objectstore - Shutdown initiated...
01:58:46.645 [INFO - Thread-72] (HikariDataSource.java:352) objectstore - Shutdown completed.
01:58:46.646 [INFO - Thread-72] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
01:58:46.646 [INFO - Thread-72] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
01:58:46.647 [INFO - Thread-72] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
01:58:46.648 [INFO - Thread-72] (HikariDataSource.java:80) objectstore - Starting...
01:58:46.720 [INFO - Thread-72] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:46.721 [INFO - Thread-72] (HikariDataSource.java:82) objectstore - Start completed.
01:58:46.721 [INFO - Thread-72] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
01:58:46.723 [INFO - Thread-72] (HikariDataSource.java:80) objectstore-secondary - Starting...
01:58:46.725 [INFO - Thread-72] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:46.725 [INFO - Thread-72] (HikariDataSource.java:82) objectstore-secondary - Start completed.
01:58:46.742 [INFO - Thread-72] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
01:58:46.742 [INFO - Thread-72] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
01:58:46.742 [INFO - Thread-72] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
01:58:46.767 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:46.768 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:46.768 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:46.768 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:46.769 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:46.769 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:46.994 [INFO - Thread-72] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
01:58:46.994 [INFO - Thread-72] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2af49feb, with PersistenceManager: null will be shutdown
01:58:46.995 [INFO - Thread-72] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2af49feb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@535ffa30 created in the thread with id: 108
01:58:46.997 [WARN - Thread-72] (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
01:58:46.998 [INFO - Thread-72] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2af49feb
01:58:47.109 [INFO - Thread-72] (HMSHandler.java:595) Started creating a default database with name: default
01:58:47.134 [INFO - Thread-72] (HMSHandler.java:605) Successfully created a default database with name: default
01:58:47.161 [INFO - Thread-72] (HMSHandler.java:668) Added admin role in metastore
01:58:47.162 [INFO - Thread-72] (HMSHandler.java:677) Added public role in metastore
01:58:47.191 [INFO - Thread-72] (HMSHandler.java:717) No user is added in admin role, since config is empty
01:58:47.191 [INFO - Thread-72] (HMSHandler.java:404) HMS server filtering is disabled by configuration
01:58:47.192 [INFO - Thread-72] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
01:58:47.192 [INFO - Thread-72] (HiveMetaStore.java:697) Direct SQL optimization = true
01:58:47.193 [WARN - Thread-72] (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)
01:58:47.193 [INFO - Thread-72] (HiveMetaStore.java:632) Started the new metaserver on port [34159]...
01:58:47.193 [INFO - Thread-72] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
01:58:47.193 [INFO - Thread-72] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
01:58:47.193 [INFO - Thread-72] (HiveMetaStore.java:635) TCP keepalive = true
01:58:47.193 [INFO - Thread-72] (HiveMetaStore.java:636) Enable SSL = false
01:58:47.643 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:47.644 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:47.644 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:47.646 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
01:58:47.646 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34159]
01:58:47.646 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34159) in binary transport mode
01:58:47.647 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34159) current connections: 1
01:58:47.648 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskOcTV4R/test-tmp
01:58:47.648 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
01:58:47.648 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskOcTV4R/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
01:58:47.651 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34159"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

01:58:47.982 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:47.983 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

01:58:47.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:47.985680 30398 mini_oidc.cc:150] Starting JWKS server
01:58:47.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:47.988158 30398 webserver.cc:533] Webserver started at http://127.0.0.1:39439/ using document root <none> and password file <none>
01:58:47.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:47.988384 30398 mini_oidc.cc:186] Starting OIDC Discovery server
01:58:47.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:47.988858 30398 webserver.cc:533] Webserver started at http://127.0.0.1:37267/ using document root <none> and password file <none>
01:58:48.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:48Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
01:58:48.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:48Z Disabled control of system clock
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.021842 30398 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/wal
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/data
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/logs
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/data/info.pb
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.175.190:40947
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.175.190
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.175.148:33641
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.175.190:40947,127.29.175.189:44179,127.29.175.188:46625
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39439/jwks.json
01:58:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159 with env {}
01:58:48.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.353895 30410 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:48.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.354257 30410 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:48.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.354336 30410 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:48.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.362836 30410 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:48.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.362946 30410 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:48.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.363003 30410 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:48.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.363054 30410 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:48.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.363113 30410 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:48.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.363148 30410 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39439/jwks.json
01:58:48.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.373522 30410 master_runner.cc:387] Master server non-default flags:
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/logs
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.175.148:33641
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/data
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/wal
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.175.190:40947,127.29.175.189:44179,127.29.175.188:46625
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.175.190:40947
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39439/jwks.json
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/data/info.pb
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.175.190
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:48.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.375195 30410 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:48.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.377137 30410 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:48.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.386466 30416 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
01:58:48.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.386528 30417 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
01:58:48.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.387291 30419 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
01:58:48.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.387766 30410 server_base.cc:1061] running on GCE node
01:58:48.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.388546 30410 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:48.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.389966 30410 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:48.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.391202 30410 hybrid_clock.cc:648] HybridClock initialized: now 1786499928391174 us; error 103 us; skew 500 ppm
01:58:48.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.391630 30410 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:48.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.393919 30410 webserver.cc:533] Webserver started at http://127.29.175.190:39011/ using document root <none> and password file <none>
01:58:48.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.394634 30410 fs_manager.cc:362] Metadata directory not provided
01:58:48.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.394731 30410 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:48.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.395143 30410 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:48.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.397712 30410 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/data/instance:
01:58:48.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1b310e46262747d4898da4f460466899"
01:58:48.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:48 on dist-test-slave-5k54"
01:58:48.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.398495 30410 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/wal/instance:
01:58:48.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1b310e46262747d4898da4f460466899"
01:58:48.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:48 on dist-test-slave-5k54"
01:58:48.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.404099 30410 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
01:58:48.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.407685 30427 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.409106 30410 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.409247 30410 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/wal
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1b310e46262747d4898da4f460466899"
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:48 on dist-test-slave-5k54"
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.409447 30410 fs_report.cc:389] FS layout report
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/wal
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/wal
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/data/data
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:48.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:48.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.425104 30410 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:48.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.425974 30410 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
01:58:48.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.426312 30410 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:48.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.449402 30410 rpc_server.cc:307] RPC server started. Bound to: 127.29.175.190:40947
01:58:48.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.449434 30484 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.175.190:40947 every 8 connection(s)
01:58:48.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.451185 30410 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/data/info.pb
01:58:48.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.455559 30485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:48.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.458566 30398 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 30410
01:58:48.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.458936 30398 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-0/wal/instance
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.462040 30398 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/wal
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/data
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/logs
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/data/info.pb
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.175.189:44179
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.175.189
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.175.148:33641
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.175.190:40947,127.29.175.189:44179,127.29.175.188:46625
01:58:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39439/jwks.json
01:58:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159 with env {}
01:58:48.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.463604 30485 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } has no permanent_uuid. Determining permanent_uuid...
01:58:48.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.485494 30485 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } has no permanent_uuid. Determining permanent_uuid...
01:58:48.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.486697 30429 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.175.189:44179: connect: Connection refused (error 111)
01:58:48.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.488507 30485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.189:44179: Network error: Client connection negotiation failed: client connection to 127.29.175.189:44179: connect: Connection refused (error 111)
01:58:48.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.537942 30485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } attempt: 1
01:58:48.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.540393 30485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.189:44179: Network error: Client connection negotiation failed: client connection to 127.29.175.189:44179: connect: Connection refused (error 111)
01:58:48.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.608692 30485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } attempt: 2
01:58:48.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.610879 30485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.189:44179: Network error: Client connection negotiation failed: client connection to 127.29.175.189:44179: connect: Connection refused (error 111)
01:58:48.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.702212 30485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } attempt: 3
01:58:48.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.704689 30485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.189:44179: Network error: Client connection negotiation failed: client connection to 127.29.175.189:44179: connect: Connection refused (error 111)
01:58:48.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.818248 30487 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:48.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.818576 30487 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:48.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.818652 30487 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:48.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.827167 30487 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:48.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.827263 30487 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:48.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.827324 30487 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:48.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.827364 30487 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:48.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.827417 30487 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:48.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.827469 30487 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39439/jwks.json
01:58:48.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.837517 30487 master_runner.cc:387] Master server non-default flags:
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/logs
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.175.148:33641
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/data
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/wal
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.175.190:40947,127.29.175.189:44179,127.29.175.188:46625
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.175.189:44179
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39439/jwks.json
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/data/info.pb
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.175.189
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:48.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:48.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:48.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.839663 30487 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:48.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.842154 30487 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:48.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.848019 30485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } attempt: 4
01:58:48.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.850625 30485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.189:44179: Network error: Client connection negotiation failed: client connection to 127.29.175.189:44179: connect: Connection refused (error 111)
01:58:48.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.852506 30496 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
01:58:48.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.853231 30497 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
01:58:48.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.853536 30499 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
01:58:48.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.854542 30487 server_base.cc:1061] running on GCE node
01:58:48.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.855342 30487 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:48.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.856794 30487 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:48.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.858040 30487 hybrid_clock.cc:648] HybridClock initialized: now 1786499928857978 us; error 49 us; skew 500 ppm
01:58:48.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.858438 30487 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:48.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.861115 30487 webserver.cc:533] Webserver started at http://127.29.175.189:40689/ using document root <none> and password file <none>
01:58:48.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.862164 30487 fs_manager.cc:362] Metadata directory not provided
01:58:48.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.862289 30487 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:48.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.862709 30487 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:48.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.865665 30487 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/data/instance:
01:58:48.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f279e3c37ecd4097a137d0857d74eccb"
01:58:48.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:48 on dist-test-slave-5k54"
01:58:48.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.866469 30487 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/wal/instance:
01:58:48.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f279e3c37ecd4097a137d0857d74eccb"
01:58:48.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:48 on dist-test-slave-5k54"
01:58:48.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.872896 30487 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
01:58:48.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.877785 30507 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:48.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.879357 30487 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.000s
01:58:48.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.879601 30487 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/wal
01:58:48.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f279e3c37ecd4097a137d0857d74eccb"
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:48 on dist-test-slave-5k54"
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.879802 30487 fs_report.cc:389] FS layout report
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/wal
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/wal
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/data/data
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:48.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.901650 30487 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:48.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.902463 30487 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
01:58:48.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.902690 30487 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:48.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.923804 30487 rpc_server.cc:307] RPC server started. Bound to: 127.29.175.189:44179
01:58:48.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.923810 30562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.175.189:44179 every 8 connection(s)
01:58:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.925252 30487 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/data/info.pb
01:58:48.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.929396 30563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.934819 30398 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 30487
01:58:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.935000 30398 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-1/wal/instance
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.935266 30563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } has no permanent_uuid. Determining permanent_uuid...
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.936390 30398 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/wal
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/data
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/logs
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/data/info.pb
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.175.188:46625
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.175.188
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.175.148:33641
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.175.190:40947,127.29.175.189:44179,127.29.175.188:46625
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39439/jwks.json
01:58:48.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159 with env {}
01:58:48.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.949980 30563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } has no permanent_uuid. Determining permanent_uuid...
01:58:48.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:48.960522 30563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } has no permanent_uuid. Determining permanent_uuid...
01:58:48.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.961520 30508 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.175.188:46625: connect: Connection refused (error 111)
01:58:48.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:48.963151 30563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.188:46625: Network error: Client connection negotiation failed: client connection to 127.29.175.188:46625: connect: Connection refused (error 111)
01:58:49.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.012461 30563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } attempt: 1
01:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.014614 30563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.188:46625: Network error: Client connection negotiation failed: client connection to 127.29.175.188:46625: connect: Connection refused (error 111)
01:58:49.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.082830 30563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } attempt: 2
01:58:49.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.085072 30563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.188:46625: Network error: Client connection negotiation failed: client connection to 127.29.175.188:46625: connect: Connection refused (error 111)
01:58:49.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.149943 30485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } attempt: 5
01:58:49.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.157285 30485 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } has no permanent_uuid. Determining permanent_uuid...
01:58:49.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.159404 30485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.188:46625: Network error: Client connection negotiation failed: client connection to 127.29.175.188:46625: connect: Connection refused (error 111)
01:58:49.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.176323 30563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } attempt: 3
01:58:49.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.178537 30563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.188:46625: Network error: Client connection negotiation failed: client connection to 127.29.175.188:46625: connect: Connection refused (error 111)
01:58:49.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.210675 30485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } attempt: 1
01:58:49.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.212975 30485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.188:46625: Network error: Client connection negotiation failed: client connection to 127.29.175.188:46625: connect: Connection refused (error 111)
01:58:49.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.281248 30485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } attempt: 2
01:58:49.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.283403 30485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.188:46625: Network error: Client connection negotiation failed: client connection to 127.29.175.188:46625: connect: Connection refused (error 111)
01:58:49.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.288341 30565 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:49.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.288693 30565 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:49.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.288789 30565 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.296994 30565 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.297066 30565 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.297122 30565 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.297161 30565 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.297214 30565 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.297247 30565 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39439/jwks.json
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.307044 30565 master_runner.cc:387] Master server non-default flags:
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/logs
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.175.148:33641
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/data
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/wal
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34159
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.175.190:40947,127.29.175.189:44179,127.29.175.188:46625
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.175.188:46625
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39439/jwks.json
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/data/info.pb
01:58:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.175.188
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:49.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.308648 30565 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:49.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.310441 30565 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:49.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.318974 30575 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
01:58:49.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.319777 30574 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
01:58:49.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.319974 30577 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
01:58:49.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.320348 30565 server_base.cc:1061] running on GCE node
01:58:49.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.321188 30565 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:49.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.321766 30563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } attempt: 4
01:58:49.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.322858 30565 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:49.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.323918 30563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.175.188:46625: Network error: Client connection negotiation failed: client connection to 127.29.175.188:46625: connect: Connection refused (error 111)
01:58:49.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.324074 30565 hybrid_clock.cc:648] HybridClock initialized: now 1786499929324019 us; error 50 us; skew 500 ppm
01:58:49.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.324378 30565 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:49.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.326555 30565 webserver.cc:533] Webserver started at http://127.29.175.188:37081/ using document root <none> and password file <none>
01:58:49.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.327256 30565 fs_manager.cc:362] Metadata directory not provided
01:58:49.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.327346 30565 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:49.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.327750 30565 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:49.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.330178 30565 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/data/instance:
01:58:49.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e27cf80e029146398ad330625ef0ec52"
01:58:49.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:49 on dist-test-slave-5k54"
01:58:49.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.330936 30565 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/wal/instance:
01:58:49.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e27cf80e029146398ad330625ef0ec52"
01:58:49.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:49 on dist-test-slave-5k54"
01:58:49.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.336273 30565 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
01:58:49.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.339699 30587 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.340975 30565 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.341180 30565 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/wal
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e27cf80e029146398ad330625ef0ec52"
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:49 on dist-test-slave-5k54"
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.341427 30565 fs_report.cc:389] FS layout report
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/wal
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/wal
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/data/data
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:49.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:49.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:49.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:49.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:49.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:49.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:49.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:49.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:49.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:49.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.353369 30565 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:49.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.354225 30565 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
01:58:49.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.354566 30565 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:49.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.375281 30565 rpc_server.cc:307] RPC server started. Bound to: 127.29.175.188:46625
01:58:49.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.375300 30644 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.175.188:46625 every 8 connection(s)
01:58:49.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.376894 30565 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/data/info.pb
01:58:49.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.381158 30645 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:49.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.386796 30398 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 30565
01:58:49.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.386969 30398 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster7872029075605703950/master-2/wal/instance
01:58:49.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.387145 30645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } has no permanent_uuid. Determining permanent_uuid...
01:58:49.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.389727 30485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } attempt: 3
01:58:49.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.404181 30645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } has no permanent_uuid. Determining permanent_uuid...
01:58:49.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.409936 30485 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899: Bootstrap starting.
01:58:49.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.413074 30645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } has no permanent_uuid. Determining permanent_uuid...
01:58:49.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.414054 30485 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899: Neither blocks nor log segments found. Creating new log.
01:58:49.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.415756 30485 log.cc:826] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899: Log is configured to *not* fsync() on all Append() calls
01:58:49.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.419723 30485 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899: No bootstrap required, opened a new log
01:58:49.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.425143 30645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52: Bootstrap starting.
01:58:49.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.427171 30485 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } }
01:58:49.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.427522 30398 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
01:58:49.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.429041 30645 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52: Neither blocks nor log segments found. Creating new log.
01:58:49.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.430148 30645 log.cc:826] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52: Log is configured to *not* fsync() on all Append() calls
01:58:49.430 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:49.430 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

01:58:49.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.432519 30485 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:49.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.432883 30485 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b310e46262747d4898da4f460466899, State: Initialized, Role: FOLLOWER
01:58:49.432 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.175.190"
      port: 40947
    }
    bound_http_address {
      host: "127.29.175.190"
      port: 39011
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.175.189"
      port: 44179
    }
    bound_http_address {
      host: "127.29.175.189"
      port: 40689
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.175.188"
      port: 46625
    }
    bound_http_address {
      host: "127.29.175.188"
      port: 37081
    }
  }
}

01:58:49.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.434047 30645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52: No bootstrap required, opened a new log
01:58:49.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.433876 30485 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [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: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } }
01:58:49.434 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

01:58:49.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.435009 30654 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [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: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:49.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.435607 30654 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [sys.catalog]: This master's current role is: FOLLOWER
01:58:49.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.436403 30485 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [sys.catalog]: configured and running, proceeding with master startup.
01:58:49.439 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:49.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.440281 30645 raft_consensus.cc:359] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } }
01:58:49.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.440791 30645 raft_consensus.cc:385] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:49.440 [INFO - Metastore-Handler-Pool: Thread-129] (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)	
01:58:49.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.441066 30645 raft_consensus.cc:740] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e27cf80e029146398ad330625ef0ec52, State: Initialized, Role: FOLLOWER
01:58:49.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.441972 30645 consensus_queue.cc:260] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [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: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } }
01:58:49.443 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:58:49.443 [INFO - Metastore-Handler-Pool: Thread-129] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:58:49.448 [INFO - Metastore-Handler-Pool: Thread-129] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54d82761, with PersistenceManager: null will be shutdown
01:58:49.449 [INFO - Metastore-Handler-Pool: Thread-129] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54d82761, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@59753d14 created in the thread with id: 129
01:58:49.455 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54d82761
01:58:49.457 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:49.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.458496 30667 client.h:373] Failed to connect to Hive Metastore (localhost:34159): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:49.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.468966 30671 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
01:58:49.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.470408 30660 sys_catalog.cc:455] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [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: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:49.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.471387 30660 sys_catalog.cc:458] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [sys.catalog]: This master's current role is: FOLLOWER
01:58:49.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.472018 30645 sys_catalog.cc:565] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [sys.catalog]: configured and running, proceeding with master startup.
01:58:49.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.474488 30410 master_runner.cc:187] Error getting master registration for 127.29.175.189:44179: OK, instance_id { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" instance_seqno: 1786499928918203 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:58:49.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.480032 30410 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:58:49.488 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:49.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.489089 30685 client.h:373] Failed to connect to Hive Metastore (localhost:34159): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:49.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.493696 30688 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
01:58:49.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.494024 30688 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
01:58:49.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.492442 30565 master_runner.cc:187] Error getting master registration for 127.29.175.189:44179: OK, instance_id { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" instance_seqno: 1786499928918203 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:58:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.498970 30565 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:58:49.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.606752 30594 tablet.cc:2406] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:58:49.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.623134 30563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } attempt: 5
01:58:49.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.639921 30563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb: Bootstrap starting.
01:58:49.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.644822 30563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb: Neither blocks nor log segments found. Creating new log.
01:58:49.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.651569 30563 log.cc:826] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb: Log is configured to *not* fsync() on all Append() calls
01:58:49.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.661707 30563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb: No bootstrap required, opened a new log
01:58:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.670202 30563 raft_consensus.cc:359] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } }
01:58:49.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.670912 30563 raft_consensus.cc:385] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:49.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.671247 30563 raft_consensus.cc:740] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f279e3c37ecd4097a137d0857d74eccb, State: Initialized, Role: FOLLOWER
01:58:49.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.672467 30563 consensus_queue.cc:260] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [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: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } }
01:58:49.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.679486 30433 tablet.cc:2406] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:58:49.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.681602 30563 sys_catalog.cc:565] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [sys.catalog]: configured and running, proceeding with master startup.
01:58:49.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.683846 30694 sys_catalog.cc:455] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [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: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:49.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.684587 30694 sys_catalog.cc:458] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [sys.catalog]: This master's current role is: FOLLOWER
01:58:49.749 [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=	
01:58:49.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.749979 30708 client.h:373] Failed to connect to Hive Metastore (localhost:34159): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:49.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.755703 30711 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
01:58:49.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.756039 30711 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
01:58:49.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.758543 30487 master_runner.cc:264] No leader master found from master f279e3c37ecd4097a137d0857d74eccb
01:58:49.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.758677 30487 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:58:49.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.843942 30694 raft_consensus.cc:493] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
01:58:49.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.844237 30694 raft_consensus.cc:515] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } }
01:58:49.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.846163 30694 leader_election.cc:290] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1b310e46262747d4898da4f460466899 (127.29.175.190:40947), e27cf80e029146398ad330625ef0ec52 (127.29.175.188:46625)
01:58:49.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.847898 30620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f279e3c37ecd4097a137d0857d74eccb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e27cf80e029146398ad330625ef0ec52" is_pre_election: true
01:58:49.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.848495 30620 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f279e3c37ecd4097a137d0857d74eccb in term 0.
01:58:49.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.849715 30456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f279e3c37ecd4097a137d0857d74eccb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b310e46262747d4898da4f460466899" is_pre_election: true
01:58:49.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.850227 30456 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f279e3c37ecd4097a137d0857d74eccb in term 0.
01:58:49.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.851063 30508 leader_election.cc:304] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [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: e27cf80e029146398ad330625ef0ec52, f279e3c37ecd4097a137d0857d74eccb; no voters: 
01:58:49.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.852417 30694 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 0 FOLLOWER]: Leader pre-election won for term 1
01:58:49.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.852586 30694 raft_consensus.cc:493] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
01:58:49.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.852669 30694 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 0 FOLLOWER]: Advancing to term 1
01:58:49.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.856226 30694 raft_consensus.cc:515] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } }
01:58:49.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.857589 30456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f279e3c37ecd4097a137d0857d74eccb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1b310e46262747d4898da4f460466899"
01:58:49.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.857800 30456 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [term 0 FOLLOWER]: Advancing to term 1
01:58:49.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.861281 30456 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f279e3c37ecd4097a137d0857d74eccb in term 1.
01:58:49.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.862015 30511 leader_election.cc:304] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [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: 1b310e46262747d4898da4f460466899, f279e3c37ecd4097a137d0857d74eccb; no voters: 
01:58:49.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.863840 30714 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 1 FOLLOWER]: Leader election won for term 1
01:58:49.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.864583 30620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f279e3c37ecd4097a137d0857d74eccb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e27cf80e029146398ad330625ef0ec52"
01:58:49.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.864837 30620 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [term 0 FOLLOWER]: Advancing to term 1
01:58:49.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.868310 30620 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f279e3c37ecd4097a137d0857d74eccb in term 1.
01:58:49.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.869375 30694 leader_election.cc:290] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [CANDIDATE]: Term 1 election: Requested vote from peers 1b310e46262747d4898da4f460466899 (127.29.175.190:40947), e27cf80e029146398ad330625ef0ec52 (127.29.175.188:46625)
01:58:49.876 [WARN - Metastore-Handler-Pool: Thread-129] (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.
01:58:49.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.877321 30714 raft_consensus.cc:697] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [term 1 LEADER]: Becoming Leader. State: Replica: f279e3c37ecd4097a137d0857d74eccb, State: Running, Role: LEADER
01:58:49.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.878130 30714 consensus_queue.cc:237] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [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: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } }
01:58:49.889 [WARN - Metastore-Handler-Pool: Thread-129] (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.
01:58:49.889 [WARN - Metastore-Handler-Pool: Thread-129] (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.
01:58:49.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.893664 30694 sys_catalog.cc:455] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [sys.catalog]: SysCatalogTable state changed. Reason: New leader f279e3c37ecd4097a137d0857d74eccb. Latest consensus state: current_term: 1 leader_uuid: "f279e3c37ecd4097a137d0857d74eccb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:49.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.893966 30694 sys_catalog.cc:458] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [sys.catalog]: This master's current role is: LEADER
01:58:49.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.904141 30718 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
01:58:49.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:49.905294 30513 tablet.cc:2406] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:58:49.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.908056 30718 catalog_manager.cc:1520] Initializing Kudu cluster ID...
01:58:49.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.938127 30620 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [term 1 FOLLOWER]: Refusing update from remote peer f279e3c37ecd4097a137d0857d74eccb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:58:49.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.940038 30714 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [LEADER]: Connected to new peer: Peer: permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:58:49.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.941380 30456 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [term 1 FOLLOWER]: Refusing update from remote peer f279e3c37ecd4097a137d0857d74eccb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:58:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.942523 30714 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [LEADER]: Connected to new peer: Peer: permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:58:49.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.980885 30720 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f279e3c37ecd4097a137d0857d74eccb. Latest consensus state: current_term: 1 leader_uuid: "f279e3c37ecd4097a137d0857d74eccb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:49.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.981168 30720 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [sys.catalog]: This master's current role is: FOLLOWER
01:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.996567 30660 sys_catalog.cc:455] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f279e3c37ecd4097a137d0857d74eccb. Latest consensus state: current_term: 1 leader_uuid: "f279e3c37ecd4097a137d0857d74eccb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:49.996870 30660 sys_catalog.cc:458] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [sys.catalog]: This master's current role is: FOLLOWER
01:58:50.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.005836 30722 mvcc.cc:204] Tried to move back new op lower bound from 7317503713011052544 to 7317503712787779584. Current Snapshot: MvccSnapshot[applied={T|T < 7317503713011052544}]
01:58:50.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.011843 30720 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f279e3c37ecd4097a137d0857d74eccb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:50.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.012102 30720 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899 [sys.catalog]: This master's current role is: FOLLOWER
01:58:50.019 [INFO - Metastore-Handler-Pool: Thread-129] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
01:58:50.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.022796 30716 sys_catalog.cc:455] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f279e3c37ecd4097a137d0857d74eccb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:50.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.023151 30716 sys_catalog.cc:458] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [sys.catalog]: This master's current role is: LEADER
01:58:50.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.023523 30716 sys_catalog.cc:455] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f279e3c37ecd4097a137d0857d74eccb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:50.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.023721 30716 sys_catalog.cc:458] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb [sys.catalog]: This master's current role is: LEADER
01:58:50.024 [INFO - Metastore-Handler-Pool: Thread-129] (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/hive5867797949753830436/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)
01:58:50.026 [INFO - Metastore-Handler-Pool: Thread-129] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5867797949753830436/external-warehouse/legacy_table
01:58:50.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.027693 30718 catalog_manager.cc:1383] Generated new cluster ID: e083dd3ac334410798dd51af33f8d6a6
01:58:50.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.027803 30718 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
01:58:50.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.044128 30660 sys_catalog.cc:455] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f279e3c37ecd4097a137d0857d74eccb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1b310e46262747d4898da4f460466899" member_type: VOTER last_known_addr { host: "127.29.175.190" port: 40947 } } peers { permanent_uuid: "f279e3c37ecd4097a137d0857d74eccb" member_type: VOTER last_known_addr { host: "127.29.175.189" port: 44179 } } peers { permanent_uuid: "e27cf80e029146398ad330625ef0ec52" member_type: VOTER last_known_addr { host: "127.29.175.188" port: 46625 } } }
01:58:50.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.044412 30660 sys_catalog.cc:458] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52 [sys.catalog]: This master's current role is: FOLLOWER
01:58:50.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.055370 30718 catalog_manager.cc:1406] Generated new certificate authority record
01:58:50.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.057529 30718 catalog_manager.cc:1540] Loading token signing keys...
01:58:50.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.097790 30718 catalog_manager.cc:6092] T 00000000000000000000000000000000 P f279e3c37ecd4097a137d0857d74eccb: Generated new TSK 0
01:58:50.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.099372 30718 catalog_manager.cc:1550] Initializing in-progress tserver states...
01:58:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.101156 30718 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
01:58:50.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.103137 30718 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
01:58:50.222 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
01:58:50.255 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:50.264 [INFO - Metastore-Handler-Pool: Thread-129] (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	
01:58:50.279 [INFO - Metastore-Handler-Pool: Thread-129] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
01:58:50.343 [INFO - Metastore-Handler-Pool: Thread-129] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
01:58:50.343 [INFO - Metastore-Handler-Pool: Thread-129] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
01:58:50.467 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:50.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:50.467628 30667 client.h:373] Failed to connect to Hive Metastore (localhost:34159): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:50.468 [INFO - Metastore-Handler-Pool: Thread-129] (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	
01:58:50.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.487478 30671 catalog_manager.cc:1295] Loaded cluster ID: e083dd3ac334410798dd51af33f8d6a6
01:58:50.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.493497 30671 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899: loading cluster ID for follower catalog manager: success
01:58:50.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.496753 30688 catalog_manager.cc:1295] Loaded cluster ID: e083dd3ac334410798dd51af33f8d6a6
01:58:50.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.496898 30688 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52: loading cluster ID for follower catalog manager: success
01:58:50.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.500089 30671 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899: acquiring CA information for follower catalog manager: success
01:58:50.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.500840 30688 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52: acquiring CA information for follower catalog manager: success
01:58:50.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.502874 30671 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1b310e46262747d4898da4f460466899: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:58:50.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:50.503846 30688 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e27cf80e029146398ad330625ef0ec52: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:58:50.516 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:50.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:50.516822 30685 client.h:373] Failed to connect to Hive Metastore (localhost:34159): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:50.518 [INFO - Metastore-Handler-Pool: Thread-129] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
01:58:50.586 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
01:58:50.602 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:50.604 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
01:58:50.760 [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=	
01:58:50.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:50.767976 30708 client.h:373] Failed to connect to Hive Metastore (localhost:34159): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:50.782 [WARN - Metastore-Handler-Pool: Thread-129] (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.
01:58:50.983 [WARN - Metastore-Handler-Pool: Thread-129] (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.
01:58:51.048 [WARN - Metastore-Handler-Pool: Thread-129] (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.
01:58:51.220 [INFO - Metastore-Handler-Pool: Thread-129] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
01:58:51.221 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
01:58:51.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:51.222247 30398 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 30410
01:58:51.224 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
01:58:51.224 [INFO - Metastore-Handler-Pool: Thread-129] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54d82761, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@59753d14 will be shutdown
01:58:51.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:51.224303 30479 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:51.224 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
01:58:51.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:51.379901 30398 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 30410
01:58:51.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:51.407389 30398 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 30487
01:58:51.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:51.408609 30558 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:51.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:51.519313 30398 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 30487
01:58:51.519 [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=	
01:58:51.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:51.520387 30685 client.h:373] Failed to connect to Hive Metastore (localhost:34159): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:51.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:51.543802 30398 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 30565
01:58:51.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:51.545030 30640 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:51.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:51.652710 30398 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 30565
01:58:51.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:51Z chronyd exiting
.01:58:51.811 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:51.811 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:51.811 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:51.827 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8721995880970323640
01:58:51.828 [INFO - Thread-97] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
01:58:51.828 [INFO - Thread-97] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
01:58:51.830 [INFO - Thread-97] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:58:51.830 [INFO - Thread-97] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:58:51.830 [INFO - Thread-97] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
01:58:51.831 [INFO - Thread-97] (HikariDataSource.java:350) objectstore - Shutdown initiated...
01:58:51.832 [INFO - Thread-97] (HikariDataSource.java:352) objectstore - Shutdown completed.
01:58:51.833 [INFO - Thread-97] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
01:58:51.833 [INFO - Thread-97] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
01:58:51.833 [INFO - Thread-97] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
01:58:51.835 [INFO - Thread-97] (HikariDataSource.java:80) objectstore - Starting...
01:58:51.907 [INFO - Thread-97] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:51.908 [INFO - Thread-97] (HikariDataSource.java:82) objectstore - Start completed.
01:58:51.908 [INFO - Thread-97] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
01:58:51.910 [INFO - Thread-97] (HikariDataSource.java:80) objectstore-secondary - Starting...
01:58:51.912 [INFO - Thread-97] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:51.913 [INFO - Thread-97] (HikariDataSource.java:82) objectstore-secondary - Start completed.
01:58:51.926 [INFO - Thread-97] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
01:58:51.926 [INFO - Thread-97] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
01:58:51.926 [INFO - Thread-97] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
01:58:51.949 [WARN - Thread-97] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:51.950 [WARN - Thread-97] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:51.950 [WARN - Thread-97] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:51.950 [WARN - Thread-97] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:51.951 [WARN - Thread-97] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:51.951 [WARN - Thread-97] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:52.118 [INFO - Thread-97] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
01:58:52.119 [INFO - Thread-97] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@569e1c3f, with PersistenceManager: null will be shutdown
01:58:52.119 [INFO - Thread-97] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@569e1c3f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@ecd3f92 created in the thread with id: 140
01:58:52.121 [WARN - Thread-97] (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
01:58:52.122 [INFO - Thread-97] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@569e1c3f
01:58:52.225 [INFO - Thread-97] (HMSHandler.java:595) Started creating a default database with name: default
01:58:52.243 [INFO - Thread-97] (HMSHandler.java:605) Successfully created a default database with name: default
01:58:52.268 [INFO - Thread-97] (HMSHandler.java:668) Added admin role in metastore
01:58:52.269 [INFO - Thread-97] (HMSHandler.java:677) Added public role in metastore
01:58:52.297 [INFO - Thread-97] (HMSHandler.java:717) No user is added in admin role, since config is empty
01:58:52.297 [INFO - Thread-97] (HMSHandler.java:404) HMS server filtering is disabled by configuration
01:58:52.298 [INFO - Thread-97] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
01:58:52.298 [INFO - Thread-97] (HiveMetaStore.java:697) Direct SQL optimization = true
01:58:52.299 [WARN - Thread-97] (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)
01:58:52.299 [INFO - Thread-97] (HiveMetaStore.java:632) Started the new metaserver on port [36733]...
01:58:52.299 [INFO - Thread-97] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
01:58:52.299 [INFO - Thread-97] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
01:58:52.299 [INFO - Thread-97] (HiveMetaStore.java:635) TCP keepalive = true
01:58:52.299 [INFO - Thread-97] (HiveMetaStore.java:636) Enable SSL = false
01:58:52.830 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:52.830 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:52.831 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:52.832 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
01:58:52.832 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36733]
01:58:52.832 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36733) in binary transport mode
01:58:52.833 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36733) current connections: 1
01:58:52.834 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskOcTV4R/test-tmp
01:58:52.835 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
01:58:52.835 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskOcTV4R/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
01:58:52.838 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36733"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

01:58:53.171 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:53.172 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

01:58:53.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.174453 30778 mini_oidc.cc:150] Starting JWKS server
01:58:53.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.177088 30778 webserver.cc:533] Webserver started at http://127.0.0.1:44177/ using document root <none> and password file <none>
01:58:53.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.177389 30778 mini_oidc.cc:186] Starting OIDC Discovery server
01:58:53.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.177986 30778 webserver.cc:533] Webserver started at http://127.0.0.1:32877/ using document root <none> and password file <none>
01:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:53Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
01:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:53Z Disabled control of system clock
01:58:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.210443 30778 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/wal
01:58:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/data
01:58:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/logs
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/data/info.pb
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.14.190:41125
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.14.190
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.14.148:42687
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.14.190:41125,127.30.14.189:34089,127.30.14.188:40091
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44177/jwks.json
01:58:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36733 with env {}
01:58:53.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.588853 30790 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:53.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.589176 30790 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:53.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.589254 30790 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:53.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.597649 30790 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:53.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.597729 30790 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:53.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.597784 30790 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:53.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.597824 30790 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:53.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.597883 30790 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:53.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.597918 30790 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44177/jwks.json
01:58:53.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.608448 30790 master_runner.cc:387] Master server non-default flags:
01:58:53.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/logs
01:58:53.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:53.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:53.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:53.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.14.148:42687
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/data
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/wal
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36733
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.14.190:41125,127.30.14.189:34089,127.30.14.188:40091
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.14.190:41125
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44177/jwks.json
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/data/info.pb
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.14.190
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:53.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.610044 30790 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:53.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.611780 30790 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.620059 30797 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
01:58:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.620071 30796 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
01:58:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.620415 30799 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
01:58:53.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.621914 30790 server_base.cc:1061] running on GCE node
01:58:53.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.622596 30790 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.624032 30790 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.625283 30790 hybrid_clock.cc:648] HybridClock initialized: now 1786499933625263 us; error 83 us; skew 500 ppm
01:58:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.625687 30790 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:53.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.628121 30790 webserver.cc:533] Webserver started at http://127.30.14.190:36143/ using document root <none> and password file <none>
01:58:53.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.628907 30790 fs_manager.cc:362] Metadata directory not provided
01:58:53.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.629045 30790 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:53.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.629451 30790 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:53.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.631991 30790 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/data/instance:
01:58:53.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c24810cdcbc24ad9bdd90d1bc2005c31"
01:58:53.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:53 on dist-test-slave-5k54"
01:58:53.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.632880 30790 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/wal/instance:
01:58:53.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c24810cdcbc24ad9bdd90d1bc2005c31"
01:58:53.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:53 on dist-test-slave-5k54"
01:58:53.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.638338 30790 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.004s
01:58:53.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.641765 30807 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:53.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.643250 30790 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
01:58:53.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.643481 30790 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/wal
01:58:53.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c24810cdcbc24ad9bdd90d1bc2005c31"
01:58:53.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:53 on dist-test-slave-5k54"
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.643751 30790 fs_report.cc:389] FS layout report
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/wal
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/wal
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/data/data
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:53.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.661100 30790 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:53.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.662295 30790 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
01:58:53.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.662643 30790 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.686611 30790 rpc_server.cc:307] RPC server started. Bound to: 127.30.14.190:41125
01:58:53.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.686630 30865 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.14.190:41125 every 8 connection(s)
01:58:53.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.688462 30790 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/data/info.pb
01:58:53.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.693222 30866 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:53.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.698650 30778 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 30790
01:58:53.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.698990 30778 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-0/wal/instance
01:58:53.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.699357 30866 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } has no permanent_uuid. Determining permanent_uuid...
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.701905 30778 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/wal
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/data
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/logs
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/data/info.pb
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.14.189:34089
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.14.189
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.14.148:42687
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.14.190:41125,127.30.14.189:34089,127.30.14.188:40091
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44177/jwks.json
01:58:53.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36733 with env {}
01:58:53.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.721386 30866 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } has no permanent_uuid. Determining permanent_uuid...
01:58:53.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.722630 30812 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.14.189:34089: connect: Connection refused (error 111)
01:58:53.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.724409 30866 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.189:34089: Network error: Client connection negotiation failed: client connection to 127.30.14.189:34089: connect: Connection refused (error 111)
01:58:53.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.773782 30866 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } attempt: 1
01:58:53.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.776196 30866 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.189:34089: Network error: Client connection negotiation failed: client connection to 127.30.14.189:34089: connect: Connection refused (error 111)
01:58:53.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.844483 30866 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } attempt: 2
01:58:53.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.846719 30866 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.189:34089: Network error: Client connection negotiation failed: client connection to 127.30.14.189:34089: connect: Connection refused (error 111)
01:58:53.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:53.938031 30866 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } attempt: 3
01:58:53.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:53.940446 30866 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.189:34089: Network error: Client connection negotiation failed: client connection to 127.30.14.189:34089: connect: Connection refused (error 111)
01:58:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.046180 30871 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.046484 30871 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.046562 30871 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:54.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.054930 30871 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:54.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.055016 30871 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:54.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.055071 30871 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:54.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.055110 30871 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:54.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.055161 30871 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:54.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.055194 30871 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44177/jwks.json
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.064966 30871 master_runner.cc:387] Master server non-default flags:
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/logs
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.14.148:42687
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/data
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/wal
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36733
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.14.190:41125,127.30.14.189:34089,127.30.14.188:40091
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.14.189:34089
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44177/jwks.json
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/data/info.pb
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.14.189
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:54.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.066597 30871 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:54.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.068486 30871 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:54.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.076588 30878 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
01:58:54.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.076651 30877 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
01:58:54.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.077921 30880 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
01:58:54.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.078258 30871 server_base.cc:1061] running on GCE node
01:58:54.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.078979 30871 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:54.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.080446 30871 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:54.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.081698 30871 hybrid_clock.cc:648] HybridClock initialized: now 1786499934081627 us; error 44 us; skew 500 ppm
01:58:54.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.082017 30871 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:54.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.083690 30866 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } attempt: 4
01:58:54.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.084259 30871 webserver.cc:533] Webserver started at http://127.30.14.189:44103/ using document root <none> and password file <none>
01:58:54.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.085215 30871 fs_manager.cc:362] Metadata directory not provided
01:58:54.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.085381 30871 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.085848 30871 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.085951 30866 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.189:34089: Network error: Client connection negotiation failed: client connection to 127.30.14.189:34089: connect: Connection refused (error 111)
01:58:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.088279 30871 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/data/instance:
01:58:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "99c56967f7b84ec78f0e95593fd5d7f8"
01:58:54.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:54 on dist-test-slave-5k54"
01:58:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.089046 30871 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/wal/instance:
01:58:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "99c56967f7b84ec78f0e95593fd5d7f8"
01:58:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:54 on dist-test-slave-5k54"
01:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.094372 30871 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
01:58:54.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.097805 30886 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.099085 30871 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.099224 30871 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/wal
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "99c56967f7b84ec78f0e95593fd5d7f8"
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:54 on dist-test-slave-5k54"
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.099469 30871 fs_report.cc:389] FS layout report
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/wal
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/wal
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/data/data
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:54.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:54.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.133015 30871 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:54.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.133929 30871 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
01:58:54.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.134164 30871 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:54.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.156059 30871 rpc_server.cc:307] RPC server started. Bound to: 127.30.14.189:34089
01:58:54.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.156078 30949 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.14.189:34089 every 8 connection(s)
01:58:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.157552 30871 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/data/info.pb
01:58:54.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.161794 30950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:54.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.162325 30778 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 30871
01:58:54.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.162474 30778 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-1/wal/instance
01:58:54.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.163782 30778 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/wal
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/data
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/logs
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/data/info.pb
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.14.188:40091
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.14.188
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.14.148:42687
01:58:54.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:54.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:54.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:54.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:54.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.14.190:41125,127.30.14.189:34089,127.30.14.188:40091
01:58:54.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:54.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44177/jwks.json
01:58:54.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36733 with env {}
01:58:54.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.168494 30950 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } has no permanent_uuid. Determining permanent_uuid...
01:58:54.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.184185 30950 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } has no permanent_uuid. Determining permanent_uuid...
01:58:54.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.193239 30950 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } has no permanent_uuid. Determining permanent_uuid...
01:58:54.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.194424 30888 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.14.188:40091: connect: Connection refused (error 111)
01:58:54.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.196457 30950 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.188:40091: Network error: Client connection negotiation failed: client connection to 127.30.14.188:40091: connect: Connection refused (error 111)
01:58:54.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.245816 30950 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } attempt: 1
01:58:54.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.248108 30950 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.188:40091: Network error: Client connection negotiation failed: client connection to 127.30.14.188:40091: connect: Connection refused (error 111)
01:58:54.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.316385 30950 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } attempt: 2
01:58:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.318710 30950 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.188:40091: Network error: Client connection negotiation failed: client connection to 127.30.14.188:40091: connect: Connection refused (error 111)
01:58:54.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.385210 30866 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } attempt: 5
01:58:54.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.392306 30866 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } has no permanent_uuid. Determining permanent_uuid...
01:58:54.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.394604 30866 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.188:40091: Network error: Client connection negotiation failed: client connection to 127.30.14.188:40091: connect: Connection refused (error 111)
01:58:54.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.409991 30950 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } attempt: 3
01:58:54.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.412285 30950 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.188:40091: Network error: Client connection negotiation failed: client connection to 127.30.14.188:40091: connect: Connection refused (error 111)
01:58:54.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.445837 30866 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } attempt: 1
01:58:54.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.448151 30866 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.188:40091: Network error: Client connection negotiation failed: client connection to 127.30.14.188:40091: connect: Connection refused (error 111)
01:58:54.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.513125 30951 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:54.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.513469 30951 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:54.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.513550 30951 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:54.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.516382 30866 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } attempt: 2
01:58:54.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.518466 30866 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.188:40091: Network error: Client connection negotiation failed: client connection to 127.30.14.188:40091: connect: Connection refused (error 111)
01:58:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.522450 30951 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.522531 30951 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.522588 30951 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.522629 30951 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.522684 30951 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.522718 30951 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44177/jwks.json
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.532940 30951 master_runner.cc:387] Master server non-default flags:
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/logs
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.14.148:42687
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/data
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/wal
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36733
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.14.190:41125,127.30.14.189:34089,127.30.14.188:40091
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.14.188:40091
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44177/jwks.json
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/data/info.pb
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.14.188
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:54.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.534749 30951 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.536679 30951 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:54.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.544561 30962 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
01:58:54.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.545912 30963 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
01:58:54.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.546749 30966 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
01:58:54.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.547456 30951 server_base.cc:1061] running on GCE node
01:58:54.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.548215 30951 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:54.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.549671 30951 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.550880 30951 hybrid_clock.cc:648] HybridClock initialized: now 1786499934550833 us; error 46 us; skew 500 ppm
01:58:54.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.551182 30951 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.553408 30951 webserver.cc:533] Webserver started at http://127.30.14.188:44037/ using document root <none> and password file <none>
01:58:54.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.554085 30951 fs_manager.cc:362] Metadata directory not provided
01:58:54.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.554170 30951 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:54.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.554589 30951 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:54.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.555523 30950 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } attempt: 4
01:58:54.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.557374 30950 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.14.188:40091: Network error: Client connection negotiation failed: client connection to 127.30.14.188:40091: connect: Connection refused (error 111)
01:58:54.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.557355 30951 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/data/instance:
01:58:54.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77c024b80bfc491591986fdb730bb3dd"
01:58:54.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:54 on dist-test-slave-5k54"
01:58:54.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.558318 30951 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/wal/instance:
01:58:54.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77c024b80bfc491591986fdb730bb3dd"
01:58:54.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:54 on dist-test-slave-5k54"
01:58:54.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.563632 30951 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.001s
01:58:54.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.567034 30972 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:54.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.568480 30951 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
01:58:54.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.568684 30951 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/wal
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77c024b80bfc491591986fdb730bb3dd"
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:54 on dist-test-slave-5k54"
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.568970 30951 fs_report.cc:389] FS layout report
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/wal
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/wal
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/data/data
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:54.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:54.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.582304 30951 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:54.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.583213 30951 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
01:58:54.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.583567 30951 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:54.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.604779 30951 rpc_server.cc:307] RPC server started. Bound to: 127.30.14.188:40091
01:58:54.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.604816 31030 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.14.188:40091 every 8 connection(s)
01:58:54.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.606439 30951 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/data/info.pb
01:58:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.610720 31031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:54.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.614977 30778 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 30951
01:58:54.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.615208 30778 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster11754988254356483918/master-2/wal/instance
01:58:54.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.616576 31031 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } has no permanent_uuid. Determining permanent_uuid...
01:58:54.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.624719 30866 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } attempt: 3
01:58:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.632762 31031 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } has no permanent_uuid. Determining permanent_uuid...
01:58:54.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.640599 31031 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } has no permanent_uuid. Determining permanent_uuid...
01:58:54.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.641644 30866 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31: Bootstrap starting.
01:58:54.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.646330 30866 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31: Neither blocks nor log segments found. Creating new log.
01:58:54.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.647866 30866 log.cc:826] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31: Log is configured to *not* fsync() on all Append() calls
01:58:54.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.651510 30866 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31: No bootstrap required, opened a new log
01:58:54.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.654543 31031 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd: Bootstrap starting.
01:58:54.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.655804 30778 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
01:58:54.657 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:54.658 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

01:58:54.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.658627 31031 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd: Neither blocks nor log segments found. Creating new log.
01:58:54.659 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.14.190"
      port: 41125
    }
    bound_http_address {
      host: "127.30.14.190"
      port: 36143
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.14.189"
      port: 34089
    }
    bound_http_address {
      host: "127.30.14.189"
      port: 44103
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.14.188"
      port: 40091
    }
    bound_http_address {
      host: "127.30.14.188"
      port: 44037
    }
  }
}

01:58:54.660 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

01:58:54.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.659431 30866 raft_consensus.cc:359] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } }
01:58:54.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.659921 30866 raft_consensus.cc:385] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:54.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.660079 30866 raft_consensus.cc:740] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c24810cdcbc24ad9bdd90d1bc2005c31, State: Initialized, Role: FOLLOWER
01:58:54.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.660082 31031 log.cc:826] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd: Log is configured to *not* fsync() on all Append() calls
01:58:54.660 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:54.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.660828 30866 consensus_queue.cc:260] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [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: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } }
01:58:54.662 [INFO - Metastore-Handler-Pool: Thread-161] (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=6a0b9e24-ee5c-4e7e-9607-0efc6fef7cdf, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.14.189:34089,127.30.14.188:40091,127.30.14.190:41125}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:58:54.663 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:58:54.664 [INFO - Metastore-Handler-Pool: Thread-161] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:58:54.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.664084 31041 sys_catalog.cc:455] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [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: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:54.664 [INFO - Metastore-Handler-Pool: Thread-161] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45691c78, with PersistenceManager: null will be shutdown
01:58:54.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.664587 31041 sys_catalog.cc:458] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [sys.catalog]: This master's current role is: FOLLOWER
01:58:54.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.664697 31031 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd: No bootstrap required, opened a new log
01:58:54.664 [INFO - Metastore-Handler-Pool: Thread-161] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45691c78, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@50243d55 created in the thread with id: 161
01:58:54.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.665524 30866 sys_catalog.cc:565] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [sys.catalog]: configured and running, proceeding with master startup.
01:58:54.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.665877 30814 tablet.cc:2406] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:58:54.671 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45691c78
01:58:54.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.674890 31031 raft_consensus.cc:359] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } }
01:58:54.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.675707 31031 raft_consensus.cc:385] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:54.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.676050 31031 raft_consensus.cc:740] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77c024b80bfc491591986fdb730bb3dd, State: Initialized, Role: FOLLOWER
01:58:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.677224 31031 consensus_queue.cc:260] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [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: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } }
01:58:54.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.679987 31045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [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: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:54.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.680295 31045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [sys.catalog]: This master's current role is: FOLLOWER
01:58:54.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.682063 31031 sys_catalog.cc:565] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [sys.catalog]: configured and running, proceeding with master startup.
01:58:54.691 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:54.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.692763 31060 client.h:373] Failed to connect to Hive Metastore (localhost:36733): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.699627 30790 master_runner.cc:187] Error getting master registration for 127.30.14.189:34089: OK, instance_id { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" instance_seqno: 1786499934150604 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:58:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.706425 30790 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:58:54.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.723299 31064 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
01:58:54.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.723882 31064 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
01:58:54.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.731137 31041 raft_consensus.cc:493] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
01:58:54.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.731554 31041 raft_consensus.cc:515] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } }
01:58:54.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.734016 31041 leader_election.cc:290] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 99c56967f7b84ec78f0e95593fd5d7f8 (127.30.14.189:34089), 77c024b80bfc491591986fdb730bb3dd (127.30.14.188:40091)
01:58:54.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.737780 31001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77c024b80bfc491591986fdb730bb3dd" is_pre_election: true
01:58:54.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.738617 31001 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c24810cdcbc24ad9bdd90d1bc2005c31 in term 0.
01:58:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.741194 30809 leader_election.cc:304] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [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: 77c024b80bfc491591986fdb730bb3dd, c24810cdcbc24ad9bdd90d1bc2005c31; no voters: 
01:58:54.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.744712 31041 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 0 FOLLOWER]: Leader pre-election won for term 1
01:58:54.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.744946 31041 raft_consensus.cc:493] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
01:58:54.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.745074 31041 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 0 FOLLOWER]: Advancing to term 1
01:58:54.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.752738 31041 raft_consensus.cc:515] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } }
01:58:54.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.759613 31001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77c024b80bfc491591986fdb730bb3dd"
01:58:54.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.759915 31001 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [term 0 FOLLOWER]: Advancing to term 1
01:58:54.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.766789 31001 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c24810cdcbc24ad9bdd90d1bc2005c31 in term 1.
01:58:54.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.768165 30809 leader_election.cc:304] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [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: 77c024b80bfc491591986fdb730bb3dd, c24810cdcbc24ad9bdd90d1bc2005c31; no voters: 
01:58:54.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.777145 31041 leader_election.cc:290] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [CANDIDATE]: Term 1 election: Requested vote from peers 99c56967f7b84ec78f0e95593fd5d7f8 (127.30.14.189:34089), 77c024b80bfc491591986fdb730bb3dd (127.30.14.188:40091)
01:58:54.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.786931 31041 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 1 FOLLOWER]: Leader election won for term 1
01:58:54.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.787196 31041 raft_consensus.cc:697] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [term 1 LEADER]: Becoming Leader. State: Replica: c24810cdcbc24ad9bdd90d1bc2005c31, State: Running, Role: LEADER
01:58:54.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.787834 31041 consensus_queue.cc:237] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [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: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } }
01:58:54.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.819808 30809 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.30.14.188:40091, user_credentials={real_user=slave}} blocked reactor thread for 51639.7us
01:58:54.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.820339 31069 sys_catalog.cc:455] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c24810cdcbc24ad9bdd90d1bc2005c31. Latest consensus state: current_term: 1 leader_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:54.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.820887 31069 sys_catalog.cc:458] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [sys.catalog]: This master's current role is: LEADER
01:58:54.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.829775 31073 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
01:58:54.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.832437 31073 catalog_manager.cc:1520] Initializing Kudu cluster ID...
01:58:54.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.835707 30978 tablet.cc:2406] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:58:54.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.856621 30950 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } attempt: 5
01:58:54.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.862066 31001 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [term 1 FOLLOWER]: Refusing update from remote peer c24810cdcbc24ad9bdd90d1bc2005c31: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:58:54.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.863197 31069 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [LEADER]: Connected to new peer: Peer: permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:58:54.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.880148 30950 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8: Bootstrap starting.
01:58:54.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.885655 30950 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8: Neither blocks nor log segments found. Creating new log.
01:58:54.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.887673 30950 log.cc:826] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8: Log is configured to *not* fsync() on all Append() calls
01:58:54.896 [INFO - Metastore-Handler-Pool: Thread-164] (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=	
01:58:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.897969 31077 client.h:373] Failed to connect to Hive Metastore (localhost:36733): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.900521 31045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [sys.catalog]: SysCatalogTable state changed. Reason: New leader c24810cdcbc24ad9bdd90d1bc2005c31. Latest consensus state: current_term: 1 leader_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.900759 31045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [sys.catalog]: This master's current role is: FOLLOWER
01:58:54.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.903921 30950 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8: No bootstrap required, opened a new log
01:58:54.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.906229 31075 mvcc.cc:204] Tried to move back new op lower bound from 7317503733181464576 to 7317503732897533952. Current Snapshot: MvccSnapshot[applied={T|T < 7317503733181464576}]
01:58:54.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.915309 30950 raft_consensus.cc:359] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } }
01:58:54.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.915410 31041 sys_catalog.cc:455] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:54.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.915732 31041 sys_catalog.cc:458] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [sys.catalog]: This master's current role is: LEADER
01:58:54.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.921536 30950 raft_consensus.cc:385] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:58:54.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.922108 30950 raft_consensus.cc:740] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 99c56967f7b84ec78f0e95593fd5d7f8, State: Initialized, Role: FOLLOWER
01:58:54.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.923763 30950 consensus_queue.cc:260] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [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: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } }
01:58:54.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.924293 31073 catalog_manager.cc:1383] Generated new cluster ID: 750387a77097486ba525a051d6d27f96
01:58:54.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.924405 31073 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
01:58:54.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.937125 31045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:54.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.937383 31045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd [sys.catalog]: This master's current role is: FOLLOWER
01:58:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.934065 30951 master_runner.cc:187] Error getting master registration for 127.30.14.189:34089: OK, instance_id { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" instance_seqno: 1786499934150604 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:58:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.940783 30951 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:58:54.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.941710 31090 sys_catalog.cc:455] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [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: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:54.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.944190 31090 sys_catalog.cc:458] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [sys.catalog]: This master's current role is: FOLLOWER
01:58:54.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.944099 30916 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "99c56967f7b84ec78f0e95593fd5d7f8"
01:58:54.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.944093 30950 sys_catalog.cc:565] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [sys.catalog]: configured and running, proceeding with master startup.
01:58:54.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.944514 30915 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [term 0 FOLLOWER]: Advancing to term 1
01:58:54.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.944904 30917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" is_pre_election: true
01:58:54.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.949620 30915 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [term 1 FOLLOWER]: Refusing update from remote peer c24810cdcbc24ad9bdd90d1bc2005c31: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:58:54.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.950625 31069 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [LEADER]: Connected to new peer: Peer: permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:58:54.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.960546 31073 catalog_manager.cc:1406] Generated new certificate authority record
01:58:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.962764 31073 catalog_manager.cc:1540] Loading token signing keys...
01:58:54.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.970916 31088 catalog_manager.cc:1295] Loaded cluster ID: 750387a77097486ba525a051d6d27f96
01:58:54.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.971029 31088 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd: loading cluster ID for follower catalog manager: success
01:58:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:54.977312 31088 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd: acquiring CA information for follower catalog manager: success
01:58:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:54.978627 31088 catalog_manager.cc:883] Not found: no TSK found in the system table: failed to prepare follower catalog manager, will retry
01:58:55.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.004621 31073 catalog_manager.cc:6092] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31: Generated new TSK 0
01:58:55.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.006112 31073 catalog_manager.cc:1550] Initializing in-progress tserver states...
01:58:55.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.007573 31073 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
01:58:55.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.009573 31073 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
01:58:55.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.046626 31090 sys_catalog.cc:455] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c24810cdcbc24ad9bdd90d1bc2005c31. Latest consensus state: current_term: 1 leader_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:55.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.046890 31090 sys_catalog.cc:458] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [sys.catalog]: This master's current role is: FOLLOWER
01:58:55.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.048723 31069 sys_catalog.cc:455] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:55.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.048723 31103 sys_catalog.cc:455] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c24810cdcbc24ad9bdd90d1bc2005c31" member_type: VOTER last_known_addr { host: "127.30.14.190" port: 41125 } } peers { permanent_uuid: "99c56967f7b84ec78f0e95593fd5d7f8" member_type: VOTER last_known_addr { host: "127.30.14.189" port: 34089 } } peers { permanent_uuid: "77c024b80bfc491591986fdb730bb3dd" member_type: VOTER last_known_addr { host: "127.30.14.188" port: 40091 } } }
01:58:55.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.048975 31069 sys_catalog.cc:458] T 00000000000000000000000000000000 P c24810cdcbc24ad9bdd90d1bc2005c31 [sys.catalog]: This master's current role is: LEADER
01:58:55.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.049036 31103 sys_catalog.cc:458] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8 [sys.catalog]: This master's current role is: FOLLOWER
01:58:55.085 [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=	
01:58:55.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:55.086683 31112 client.h:373] Failed to connect to Hive Metastore (localhost:36733): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:55.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.096915 31116 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
01:58:55.154 [WARN - Metastore-Handler-Pool: Thread-161] (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.
01:58:55.179 [WARN - Metastore-Handler-Pool: Thread-161] (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.
01:58:55.180 [WARN - Metastore-Handler-Pool: Thread-161] (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.
01:58:55.381 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:55.386 [INFO - Metastore-Handler-Pool: Thread-161] (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/hive8721995880970323640/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=6a0b9e24-ee5c-4e7e-9607-0efc6fef7cdf, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.14.189:34089,127.30.14.188:40091,127.30.14.190:41125}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:58:55.406 [INFO - Metastore-Handler-Pool: Thread-161] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8721995880970323640/external-warehouse/table
01:58:55.628 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:55.670 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:55.673 [INFO - Metastore-Handler-Pool: Thread-161] (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)	
01:58:55.676 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
01:58:55.678 [INFO - Metastore-Handler-Pool: Thread-161] (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/hive8721995880970323640/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)
01:58:55.680 [INFO - Metastore-Handler-Pool: Thread-161] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8721995880970323640/external-warehouse/legacy_table
01:58:55.697 [INFO - Metastore-Handler-Pool: Thread-168] (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=	
01:58:55.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:55.697851 31060 client.h:373] Failed to connect to Hive Metastore (localhost:36733): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:55.712 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
01:58:55.721 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:55.723 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:55.733 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:55.772 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:55.774 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:55.793 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:55.814 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:55.825 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:55.825 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:55.834 [DEBUG - Metastore-Handler-Pool: Thread-161] (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.
01:58:55.836 [DEBUG - Metastore-Handler-Pool: Thread-161] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
01:58:55.837 [DEBUG - Metastore-Handler-Pool: Thread-161] (Connection.java:748) [peer master-127.30.14.189:34089(127.30.14.189:34089)] connecting to peer
01:58:55.838 [DEBUG - Metastore-Handler-Pool: Thread-161] (Connection.java:748) [peer master-127.30.14.188:40091(127.30.14.188:40091)] connecting to peer
01:58:55.839 [DEBUG - Metastore-Handler-Pool: Thread-161] (Connection.java:748) [peer master-127.30.14.190:41125(127.30.14.190:41125)] connecting to peer
01:58:55.840 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.14.189:34089(127.30.14.189:34089)] Successfully connected to peer
01:58:55.841 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.14.188:40091(127.30.14.188:40091)] Successfully connected to peer
01:58:55.841 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.30.14.190:41125(127.30.14.190:41125)] Successfully connected to peer
01:58:55.849 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.14.190
01:58:55.850 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.14.188
01:58:55.852 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.14.189
01:58:55.870 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:58:55.879 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:58:55.883 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x295d8909, L:/127.0.0.1:39370 - R:/127.30.14.190:41125] using SASL/PLAIN
01:58:55.884 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:58:55.889 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
01:58:55.889 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x46b8fcb6, L:/127.0.0.1:34084 - R:/127.30.14.188:40091] using SASL/PLAIN
01:58:55.889 [ERROR - Metastore-Handler-Pool: Thread-161] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
01:58:55.891 [ERROR - Metastore-Handler-Pool: Thread-161] (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)

01:58:55.892 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x0bf589ef, L:/127.0.0.1:59938 - R:/127.30.14.189:34089] using SASL/PLAIN
01:58:55.893 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:55.904 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:55.905 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:55.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:55.905891 31077 client.h:373] Failed to connect to Hive Metastore (localhost:36733): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:55.915 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:55.915 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:55.922 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:55.932 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:55.944 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:55.944 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:55.950 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:55.960 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:55.970 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:55.971 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:55.977 [ERROR - Metastore-Handler-Pool: Thread-161] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
01:58:55.978 [ERROR - Metastore-Handler-Pool: Thread-161] (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)

01:58:55.981 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:55.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:55.982153 31088 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 77c024b80bfc491591986fdb730bb3dd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:58:55.991 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.002 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.002 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.005 [ERROR - Metastore-Handler-Pool: Thread-161] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
01:58:56.006 [ERROR - Metastore-Handler-Pool: Thread-161] (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)

01:58:56.008 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.018 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.031 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.031 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.037 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.046 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.056 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.056 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.067 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.076 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.086 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.086 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.089 [ERROR - Metastore-Handler-Pool: Thread-161] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
01:58:56.089 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:56.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:56.090536 31112 client.h:373] Failed to connect to Hive Metastore (localhost:36733): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:56.091 [ERROR - Metastore-Handler-Pool: Thread-161] (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)

01:58:56.092 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.103 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:56.114952 31116 catalog_manager.cc:1295] Loaded cluster ID: 750387a77097486ba525a051d6d27f96
01:58:56.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:56.115408 31116 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8: loading cluster ID for follower catalog manager: success
01:58:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:56.119921 31116 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8: acquiring CA information for follower catalog manager: success
01:58:56.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:56.122954 31116 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 99c56967f7b84ec78f0e95593fd5d7f8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:58:56.123 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.123 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.137 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.151 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.168 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.168 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.177 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.200 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.214 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.214 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.230 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.246 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.260 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.260 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.342 [ERROR - Metastore-Handler-Pool: Thread-161] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
01:58:56.345 [ERROR - Metastore-Handler-Pool: Thread-161] (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)

01:58:56.346 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.369 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.383 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.384 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.405 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.413 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.422 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.422 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.430 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.453 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.462 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.462 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.469 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:56.476 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:56.477 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:56.594 [WARN - Metastore-Handler-Pool: Thread-161] (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.
01:58:56.708 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
01:58:56.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:56.709017 31060 client.h:373] Failed to connect to Hive Metastore (localhost:36733): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:56.722 [WARN - Metastore-Handler-Pool: Thread-161] (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.
01:58:56.757 [WARN - Metastore-Handler-Pool: Thread-161] (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.
01:58:56.862 [WARN - Metastore-Handler-Pool: Thread-161] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive8721995880970323640/warehouse/default/table
01:58:56.863 [INFO - Metastore-Handler-Pool: Thread-161] (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)	
01:58:56.865 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:56.867 [INFO - Metastore-Handler-Pool: Thread-161] (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/hive8721995880970323640/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)
01:58:56.868 [WARN - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:2452) Location: file:/tmp/hive8721995880970323640/external-warehouse/table specified for non-external table:table
01:58:56.869 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.870 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.888 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:56.906 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:56.908 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.908 [INFO - Metastore-Handler-Pool: Thread-177] (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=	
01:58:56.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:56.909358 31077 client.h:373] Failed to connect to Hive Metastore (localhost:36733): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:56.918 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.934 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.934 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.937 [ERROR - Metastore-Handler-Pool: Thread-161] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
01:58:56.938 [ERROR - Metastore-Handler-Pool: Thread-161] (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)

01:58:56.940 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.949 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.959 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.959 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.962 [ERROR - Metastore-Handler-Pool: Thread-161] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
01:58:56.964 [ERROR - Metastore-Handler-Pool: Thread-161] (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)

01:58:56.965 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:56.974 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:56.985 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:56.985 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:56.990 [INFO - Metastore-Handler-Pool: Thread-161] (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	
01:58:56.998 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
01:58:57.008 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
01:58:57.008 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
01:58:57.015 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:57.022 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:57.023 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:57.071 [INFO - Metastore-Handler-Pool: Thread-161] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
01:58:57.073 [INFO - Metastore-Handler-Pool: Thread-161] (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=6a0b9e24-ee5c-4e7e-9607-0efc6fef7cdf, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.14.189:34089,127.30.14.188:40091,127.30.14.190:41125}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:58:57.075 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:58:57.076 [INFO - Metastore-Handler-Pool: Thread-161] (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/hive8721995880970323640/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=6a0b9e24-ee5c-4e7e-9607-0efc6fef7cdf, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.14.189:34089,127.30.14.188:40091,127.30.14.190:41125}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:58:57.078 [INFO - Metastore-Handler-Pool: Thread-161] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8721995880970323640/external-warehouse/table
01:58:57.092 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:57.092 [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=	
01:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:57.092994 31112 client.h:373] Failed to connect to Hive Metastore (localhost:36733): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:58:57.099 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:57.100 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:58:57.108 [INFO - Metastore-Handler-Pool: Thread-161] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:58:57.117 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:473) Updating table stats for table
01:58:57.117 [INFO - Metastore-Handler-Pool: Thread-161] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:58:57.122 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:58:57.129 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:3711) Skipping translation for processor with null
01:58:57.130 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:58:57.163 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
01:58:57.163 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
01:58:57.163 [INFO - Metastore-Handler-Pool: Thread-161] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45691c78, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@50243d55 will be shutdown
01:58:57.163 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
01:58:57.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:57.163884 30778 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 30790
01:58:57.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:57.165771 30861 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:57.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:57.303092 30778 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 30790
01:58:57.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:57.329731 30778 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 30871
01:58:57.330 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.30.14.190:41125(127.30.14.190:41125)] handling channelInactive
01:58:57.330 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.30.14.190:41125(127.30.14.190:41125)] cleaning up while in state READY due to: connection closed
01:58:57.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:57.331073 30944 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:57.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:57.438238 30778 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 30871
01:58:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:57.464512 30778 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 30951
01:58:57.464 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.14.189:34089(127.30.14.189:34089)] handling channelInactive
01:58:57.465 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.14.189:34089(127.30.14.189:34089)] cleaning up while in state READY due to: connection closed
01:58:57.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:57.465919 31026 generic_service.cc:196] Checking for leaks (request via RPC)
01:58:57.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:57.573626 30778 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 30951
01:58:57.600 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.14.188:40091(127.30.14.188:40091)] handling channelInactive
01:58:57.600 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.14.188:40091(127.30.14.188:40091)] cleaning up while in state READY due to: connection closed
01:58:57.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:57Z chronyd exiting
.01:58:57.733 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:57.733 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:57.733 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:57.749 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8420834582899418434
01:58:57.750 [INFO - Thread-126] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
01:58:57.750 [INFO - Thread-126] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
01:58:57.752 [INFO - Thread-126] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:58:57.752 [INFO - Thread-126] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:58:57.752 [INFO - Thread-126] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
01:58:57.753 [INFO - Thread-126] (HikariDataSource.java:350) objectstore - Shutdown initiated...
01:58:57.754 [INFO - Thread-126] (HikariDataSource.java:352) objectstore - Shutdown completed.
01:58:57.754 [INFO - Thread-126] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
01:58:57.755 [INFO - Thread-126] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
01:58:57.755 [INFO - Thread-126] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
01:58:57.757 [INFO - Thread-126] (HikariDataSource.java:80) objectstore - Starting...
01:58:57.822 [INFO - Thread-126] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:57.822 [INFO - Thread-126] (HikariDataSource.java:82) objectstore - Start completed.
01:58:57.823 [INFO - Thread-126] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
01:58:57.824 [INFO - Thread-126] (HikariDataSource.java:80) objectstore-secondary - Starting...
01:58:57.826 [INFO - Thread-126] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:58:57.827 [INFO - Thread-126] (HikariDataSource.java:82) objectstore-secondary - Start completed.
01:58:57.839 [INFO - Thread-126] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
01:58:57.839 [INFO - Thread-126] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
01:58:57.839 [INFO - Thread-126] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
01:58:57.904 [WARN - Thread-126] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:57.905 [WARN - Thread-126] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:57.906 [WARN - Thread-126] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:57.906 [WARN - Thread-126] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:57.906 [WARN - Thread-126] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:57.907 [WARN - Thread-126] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:58:58.114 [INFO - Thread-126] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
01:58:58.115 [INFO - Thread-126] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7f0745be, with PersistenceManager: null will be shutdown
01:58:58.115 [INFO - Thread-126] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7f0745be, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@416381e created in the thread with id: 180
01:58:58.117 [WARN - Thread-126] (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
01:58:58.118 [INFO - Thread-126] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7f0745be
01:58:58.229 [INFO - Thread-126] (HMSHandler.java:595) Started creating a default database with name: default
01:58:58.246 [INFO - Thread-126] (HMSHandler.java:605) Successfully created a default database with name: default
01:58:58.267 [INFO - Thread-126] (HMSHandler.java:668) Added admin role in metastore
01:58:58.268 [INFO - Thread-126] (HMSHandler.java:677) Added public role in metastore
01:58:58.290 [INFO - Thread-126] (HMSHandler.java:717) No user is added in admin role, since config is empty
01:58:58.290 [INFO - Thread-126] (HMSHandler.java:404) HMS server filtering is disabled by configuration
01:58:58.291 [INFO - Thread-126] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
01:58:58.291 [INFO - Thread-126] (HiveMetaStore.java:697) Direct SQL optimization = true
01:58:58.291 [WARN - Thread-126] (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)
01:58:58.291 [INFO - Thread-126] (HiveMetaStore.java:632) Started the new metaserver on port [32963]...
01:58:58.291 [INFO - Thread-126] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
01:58:58.291 [INFO - Thread-126] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
01:58:58.291 [INFO - Thread-126] (HiveMetaStore.java:635) TCP keepalive = true
01:58:58.291 [INFO - Thread-126] (HiveMetaStore.java:636) Enable SSL = false
01:58:58.752 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:58:58.752 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:58:58.753 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:58:58.754 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
01:58:58.755 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:32963]
01:58:58.755 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:32963) in binary transport mode
01:58:58.755 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:32963) current connections: 1
01:58:58.756 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskOcTV4R/test-tmp
01:58:58.757 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
01:58:58.757 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskOcTV4R/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
01:58:58.760 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:32963"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

01:58:59.101 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:58:59.101 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

01:58:59.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.104235 31175 mini_oidc.cc:150] Starting JWKS server
01:58:59.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.106659 31175 webserver.cc:533] Webserver started at http://127.0.0.1:36619/ using document root <none> and password file <none>
01:58:59.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.106895 31175 mini_oidc.cc:186] Starting OIDC Discovery server
01:58:59.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.107437 31175 webserver.cc:533] Webserver started at http://127.0.0.1:36439/ using document root <none> and password file <none>
01:58:59.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:59Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
01:58:59.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:58:59Z Disabled control of system clock
01:58:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.140626 31175 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/wal
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/data
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/logs
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/data/info.pb
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.113.254:43973
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.113.254
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.113.212:38099
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.113.254:43973,127.30.113.253:35127,127.30.113.252:34169
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36619/jwks.json
01:58:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32963 with env {}
01:58:59.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.475405 31187 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:59.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.475775 31187 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:59.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.475859 31187 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:59.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.484016 31187 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:59.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.484107 31187 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:59.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.484163 31187 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:59.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.484205 31187 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:59.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.484265 31187 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:59.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.484300 31187 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36619/jwks.json
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.494328 31187 master_runner.cc:387] Master server non-default flags:
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/logs
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.113.212:38099
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/data
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/wal
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32963
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.113.254:43973,127.30.113.253:35127,127.30.113.252:34169
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:59.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.113.254:43973
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36619/jwks.json
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/data/info.pb
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.113.254
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:59.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.496109 31187 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:59.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.497920 31187 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:59.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.506179 31192 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
01:58:59.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.506210 31193 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
01:58:59.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.507337 31196 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
01:58:59.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.507515 31187 server_base.cc:1061] running on GCE node
01:58:59.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.508419 31187 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:59.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.509897 31187 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:59.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.511152 31187 hybrid_clock.cc:648] HybridClock initialized: now 1786499939511095 us; error 62 us; skew 500 ppm
01:58:59.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.511617 31187 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:59.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.514029 31187 webserver.cc:533] Webserver started at http://127.30.113.254:43277/ using document root <none> and password file <none>
01:58:59.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.515027 31187 fs_manager.cc:362] Metadata directory not provided
01:58:59.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.515178 31187 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:59.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.515705 31187 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.518603 31187 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/data/instance:
01:58:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "56aed48e669f4d74ad97a2f7ae5c9420"
01:58:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:59 on dist-test-slave-5k54"
01:58:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.519354 31187 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/wal/instance:
01:58:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "56aed48e669f4d74ad97a2f7ae5c9420"
01:58:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:59 on dist-test-slave-5k54"
01:58:59.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.524760 31187 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
01:58:59.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.528239 31203 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.529584 31187 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
01:58:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.529719 31187 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/wal
01:58:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "56aed48e669f4d74ad97a2f7ae5c9420"
01:58:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:59 on dist-test-slave-5k54"
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.529920 31187 fs_report.cc:389] FS layout report
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/wal
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/wal
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/data/data
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:58:59.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.547122 31187 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:58:59.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.548010 31187 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
01:58:59.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.548250 31187 kserver.cc:163] Server-wide thread pool size limit: 3276
01:58:59.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.569372 31187 rpc_server.cc:307] RPC server started. Bound to: 127.30.113.254:43973
01:58:59.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.569393 31264 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.113.254:43973 every 8 connection(s)
01:58:59.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.571039 31187 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/data/info.pb
01:58:59.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.575513 31265 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:58:59.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.577924 31175 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 31187
01:58:59.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.578236 31175 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-0/wal/instance
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.581413 31175 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/wal
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/data
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/logs
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/data/info.pb
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:59.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.113.253:35127
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.113.253
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.113.212:38099
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.113.254:43973,127.30.113.253:35127,127.30.113.252:34169
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36619/jwks.json
01:58:59.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32963 with env {}
01:58:59.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.583972 31265 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } has no permanent_uuid. Determining permanent_uuid...
01:58:59.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.608150 31265 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } has no permanent_uuid. Determining permanent_uuid...
01:58:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.609369 31204 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.113.253:35127: connect: Connection refused (error 111)
01:58:59.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.611059 31265 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.253:35127: Network error: Client connection negotiation failed: client connection to 127.30.113.253:35127: connect: Connection refused (error 111)
01:58:59.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.660465 31265 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } attempt: 1
01:58:59.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.663092 31265 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.253:35127: Network error: Client connection negotiation failed: client connection to 127.30.113.253:35127: connect: Connection refused (error 111)
01:58:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.731417 31265 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } attempt: 2
01:58:59.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.733841 31265 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.253:35127: Network error: Client connection negotiation failed: client connection to 127.30.113.253:35127: connect: Connection refused (error 111)
01:58:59.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.825162 31265 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } attempt: 3
01:58:59.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.827522 31265 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.253:35127: Network error: Client connection negotiation failed: client connection to 127.30.113.253:35127: connect: Connection refused (error 111)
01:58:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.929280 31266 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:58:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.929587 31266 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:58:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.929663 31266 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:58:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.938009 31266 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:58:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.938093 31266 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:58:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.938149 31266 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:58:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.938189 31266 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:58:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.938242 31266 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:58:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.938275 31266 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36619/jwks.json
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.948117 31266 master_runner.cc:387] Master server non-default flags:
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/logs
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.113.212:38099
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/data
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/wal
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32963
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.113.254:43973,127.30.113.253:35127,127.30.113.252:34169
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.113.253:35127
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36619/jwks.json
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/data/info.pb
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.113.253
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:58:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:58:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.949751 31266 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:58:59.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.951601 31266 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:58:59.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.960054 31277 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
01:58:59.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.960528 31275 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
01:58:59.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.960886 31279 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
01:58:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.961908 31266 server_base.cc:1061] running on GCE node
01:58:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.962693 31266 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:58:59.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.964182 31266 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:58:59.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.965382 31266 hybrid_clock.cc:648] HybridClock initialized: now 1786499939965326 us; error 52 us; skew 500 ppm
01:58:59.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.965710 31266 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:58:59.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.967886 31266 webserver.cc:533] Webserver started at http://127.30.113.253:38625/ using document root <none> and password file <none>
01:58:59.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.968638 31266 fs_manager.cc:362] Metadata directory not provided
01:58:59.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.968735 31266 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:58:59.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.969033 31266 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:58:59.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.970777 31265 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } attempt: 4
01:58:59.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.971401 31266 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/data/instance:
01:58:59.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "884cf80cced14c1a82bdee591be4e7a3"
01:58:59.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:59 on dist-test-slave-5k54"
01:58:59.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.972493 31266 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/wal/instance:
01:58:59.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "884cf80cced14c1a82bdee591be4e7a3"
01:58:59.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:59 on dist-test-slave-5k54"
01:58:59.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:58:59.973094 31265 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.253:35127: Network error: Client connection negotiation failed: client connection to 127.30.113.253:35127: connect: Connection refused (error 111)
01:58:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.977965 31266 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
01:58:59.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.981252 31285 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:58:59.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.982596 31266 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
01:58:59.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.982738 31266 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/wal
01:58:59.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "884cf80cced14c1a82bdee591be4e7a3"
01:58:59.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:58:59 on dist-test-slave-5k54"
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:58:59.982908 31266 fs_report.cc:389] FS layout report
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/wal
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/wal
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/data/data
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:58:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:59:00.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.020889 31266 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:59:00.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.021966 31266 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
01:59:00.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.022297 31266 kserver.cc:163] Server-wide thread pool size limit: 3276
01:59:00.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.044116 31266 rpc_server.cc:307] RPC server started. Bound to: 127.30.113.253:35127
01:59:00.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.044160 31345 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.113.253:35127 every 8 connection(s)
01:59:00.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.045734 31266 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/data/info.pb
01:59:00.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.050114 31346 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:59:00.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.054994 31175 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 31266
01:59:00.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.055179 31175 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-1/wal/instance
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.056268 31175 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/wal
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/data
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/logs
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/data/info.pb
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:59:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.113.252:34169
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.113.252
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.113.212:38099
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.113.254:43973,127.30.113.253:35127,127.30.113.252:34169
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36619/jwks.json
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32963 with env {}
01:59:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.055991 31346 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } has no permanent_uuid. Determining permanent_uuid...
01:59:00.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.070075 31346 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } has no permanent_uuid. Determining permanent_uuid...
01:59:00.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.079380 31346 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } has no permanent_uuid. Determining permanent_uuid...
01:59:00.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.080500 31286 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.113.252:34169: connect: Connection refused (error 111)
01:59:00.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.082162 31346 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.252:34169: Network error: Client connection negotiation failed: client connection to 127.30.113.252:34169: connect: Connection refused (error 111)
01:59:00.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.131507 31346 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } attempt: 1
01:59:00.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.133628 31346 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.252:34169: Network error: Client connection negotiation failed: client connection to 127.30.113.252:34169: connect: Connection refused (error 111)
01:59:00.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.201860 31346 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } attempt: 2
01:59:00.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.204142 31346 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.252:34169: Network error: Client connection negotiation failed: client connection to 127.30.113.252:34169: connect: Connection refused (error 111)
01:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.272423 31265 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } attempt: 5
01:59:00.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.280332 31265 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } has no permanent_uuid. Determining permanent_uuid...
01:59:00.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.282244 31265 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.252:34169: Network error: Client connection negotiation failed: client connection to 127.30.113.252:34169: connect: Connection refused (error 111)
01:59:00.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.295397 31346 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } attempt: 3
01:59:00.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.297502 31346 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.252:34169: Network error: Client connection negotiation failed: client connection to 127.30.113.252:34169: connect: Connection refused (error 111)
01:59:00.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.333477 31265 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } attempt: 1
01:59:00.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.335922 31265 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.252:34169: Network error: Client connection negotiation failed: client connection to 127.30.113.252:34169: connect: Connection refused (error 111)
01:59:00.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.404158 31265 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } attempt: 2
01:59:00.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.404580 31349 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:59:00.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.405014 31349 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:59:00.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.405136 31349 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:59:00.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.406517 31265 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.252:34169: Network error: Client connection negotiation failed: client connection to 127.30.113.252:34169: connect: Connection refused (error 111)
01:59:00.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.413605 31349 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:59:00.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.413677 31349 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:59:00.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.413731 31349 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:59:00.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.413770 31349 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:59:00.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.413826 31349 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:59:00.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.413861 31349 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36619/jwks.json
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.423496 31349 master_runner.cc:387] Master server non-default flags:
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/logs
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.113.212:38099
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/data
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/wal
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32963
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:59:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.113.254:43973,127.30.113.253:35127,127.30.113.252:34169
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.113.252:34169
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36619/jwks.json
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/data/info.pb
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.113.252
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:59:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:59:00.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.425053 31349 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:59:00.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.426818 31349 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:59:00.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.435012 31358 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
01:59:00.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.435782 31357 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
01:59:00.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.435927 31360 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
01:59:00.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.436918 31349 server_base.cc:1061] running on GCE node
01:59:00.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.437683 31349 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:59:00.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.439055 31349 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:59:00.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.440258 31349 hybrid_clock.cc:648] HybridClock initialized: now 1786499940440209 us; error 42 us; skew 500 ppm
01:59:00.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.440573 31349 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:59:00.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.440747 31346 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } attempt: 4
01:59:00.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.442899 31346 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.113.252:34169: Network error: Client connection negotiation failed: client connection to 127.30.113.252:34169: connect: Connection refused (error 111)
01:59:00.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.443089 31349 webserver.cc:533] Webserver started at http://127.30.113.252:42259/ using document root <none> and password file <none>
01:59:00.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.443856 31349 fs_manager.cc:362] Metadata directory not provided
01:59:00.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.443949 31349 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:59:00.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.444253 31349 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:59:00.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.446558 31349 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/data/instance:
01:59:00.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "00649a5c1367402c92736e42f6be8354"
01:59:00.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:00 on dist-test-slave-5k54"
01:59:00.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.447273 31349 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/wal/instance:
01:59:00.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "00649a5c1367402c92736e42f6be8354"
01:59:00.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:00 on dist-test-slave-5k54"
01:59:00.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.452567 31349 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
01:59:00.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.455857 31366 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.457119 31349 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.457252 31349 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/wal
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "00649a5c1367402c92736e42f6be8354"
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:00 on dist-test-slave-5k54"
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.457432 31349 fs_report.cc:389] FS layout report
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/wal
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/wal
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/data/data
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:59:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:59:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:59:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:59:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:59:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:59:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:59:00.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.487007 31349 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:59:00.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.487885 31349 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
01:59:00.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.488277 31349 kserver.cc:163] Server-wide thread pool size limit: 3276
01:59:00.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.509647 31349 rpc_server.cc:307] RPC server started. Bound to: 127.30.113.252:34169
01:59:00.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.509694 31428 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.113.252:34169 every 8 connection(s)
01:59:00.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.511260 31349 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/data/info.pb
01:59:00.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.512753 31265 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } attempt: 3
01:59:00.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.516469 31429 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:59:00.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.517277 31175 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 31349
01:59:00.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.517541 31175 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster8192855226250275245/master-2/wal/instance
01:59:00.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.528208 31429 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } has no permanent_uuid. Determining permanent_uuid...
01:59:00.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.536561 31265 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420: Bootstrap starting.
01:59:00.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.540776 31429 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } has no permanent_uuid. Determining permanent_uuid...
01:59:00.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.541496 31265 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420: Neither blocks nor log segments found. Creating new log.
01:59:00.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.543275 31265 log.cc:826] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420: Log is configured to *not* fsync() on all Append() calls
01:59:00.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.547082 31265 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420: No bootstrap required, opened a new log
01:59:00.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.547247 31429 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } has no permanent_uuid. Determining permanent_uuid...
01:59:00.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.555855 31265 raft_consensus.cc:359] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "56aed48e669f4d74ad97a2f7ae5c9420" member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } } peers { permanent_uuid: "884cf80cced14c1a82bdee591be4e7a3" member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } } peers { permanent_uuid: "00649a5c1367402c92736e42f6be8354" member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } }
01:59:00.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.556161 31265 raft_consensus.cc:385] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:59:00.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.556298 31265 raft_consensus.cc:740] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 56aed48e669f4d74ad97a2f7ae5c9420, State: Initialized, Role: FOLLOWER
01:59:00.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.557125 31265 consensus_queue.cc:260] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420 [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: "56aed48e669f4d74ad97a2f7ae5c9420" member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } } peers { permanent_uuid: "884cf80cced14c1a82bdee591be4e7a3" member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } } peers { permanent_uuid: "00649a5c1367402c92736e42f6be8354" member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } }
01:59:00.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.558395 31436 sys_catalog.cc:455] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420 [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: "56aed48e669f4d74ad97a2f7ae5c9420" member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } } peers { permanent_uuid: "884cf80cced14c1a82bdee591be4e7a3" member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } } peers { permanent_uuid: "00649a5c1367402c92736e42f6be8354" member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } } }
01:59:00.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.558902 31436 sys_catalog.cc:458] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420 [sys.catalog]: This master's current role is: FOLLOWER
01:59:00.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.560235 31429 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354: Bootstrap starting.
01:59:00.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.560758 31265 sys_catalog.cc:565] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420 [sys.catalog]: configured and running, proceeding with master startup.
01:59:00.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.564371 31429 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354: Neither blocks nor log segments found. Creating new log.
01:59:00.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.565083 31175 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
01:59:00.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.565588 31429 log.cc:826] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354: Log is configured to *not* fsync() on all Append() calls
01:59:00.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.568420 31429 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354: No bootstrap required, opened a new log
01:59:00.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.573966 31429 raft_consensus.cc:359] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "56aed48e669f4d74ad97a2f7ae5c9420" member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } } peers { permanent_uuid: "884cf80cced14c1a82bdee591be4e7a3" member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } } peers { permanent_uuid: "00649a5c1367402c92736e42f6be8354" member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } }
01:59:00.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.574232 31429 raft_consensus.cc:385] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:59:00.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.574371 31429 raft_consensus.cc:740] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00649a5c1367402c92736e42f6be8354, State: Initialized, Role: FOLLOWER
01:59:00.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.575065 31429 consensus_queue.cc:260] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [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: "56aed48e669f4d74ad97a2f7ae5c9420" member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } } peers { permanent_uuid: "884cf80cced14c1a82bdee591be4e7a3" member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } } peers { permanent_uuid: "00649a5c1367402c92736e42f6be8354" member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } }
01:59:00.575 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:59:00.575 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

01:59:00.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.576025 31445 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [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: "56aed48e669f4d74ad97a2f7ae5c9420" member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } } peers { permanent_uuid: "884cf80cced14c1a82bdee591be4e7a3" member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } } peers { permanent_uuid: "00649a5c1367402c92736e42f6be8354" member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } } }
01:59:00.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.576503 31445 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [sys.catalog]: This master's current role is: FOLLOWER
01:59:00.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.577170 31445 raft_consensus.cc:493] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
01:59:00.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.577353 31429 sys_catalog.cc:565] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [sys.catalog]: configured and running, proceeding with master startup.
01:59:00.577 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.113.254"
      port: 43973
    }
    bound_http_address {
      host: "127.30.113.254"
      port: 43277
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.113.253"
      port: 35127
    }
    bound_http_address {
      host: "127.30.113.253"
      port: 38625
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.113.252"
      port: 34169
    }
    bound_http_address {
      host: "127.30.113.252"
      port: 42259
    }
  }
}

01:59:00.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.578315 31445 raft_consensus.cc:515] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "56aed48e669f4d74ad97a2f7ae5c9420" member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } } peers { permanent_uuid: "884cf80cced14c1a82bdee591be4e7a3" member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } } peers { permanent_uuid: "00649a5c1367402c92736e42f6be8354" member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } }
01:59:00.578 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

01:59:00.579 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:59:00.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.580377 31445 leader_election.cc:290] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 56aed48e669f4d74ad97a2f7ae5c9420 (127.30.113.254:43973), 884cf80cced14c1a82bdee591be4e7a3 (127.30.113.253:35127)
01:59:00.581 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
01:59:00.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.583017 31233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "00649a5c1367402c92736e42f6be8354" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "56aed48e669f4d74ad97a2f7ae5c9420" is_pre_election: true
01:59:00.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.583734 31233 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00649a5c1367402c92736e42f6be8354 in term 0.
01:59:00.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.584980 31368 leader_election.cc:304] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [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: 00649a5c1367402c92736e42f6be8354, 56aed48e669f4d74ad97a2f7ae5c9420; no voters: 
01:59:00.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.586054 31175 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 31187
01:59:00.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.585584 31445 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 0 FOLLOWER]: Leader pre-election won for term 1
01:59:00.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.586347 31445 raft_consensus.cc:493] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
01:59:00.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.586813 31445 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 0 FOLLOWER]: Advancing to term 1
01:59:00.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.589398 31259 generic_service.cc:196] Checking for leaks (request via RPC)
01:59:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.594287 31445 raft_consensus.cc:515] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "56aed48e669f4d74ad97a2f7ae5c9420" member_type: VOTER last_known_addr { host: "127.30.113.254" port: 43973 } } peers { permanent_uuid: "884cf80cced14c1a82bdee591be4e7a3" member_type: VOTER last_known_addr { host: "127.30.113.253" port: 35127 } } peers { permanent_uuid: "00649a5c1367402c92736e42f6be8354" member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } }
01:59:00.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.596112 31445 leader_election.cc:290] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [CANDIDATE]: Term 1 election: Requested vote from peers 56aed48e669f4d74ad97a2f7ae5c9420 (127.30.113.254:43973), 884cf80cced14c1a82bdee591be4e7a3 (127.30.113.253:35127)
01:59:00.606 [INFO - Metastore-Handler-Pool: Thread-203] (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=	
01:59:00.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.606945 31459 client.h:373] Failed to connect to Hive Metastore (localhost:32963): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
01:59:00.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.610765 31462 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
01:59:00.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.611083 31462 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
01:59:00.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.730536 31233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "00649a5c1367402c92736e42f6be8354" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "56aed48e669f4d74ad97a2f7ae5c9420"
01:59:00.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.730847 31233 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 56aed48e669f4d74ad97a2f7ae5c9420 [term 0 FOLLOWER]: Advancing to term 1
01:59:00.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.731081 31175 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 31187
01:59:00.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.740688 31373 tablet.cc:2406] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:59:00.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.742106 31346 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.113.252" port: 34169 } attempt: 5
01:59:00.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.734328 31349 master_runner.cc:187] Error getting master registration for 127.30.113.254:43973: OK, instance_id { permanent_uuid: "56aed48e669f4d74ad97a2f7ae5c9420" instance_seqno: 1786499939563578 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:59:00.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.745182 31349 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:59:00.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.756372 31346 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 884cf80cced14c1a82bdee591be4e7a3: Bootstrap starting.
01:59:00.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.761065 31346 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 884cf80cced14c1a82bdee591be4e7a3: Neither blocks nor log segments found. Creating new log.
01:59:00.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.761001 31368 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv got EOF from 127.30.113.254:43973 (error 108)
01:59:00.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.762758 31346 log.cc:826] T 00000000000000000000000000000000 P 884cf80cced14c1a82bdee591be4e7a3: Log is configured to *not* fsync() on all Append() calls
01:59:00.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.762852 31175 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 31266
01:59:00.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.764117 31341 generic_service.cc:196] Checking for leaks (request via RPC)
01:59:00.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.765012 31368 leader_election.cc:336] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [CANDIDATE]: Term 1 election: RPC error from VoteRequest() call to peer 56aed48e669f4d74ad97a2f7ae5c9420 (127.30.113.254:43973): Network error: Client connection negotiation failed: client connection to 127.30.113.254:43973: connect: Connection refused (error 111)
01:59:00.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.848937 31175 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 31266
01:59:00.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.876362 31175 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 31349
01:59:00.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.877388 31368 leader_election.cc:336] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer 884cf80cced14c1a82bdee591be4e7a3 (127.30.113.253:35127): Network error: Client connection negotiation failed: client connection to 127.30.113.253:35127: connect: Connection refused (error 111)
01:59:00.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.877797 31424 generic_service.cc:196] Checking for leaks (request via RPC)
01:59:00.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.877920 31368 leader_election.cc:336] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [CANDIDATE]: Term 1 election: RPC error from VoteRequest() call to peer 884cf80cced14c1a82bdee591be4e7a3 (127.30.113.253:35127): Network error: Client connection negotiation failed: client connection to 127.30.113.253:35127: connect: Connection refused (error 111)
01:59:00.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.878082 31368 leader_election.cc:304] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [CANDIDATE]: Term 1 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 00649a5c1367402c92736e42f6be8354; no voters: 56aed48e669f4d74ad97a2f7ae5c9420, 884cf80cced14c1a82bdee591be4e7a3
01:59:00.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.984522 31445 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 00649a5c1367402c92736e42f6be8354 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
01:59:00.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:00.984603 31368 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.30.113.253:35127, user_credentials={real_user=slave}} blocked reactor thread for 106669us
01:59:00.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:00.985737 31175 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 31349
01:59:01.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:59:01Z chronyd exiting
.01:59:01.148 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:59:01.148 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:59:01.148 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:59:01.166 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10972943843296272673
01:59:01.167 [INFO - Thread-143] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
01:59:01.168 [INFO - Thread-143] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
01:59:01.171 [INFO - Thread-143] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:59:01.171 [INFO - Thread-143] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:59:01.171 [INFO - Thread-143] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
01:59:01.172 [INFO - Thread-143] (HikariDataSource.java:350) objectstore - Shutdown initiated...
01:59:01.174 [INFO - Thread-143] (HikariDataSource.java:352) objectstore - Shutdown completed.
01:59:01.174 [INFO - Thread-143] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
01:59:01.175 [INFO - Thread-143] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
01:59:01.175 [INFO - Thread-143] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
01:59:01.176 [INFO - Thread-143] (HikariDataSource.java:80) objectstore - Starting...
01:59:01.237 [INFO - Thread-143] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:59:01.238 [INFO - Thread-143] (HikariDataSource.java:82) objectstore - Start completed.
01:59:01.238 [INFO - Thread-143] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
01:59:01.240 [INFO - Thread-143] (HikariDataSource.java:80) objectstore-secondary - Starting...
01:59:01.242 [INFO - Thread-143] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
01:59:01.242 [INFO - Thread-143] (HikariDataSource.java:82) objectstore-secondary - Start completed.
01:59:01.255 [INFO - Thread-143] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
01:59:01.255 [INFO - Thread-143] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
01:59:01.256 [INFO - Thread-143] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
01:59:01.277 [WARN - Thread-143] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:59:01.277 [WARN - Thread-143] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:59:01.278 [WARN - Thread-143] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:59:01.278 [WARN - Thread-143] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:59:01.278 [WARN - Thread-143] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:59:01.279 [WARN - Thread-143] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
01:59:01.485 [INFO - Thread-143] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
01:59:01.485 [INFO - Thread-143] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2d83692c, with PersistenceManager: null will be shutdown
01:59:01.485 [INFO - Thread-143] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2d83692c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@49cd193e created in the thread with id: 204
01:59:01.487 [WARN - Thread-143] (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
01:59:01.488 [INFO - Thread-143] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2d83692c
01:59:01.588 [INFO - Thread-143] (HMSHandler.java:595) Started creating a default database with name: default
01:59:01.605 [INFO - Thread-143] (HMSHandler.java:605) Successfully created a default database with name: default
01:59:01.629 [INFO - Thread-143] (HMSHandler.java:668) Added admin role in metastore
01:59:01.630 [INFO - Thread-143] (HMSHandler.java:677) Added public role in metastore
01:59:01.656 [INFO - Thread-143] (HMSHandler.java:717) No user is added in admin role, since config is empty
01:59:01.657 [INFO - Thread-143] (HMSHandler.java:404) HMS server filtering is disabled by configuration
01:59:01.657 [INFO - Thread-143] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
01:59:01.657 [INFO - Thread-143] (HiveMetaStore.java:697) Direct SQL optimization = true
01:59:01.658 [WARN - Thread-143] (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)
01:59:01.658 [INFO - Thread-143] (HiveMetaStore.java:632) Started the new metaserver on port [37545]...
01:59:01.658 [INFO - Thread-143] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
01:59:01.658 [INFO - Thread-143] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
01:59:01.658 [INFO - Thread-143] (HiveMetaStore.java:635) TCP keepalive = true
01:59:01.658 [INFO - Thread-143] (HiveMetaStore.java:636) Enable SSL = false
01:59:02.168 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
01:59:02.169 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
01:59:02.169 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
01:59:02.171 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
01:59:02.171 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37545]
01:59:02.171 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37545) in binary transport mode
01:59:02.171 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37545) current connections: 1
01:59:02.173 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskOcTV4R/test-tmp
01:59:02.173 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
01:59:02.173 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskOcTV4R/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
01:59:02.176 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

01:59:02.510 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:59:02.510 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

01:59:02.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.512727 31502 mini_oidc.cc:150] Starting JWKS server
01:59:02.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.515154 31502 webserver.cc:533] Webserver started at http://127.0.0.1:44075/ using document root <none> and password file <none>
01:59:02.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.515385 31502 mini_oidc.cc:186] Starting OIDC Discovery server
01:59:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.515914 31502 webserver.cc:533] Webserver started at http://127.0.0.1:41469/ using document root <none> and password file <none>
01:59:02.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:59:02Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
01:59:02.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:59:02Z Disabled control of system clock
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.549465 31502 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/wal
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/data
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:59:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/logs
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/data/info.pb
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.195.190:45591
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.195.190
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.195.148:33747
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.195.190:45591,127.30.195.189:33895,127.30.195.188:41941
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:59:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44075/jwks.json with env {}
01:59:02.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.901563 31514 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:59:02.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.901878 31514 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:59:02.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.901963 31514 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:59:02.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.910071 31514 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:59:02.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.910181 31514 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:59:02.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.910239 31514 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:59:02.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.910280 31514 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:59:02.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.910333 31514 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:59:02.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.910369 31514 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44075/jwks.json
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.920169 31514 master_runner.cc:387] Master server non-default flags:
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/logs
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.195.148:33747
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/data
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/wal
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.195.190:45591,127.30.195.189:33895,127.30.195.188:41941
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.195.190:45591
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44075/jwks.json
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/data/info.pb
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.195.190
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:59:02.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:59:02.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.921814 31514 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:59:02.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.923601 31514 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:59:02.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.932142 31521 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
01:59:02.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.932161 31519 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
01:59:02.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:02.933297 31524 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
01:59:02.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.934031 31514 server_base.cc:1061] running on GCE node
01:59:02.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.934749 31514 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:59:02.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.936183 31514 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:59:02.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.937455 31514 hybrid_clock.cc:648] HybridClock initialized: now 1786499942937417 us; error 106 us; skew 500 ppm
01:59:02.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.937881 31514 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:59:02.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.940129 31514 webserver.cc:533] Webserver started at http://127.30.195.190:40707/ using document root <none> and password file <none>
01:59:02.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.940891 31514 fs_manager.cc:362] Metadata directory not provided
01:59:02.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.941025 31514 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:59:02.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.941401 31514 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:59:02.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.943827 31514 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/data/instance:
01:59:02.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c21872b30d67445fb2b77852ada0a02a"
01:59:02.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:02 on dist-test-slave-5k54"
01:59:02.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.944700 31514 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/wal/instance:
01:59:02.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c21872b30d67445fb2b77852ada0a02a"
01:59:02.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:02 on dist-test-slave-5k54"
01:59:02.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.950119 31514 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
01:59:02.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.953544 31531 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.954931 31514 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.955127 31514 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/wal
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c21872b30d67445fb2b77852ada0a02a"
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:02 on dist-test-slave-5k54"
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.955394 31514 fs_report.cc:389] FS layout report
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/wal
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/wal
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/data/data
01:59:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:59:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:59:02.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.977085 31514 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:59:02.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.978129 31514 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
01:59:02.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:02.978488 31514 kserver.cc:163] Server-wide thread pool size limit: 3276
01:59:03.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.000751 31514 rpc_server.cc:307] RPC server started. Bound to: 127.30.195.190:45591
01:59:03.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.000769 31587 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.195.190:45591 every 8 connection(s)
01:59:03.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.002485 31514 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/data/info.pb
01:59:03.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.006999 31588 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:59:03.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.010555 31502 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 31514
01:59:03.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.010915 31502 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-0/wal/instance
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.013363 31502 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/wal
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/data
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/logs
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/data/info.pb
01:59:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.195.189:33895
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.195.189
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.195.148:33747
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.195.190:45591,127.30.195.189:33895,127.30.195.188:41941
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44075/jwks.json with env {}
01:59:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.013005 31588 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } has no permanent_uuid. Determining permanent_uuid...
01:59:03.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.030617 31588 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } has no permanent_uuid. Determining permanent_uuid...
01:59:03.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.032025 31535 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.195.189:33895: connect: Connection refused (error 111)
01:59:03.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.033979 31588 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.189:33895: Network error: Client connection negotiation failed: client connection to 127.30.195.189:33895: connect: Connection refused (error 111)
01:59:03.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.083390 31588 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } attempt: 1
01:59:03.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.085765 31588 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.189:33895: Network error: Client connection negotiation failed: client connection to 127.30.195.189:33895: connect: Connection refused (error 111)
01:59:03.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.154054 31588 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } attempt: 2
01:59:03.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.156325 31588 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.189:33895: Network error: Client connection negotiation failed: client connection to 127.30.195.189:33895: connect: Connection refused (error 111)
01:59:03.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.247605 31588 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } attempt: 3
01:59:03.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.249959 31588 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.189:33895: Network error: Client connection negotiation failed: client connection to 127.30.195.189:33895: connect: Connection refused (error 111)
01:59:03.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.353339 31592 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:59:03.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.353673 31592 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:59:03.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.353749 31592 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.361829 31592 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.361907 31592 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.361961 31592 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.361999 31592 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.362078 31592 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.362136 31592 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44075/jwks.json
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.372877 31592 master_runner.cc:387] Master server non-default flags:
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/logs
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.195.148:33747
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/data
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/wal
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.195.190:45591,127.30.195.189:33895,127.30.195.188:41941
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.195.189:33895
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44075/jwks.json
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/data/info.pb
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.195.189
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:59:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:59:03.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.374445 31592 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:59:03.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.376322 31592 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:59:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.384692 31598 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
01:59:03.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.386252 31600 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
01:59:03.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.386910 31602 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
01:59:03.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.387840 31592 server_base.cc:1061] running on GCE node
01:59:03.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.388672 31592 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:59:03.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.390129 31592 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:59:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.391383 31592 hybrid_clock.cc:648] HybridClock initialized: now 1786499943391319 us; error 44 us; skew 500 ppm
01:59:03.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.391852 31592 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:59:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.393235 31588 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } attempt: 4
01:59:03.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.394436 31592 webserver.cc:533] Webserver started at http://127.30.195.189:36183/ using document root <none> and password file <none>
01:59:03.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.395470 31588 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.189:33895: Network error: Client connection negotiation failed: client connection to 127.30.195.189:33895: connect: Connection refused (error 111)
01:59:03.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.395565 31592 fs_manager.cc:362] Metadata directory not provided
01:59:03.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.395680 31592 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:59:03.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.396028 31592 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:59:03.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.398538 31592 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/data/instance:
01:59:03.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0acb358dcc1b44f78ad530a24d62120a"
01:59:03.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:03 on dist-test-slave-5k54"
01:59:03.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.399329 31592 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/wal/instance:
01:59:03.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0acb358dcc1b44f78ad530a24d62120a"
01:59:03.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:03 on dist-test-slave-5k54"
01:59:03.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.405020 31592 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
01:59:03.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.408638 31609 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.410068 31592 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.410224 31592 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/wal
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0acb358dcc1b44f78ad530a24d62120a"
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:03 on dist-test-slave-5k54"
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.410413 31592 fs_report.cc:389] FS layout report
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/wal
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/wal
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/data/data
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:59:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:59:03.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.432055 31592 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:59:03.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.432888 31592 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
01:59:03.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.433130 31592 kserver.cc:163] Server-wide thread pool size limit: 3276
01:59:03.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.455721 31592 rpc_server.cc:307] RPC server started. Bound to: 127.30.195.189:33895
01:59:03.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.455729 31667 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.195.189:33895 every 8 connection(s)
01:59:03.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.457269 31592 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/data/info.pb
01:59:03.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.461627 31668 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:59:03.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.464143 31502 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 31592
01:59:03.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.464313 31502 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-1/wal/instance
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.465643 31502 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/wal
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/data
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:59:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/logs
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/data/info.pb
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.195.188:41941
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.195.188
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.195.148:33747
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.195.190:45591,127.30.195.189:33895,127.30.195.188:41941
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:59:03.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44075/jwks.json with env {}
01:59:03.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.469931 31668 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } has no permanent_uuid. Determining permanent_uuid...
01:59:03.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.483991 31668 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } has no permanent_uuid. Determining permanent_uuid...
01:59:03.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.492766 31668 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } has no permanent_uuid. Determining permanent_uuid...
01:59:03.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.493906 31612 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.195.188:41941: connect: Connection refused (error 111)
01:59:03.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.495683 31668 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.188:41941: Network error: Client connection negotiation failed: client connection to 127.30.195.188:41941: connect: Connection refused (error 111)
01:59:03.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.544979 31668 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } attempt: 1
01:59:03.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.547384 31668 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.188:41941: Network error: Client connection negotiation failed: client connection to 127.30.195.188:41941: connect: Connection refused (error 111)
01:59:03.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.615722 31668 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } attempt: 2
01:59:03.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.617987 31668 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.188:41941: Network error: Client connection negotiation failed: client connection to 127.30.195.188:41941: connect: Connection refused (error 111)
01:59:03.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.694815 31588 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } attempt: 5
01:59:03.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.701862 31588 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } has no permanent_uuid. Determining permanent_uuid...
01:59:03.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.703739 31588 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.188:41941: Network error: Client connection negotiation failed: client connection to 127.30.195.188:41941: connect: Connection refused (error 111)
01:59:03.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.709250 31668 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } attempt: 3
01:59:03.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.711292 31668 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.188:41941: Network error: Client connection negotiation failed: client connection to 127.30.195.188:41941: connect: Connection refused (error 111)
01:59:03.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.755026 31588 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } attempt: 1
01:59:03.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.757303 31588 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.188:41941: Network error: Client connection negotiation failed: client connection to 127.30.195.188:41941: connect: Connection refused (error 111)
01:59:03.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.825582 31588 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } attempt: 2
01:59:03.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.827768 31588 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.188:41941: Network error: Client connection negotiation failed: client connection to 127.30.195.188:41941: connect: Connection refused (error 111)
01:59:03.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.827745 31671 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
01:59:03.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.828161 31671 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
01:59:03.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.828303 31671 flags.cc:432] Enabled unsafe flag: --never_fsync=true
01:59:03.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.836771 31671 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
01:59:03.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.836895 31671 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
01:59:03.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.836983 31671 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
01:59:03.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.837046 31671 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
01:59:03.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.837132 31671 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
01:59:03.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.837200 31671 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44075/jwks.json
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.847226 31671 master_runner.cc:387] Master server non-default flags:
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/logs
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.195.148:33747
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/data
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/wal
01:59:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.195.190:45591,127.30.195.189:33895,127.30.195.188:41941
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.195.188:41941
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44075/jwks.json
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/data/info.pb
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.195.188
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:57 UTC on bdcb31816ec0
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13298
01:59:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
01:59:03.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.849422 31671 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
01:59:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.851344 31671 file_cache.cc:504] Constructed file cache file cache with capacity 419430
01:59:03.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.854518 31668 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } attempt: 4
01:59:03.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.856630 31668 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.195.188:41941: Network error: Client connection negotiation failed: client connection to 127.30.195.188:41941: connect: Connection refused (error 111)
01:59:03.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.860292 31680 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
01:59:03.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.860322 31681 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
01:59:03.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:03.860697 31683 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
01:59:03.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.861796 31671 server_base.cc:1061] running on GCE node
01:59:03.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.862625 31671 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
01:59:03.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.864028 31671 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
01:59:03.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.865257 31671 hybrid_clock.cc:648] HybridClock initialized: now 1786499943865199 us; error 46 us; skew 500 ppm
01:59:03.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.865665 31671 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
01:59:03.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.867992 31671 webserver.cc:533] Webserver started at http://127.30.195.188:42317/ using document root <none> and password file <none>
01:59:03.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.868781 31671 fs_manager.cc:362] Metadata directory not provided
01:59:03.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.868913 31671 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
01:59:03.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.869304 31671 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
01:59:03.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.871748 31671 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/data/instance:
01:59:03.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6efc6bf40d974889a0479527e121d24d"
01:59:03.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:03 on dist-test-slave-5k54"
01:59:03.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.872591 31671 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/wal/instance:
01:59:03.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6efc6bf40d974889a0479527e121d24d"
01:59:03.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:03 on dist-test-slave-5k54"
01:59:03.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.877944 31671 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
01:59:03.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.881398 31690 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
01:59:03.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.882706 31671 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.882899 31671 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/data,/tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/wal
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6efc6bf40d974889a0479527e121d24d"
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 01:59:03 on dist-test-slave-5k54"
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.883148 31671 fs_report.cc:389] FS layout report
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/wal
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/wal
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/data/data
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
01:59:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
01:59:03.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.909875 31671 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
01:59:03.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.910902 31671 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
01:59:03.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.911242 31671 kserver.cc:163] Server-wide thread pool size limit: 3276
01:59:03.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.933094 31671 rpc_server.cc:307] RPC server started. Bound to: 127.30.195.188:41941
01:59:03.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.933115 31749 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.195.188:41941 every 8 connection(s)
01:59:03.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.934022 31588 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } attempt: 3
01:59:03.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.935011 31671 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/data/info.pb
01:59:03.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.936113 31502 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu as pid 31671
01:59:03.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.936313 31502 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskOcTV4R/test-tmp/mini-kudu-cluster4933365575613196333/master-2/wal/instance
01:59:03.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.941413 31750 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
01:59:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.949744 31750 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } has no permanent_uuid. Determining permanent_uuid...
01:59:03.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.961566 31588 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a: Bootstrap starting.
01:59:03.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.965528 31750 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } has no permanent_uuid. Determining permanent_uuid...
01:59:03.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.966037 31588 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a: Neither blocks nor log segments found. Creating new log.
01:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.967841 31588 log.cc:826] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a: Log is configured to *not* fsync() on all Append() calls
01:59:03.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.971939 31588 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a: No bootstrap required, opened a new log
01:59:03.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.973867 31750 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } has no permanent_uuid. Determining permanent_uuid...
01:59:03.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.979151 31588 raft_consensus.cc:359] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } }
01:59:03.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.979792 31588 raft_consensus.cc:385] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:59:03.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.980109 31588 raft_consensus.cc:740] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c21872b30d67445fb2b77852ada0a02a, State: Initialized, Role: FOLLOWER
01:59:03.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.980804 31588 consensus_queue.cc:260] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [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: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } }
01:59:03.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.981871 31760 sys_catalog.cc:455] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [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: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:03.985 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:59:03.985 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

01:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.982203 31502 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
01:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.982321 31760 sys_catalog.cc:458] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [sys.catalog]: This master's current role is: FOLLOWER
01:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.983254 31588 sys_catalog.cc:565] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [sys.catalog]: configured and running, proceeding with master startup.
01:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.985136 31750 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d: Bootstrap starting.
01:59:03.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.988981 31750 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d: Neither blocks nor log segments found. Creating new log.
01:59:03.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.990314 31750 log.cc:826] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d: Log is configured to *not* fsync() on all Append() calls
01:59:03.986 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.195.190"
      port: 45591
    }
    bound_http_address {
      host: "127.30.195.190"
      port: 40707
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.195.189"
      port: 33895
    }
    bound_http_address {
      host: "127.30.195.189"
      port: 36183
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.195.188"
      port: 41941
    }
    bound_http_address {
      host: "127.30.195.188"
      port: 42317
    }
  }
}

01:59:03.991 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

01:59:03.992 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
01:59:03.993 [INFO - Metastore-Handler-Pool: Thread-225] (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=9366dc8e-1a66-435f-88d7-55ff9e31aab5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.195.190:45591,127.30.195.188:41941,127.30.195.189:33895}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
01:59:03.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:03.994127 31750 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d: No bootstrap required, opened a new log
01:59:03.995 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
01:59:03.995 [INFO - Metastore-Handler-Pool: Thread-225] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
01:59:03.995 [INFO - Metastore-Handler-Pool: Thread-225] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@dad906a, with PersistenceManager: null will be shutdown
01:59:03.996 [INFO - Metastore-Handler-Pool: Thread-225] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@dad906a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@74608180 created in the thread with id: 225
01:59:04.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.009863 31750 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } }
01:59:04.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.010532 31750 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:59:04.010 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@dad906a
01:59:04.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.010834 31750 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6efc6bf40d974889a0479527e121d24d, State: Initialized, Role: FOLLOWER
01:59:04.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.012004 31750 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [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: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } }
01:59:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.019265 31776 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [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: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.019622 31776 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [sys.catalog]: This master's current role is: FOLLOWER
01:59:04.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.021651 31750 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [sys.catalog]: configured and running, proceeding with master startup.
01:59:04.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:04.038432 31777 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
01:59:04.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:04.038817 31777 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
01:59:04.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.029582 31514 master_runner.cc:187] Error getting master registration for 127.30.195.189:33895: OK, instance_id { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" instance_seqno: 1786499943449710 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:59:04.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.051648 31514 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:59:04.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:04.062321 31790 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
01:59:04.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:04.062697 31790 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
01:59:04.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.065052 31671 master_runner.cc:187] Error getting master registration for 127.30.195.189:33895: OK, instance_id { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" instance_seqno: 1786499943449710 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
01:59:04.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.071983 31671 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
01:59:04.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.155882 31668 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } attempt: 5
01:59:04.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:04.163738 31697 tablet.cc:2406] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:59:04.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.171697 31668 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a: Bootstrap starting.
01:59:04.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.176111 31668 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a: Neither blocks nor log segments found. Creating new log.
01:59:04.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.186868 31668 log.cc:826] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a: Log is configured to *not* fsync() on all Append() calls
01:59:04.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.198055 31668 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a: No bootstrap required, opened a new log
01:59:04.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.207758 31668 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } }
01:59:04.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.215837 31668 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
01:59:04.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.216353 31668 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0acb358dcc1b44f78ad530a24d62120a, State: Initialized, Role: FOLLOWER
01:59:04.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.217505 31668 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [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: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } }
01:59:04.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.231652 31793 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [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: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:04.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:04.231894 31538 tablet.cc:2406] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:59:04.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.235531 31793 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [sys.catalog]: This master's current role is: FOLLOWER
01:59:04.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.234153 31668 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [sys.catalog]: configured and running, proceeding with master startup.
01:59:04.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.272424 31793 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
01:59:04.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.272683 31793 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } }
01:59:04.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.274449 31793 leader_election.cc:290] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c21872b30d67445fb2b77852ada0a02a (127.30.195.190:45591), 6efc6bf40d974889a0479527e121d24d (127.30.195.188:41941)
01:59:04.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.276501 31562 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0acb358dcc1b44f78ad530a24d62120a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c21872b30d67445fb2b77852ada0a02a" is_pre_election: true
01:59:04.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.277031 31562 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0acb358dcc1b44f78ad530a24d62120a in term 0.
01:59:04.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.277690 31720 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0acb358dcc1b44f78ad530a24d62120a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6efc6bf40d974889a0479527e121d24d" is_pre_election: true
01:59:04.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.278206 31720 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0acb358dcc1b44f78ad530a24d62120a in term 0.
01:59:04.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.278863 31612 leader_election.cc:304] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [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: 0acb358dcc1b44f78ad530a24d62120a, 6efc6bf40d974889a0479527e121d24d; no voters: 
01:59:04.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.280100 31793 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 0 FOLLOWER]: Leader pre-election won for term 1
01:59:04.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.280236 31793 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
01:59:04.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.280310 31793 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 0 FOLLOWER]: Advancing to term 1
01:59:04.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.283326 31793 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } }
01:59:04.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.284731 31562 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0acb358dcc1b44f78ad530a24d62120a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c21872b30d67445fb2b77852ada0a02a"
01:59:04.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.284961 31562 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [term 0 FOLLOWER]: Advancing to term 1
01:59:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.288605 31562 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0acb358dcc1b44f78ad530a24d62120a in term 1.
01:59:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.289273 31610 leader_election.cc:304] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [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: 0acb358dcc1b44f78ad530a24d62120a, c21872b30d67445fb2b77852ada0a02a; no voters: 
01:59:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.289942 31798 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 1 FOLLOWER]: Leader election won for term 1
01:59:04.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.291023 31720 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0acb358dcc1b44f78ad530a24d62120a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6efc6bf40d974889a0479527e121d24d"
01:59:04.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.291281 31720 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [term 0 FOLLOWER]: Advancing to term 1
01:59:04.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.296236 31720 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0acb358dcc1b44f78ad530a24d62120a in term 1.
01:59:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.297129 31793 leader_election.cc:290] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [CANDIDATE]: Term 1 election: Requested vote from peers c21872b30d67445fb2b77852ada0a02a (127.30.195.190:45591), 6efc6bf40d974889a0479527e121d24d (127.30.195.188:41941)
01:59:04.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.302416 31798 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [term 1 LEADER]: Becoming Leader. State: Replica: 0acb358dcc1b44f78ad530a24d62120a, State: Running, Role: LEADER
01:59:04.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.303357 31798 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [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: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } }
01:59:04.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.316835 31793 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0acb358dcc1b44f78ad530a24d62120a. Latest consensus state: current_term: 1 leader_uuid: "0acb358dcc1b44f78ad530a24d62120a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:04.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.317322 31793 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [sys.catalog]: This master's current role is: LEADER
01:59:04.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.323405 31805 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
01:59:04.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.347285 31805 catalog_manager.cc:1520] Initializing Kudu cluster ID...
01:59:04.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.401885 31720 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [term 1 FOLLOWER]: Refusing update from remote peer 0acb358dcc1b44f78ad530a24d62120a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:59:04.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.403415 31793 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [LEADER]: Connected to new peer: Peer: permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:59:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.411684 31562 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [term 1 FOLLOWER]: Refusing update from remote peer 0acb358dcc1b44f78ad530a24d62120a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
01:59:04.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.413070 31793 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
01:59:04.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.433071 31818 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
01:59:04.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 01:59:04.435698 31615 tablet.cc:2406] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a: Can't schedule compaction. Clean time has not been advanced past its initial value.
01:59:04.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.436869 31760 sys_catalog.cc:455] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0acb358dcc1b44f78ad530a24d62120a. Latest consensus state: current_term: 1 leader_uuid: "0acb358dcc1b44f78ad530a24d62120a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:04.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.437135 31760 sys_catalog.cc:458] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [sys.catalog]: This master's current role is: FOLLOWER
01:59:04.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.438177 31776 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0acb358dcc1b44f78ad530a24d62120a. Latest consensus state: current_term: 1 leader_uuid: "0acb358dcc1b44f78ad530a24d62120a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:04.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.438453 31776 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [sys.catalog]: This master's current role is: FOLLOWER
01:59:04.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.440968 31810 mvcc.cc:204] Tried to move back new op lower bound from 7317503772238401536 to 7317503771873718272. Current Snapshot: MvccSnapshot[applied={T|T < 7317503772238401536}]
01:59:04.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.453852 31760 sys_catalog.cc:455] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0acb358dcc1b44f78ad530a24d62120a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:04.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.454070 31760 sys_catalog.cc:458] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a [sys.catalog]: This master's current role is: FOLLOWER
01:59:04.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.453958 31793 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0acb358dcc1b44f78ad530a24d62120a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:04.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.454145 31793 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [sys.catalog]: This master's current role is: LEADER
01:59:04.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.454450 31793 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0acb358dcc1b44f78ad530a24d62120a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:04.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.454608 31793 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a [sys.catalog]: This master's current role is: LEADER
01:59:04.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.460042 31813 mvcc.cc:204] Tried to move back new op lower bound from 7317503772238401536 to 7317503771873718272. Current Snapshot: MvccSnapshot[applied={T|T < 7317503772238401536}]
01:59:04.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.461457 31805 catalog_manager.cc:1383] Generated new cluster ID: 3d39d8571d69404bb9edbdab3c536e77
01:59:04.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.461567 31805 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
01:59:04.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.472242 31776 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0acb358dcc1b44f78ad530a24d62120a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c21872b30d67445fb2b77852ada0a02a" member_type: VOTER last_known_addr { host: "127.30.195.190" port: 45591 } } peers { permanent_uuid: "0acb358dcc1b44f78ad530a24d62120a" member_type: VOTER last_known_addr { host: "127.30.195.189" port: 33895 } } peers { permanent_uuid: "6efc6bf40d974889a0479527e121d24d" member_type: VOTER last_known_addr { host: "127.30.195.188" port: 41941 } } }
01:59:04.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.472479 31776 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d [sys.catalog]: This master's current role is: FOLLOWER
01:59:04.489 [WARN - Metastore-Handler-Pool: Thread-225] (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.
01:59:04.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.507228 31805 catalog_manager.cc:1406] Generated new certificate authority record
01:59:04.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.509011 31805 catalog_manager.cc:1540] Loading token signing keys...
01:59:04.517 [WARN - Metastore-Handler-Pool: Thread-225] (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.
01:59:04.517 [WARN - Metastore-Handler-Pool: Thread-225] (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.
01:59:04.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.603542 31805 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 0acb358dcc1b44f78ad530a24d62120a: Generated new TSK 0
01:59:04.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:04.604908 31805 catalog_manager.cc:1550] Initializing in-progress tserver states...
01:59:04.726 [INFO - Metastore-Handler-Pool: Thread-225] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
01:59:04.740 [INFO - Metastore-Handler-Pool: Thread-225] (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/hive10972943843296272673/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=9366dc8e-1a66-435f-88d7-55ff9e31aab5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.195.190:45591,127.30.195.188:41941,127.30.195.189:33895}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
01:59:04.750 [INFO - Metastore-Handler-Pool: Thread-225] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10972943843296272673/external-warehouse/table
01:59:04.938 [DEBUG - Metastore-Handler-Pool: Thread-225] (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.
01:59:04.943 [DEBUG - Metastore-Handler-Pool: Thread-225] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
01:59:04.963 [DEBUG - Metastore-Handler-Pool: Thread-225] (Connection.java:748) [peer master-127.30.195.190:45591(127.30.195.190:45591)] connecting to peer
01:59:04.972 [DEBUG - Metastore-Handler-Pool: Thread-225] (Connection.java:748) [peer master-127.30.195.188:41941(127.30.195.188:41941)] connecting to peer
01:59:04.974 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.195.190:45591(127.30.195.190:45591)] Successfully connected to peer
01:59:04.978 [DEBUG - Metastore-Handler-Pool: Thread-225] (Connection.java:748) [peer master-127.30.195.189:33895(127.30.195.189:33895)] connecting to peer
01:59:04.983 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.195.188:41941(127.30.195.188:41941)] Successfully connected to peer
01:59:04.985 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.195.190
01:59:04.996 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.195.188
01:59:05.013 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:59:05.025 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.30.195.189:33895(127.30.195.189:33895)] Successfully connected to peer
01:59:05.026 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:59:05.040 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xf535bb3b, L:/127.0.0.1:51804 - R:/127.30.195.190:45591] using SASL/PLAIN
01:59:05.044 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.195.189
01:59:05.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.044256 31777 catalog_manager.cc:1295] Loaded cluster ID: 3d39d8571d69404bb9edbdab3c536e77
01:59:05.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.044711 31777 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a: loading cluster ID for follower catalog manager: success
01:59:05.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.050760 31777 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a: acquiring CA information for follower catalog manager: success
01:59:05.053 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xb1013a06, L:/127.0.0.1:34288 - R:/127.30.195.188:41941] using SASL/PLAIN
01:59:05.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.059262 31777 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c21872b30d67445fb2b77852ada0a02a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:59:05.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.066743 31790 catalog_manager.cc:1295] Loaded cluster ID: 3d39d8571d69404bb9edbdab3c536e77
01:59:05.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.067160 31790 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d: loading cluster ID for follower catalog manager: success
01:59:05.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.074004 31790 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d: acquiring CA information for follower catalog manager: success
01:59:05.084 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
01:59:05.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.086908 31790 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 6efc6bf40d974889a0479527e121d24d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
01:59:05.100 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xed32727a, L:/127.0.0.1:55514 - R:/127.30.195.189:33895] using SASL/PLAIN
01:59:05.108 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
01:59:05.155 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:59:05.191 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:3711) Skipping translation for processor with null
01:59:05.193 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
01:59:05.204 [INFO - Metastore-Handler-Pool: Thread-225] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
01:59:05.252 [INFO - Metastore-Handler-Pool: Thread-225] (MetaStoreServerUtils.java:473) Updating table stats for table
01:59:05.252 [INFO - Metastore-Handler-Pool: Thread-225] (MetaStoreServerUtils.java:476) Updated size of table table to 0
01:59:05.344 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
01:59:05.376 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:3711) Skipping translation for processor with null
01:59:05.377 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
01:59:05.473 [WARN - Metastore-Handler-Pool: Thread-225] (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.
01:59:05.618 [WARN - Metastore-Handler-Pool: Thread-225] (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.
01:59:05.644 [WARN - Metastore-Handler-Pool: Thread-225] (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.
01:59:05.728 [INFO - Metastore-Handler-Pool: Thread-225] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
01:59:05.729 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
01:59:05.729 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
01:59:05.729 [INFO - Metastore-Handler-Pool: Thread-225] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@dad906a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@74608180 will be shutdown
01:59:05.730 [INFO - Metastore-Handler-Pool: Thread-225] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
01:59:05.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.730206 31502 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 31514
01:59:05.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.732169 31583 generic_service.cc:196] Checking for leaks (request via RPC)
01:59:05.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.844661 31502 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 31514
01:59:05.872 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.195.190:45591(127.30.195.190:45591)] handling channelInactive
01:59:05.872 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.195.190:45591(127.30.195.190:45591)] cleaning up while in state READY due to: connection closed
01:59:05.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.872757 31502 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 31592
01:59:05.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:05.873981 31663 generic_service.cc:196] Checking for leaks (request via RPC)
01:59:06.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:06.004628 31502 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 31592
01:59:06.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:06.031270 31502 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu pid 31671
01:59:06.031 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.30.195.189:33895(127.30.195.189:33895)] handling channelInactive
01:59:06.031 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.30.195.189:33895(127.30.195.189:33895)] cleaning up while in state READY due to: connection closed
01:59:06.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:06.032680 31745 generic_service.cc:196] Checking for leaks (request via RPC)
01:59:06.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 01:59:06.139947 31502 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskOcTV4R/build/asan/bin/kudu with pid 31671
01:59:06.165 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.195.188:41941(127.30.195.188:41941)] handling channelInactive
01:59:06.166 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.195.188:41941(127.30.195.188:41941)] cleaning up while in state READY due to: connection closed
01:59:06.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T01:59:06Z chronyd exiting

Time: 37.368

OK (6 tests)

