JUnit version 4.13.2
.23:00:08.760 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:08.764 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:08.765 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:08.874 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive8184409044303196818
23:00:09.005 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:00:09.016 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:00:09.273 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:09.312 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:09.313 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
23:00:09.347 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
23:00:09.364 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:00:09.385 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
23:00:10.103 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:10.107 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
23:00:10.125 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:00:10.127 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:00:10.140 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:10.140 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:00:10.343 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:00:10.344 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:00:10.346 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:00:10.792 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:00:10.793 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: null will be shutdown
23:00:10.823 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d439447 created in the thread with id: 13
23:00:10.884 [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
23:00:11.081 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:11.082 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:11.084 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:11.084 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:11.085 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:11.086 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:11.629 [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
23:00:11.629 [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.233
23:00:11.630 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c
23:00:11.958 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
23:00:12.004 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
23:00:12.050 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
23:00:12.053 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
23:00:12.123 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:00:12.130 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:00:12.445 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:00:12.452 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
23:00:12.463 [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)
23:00:12.464 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [41611]...
23:00:12.464 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:00:12.464 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:00:12.464 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
23:00:12.464 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
23:00:12.898 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:12.899 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:12.900 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:12.912 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:00:12.912 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41611]
23:00:12.913 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41611) in binary transport mode
23:00:12.928 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41611) current connections: 1
23:00:13.011 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
23:00:13.132 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskflmWFT/test-tmp
23:00:13.135 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:00:13.139 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskflmWFT/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:00:13.180 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41611"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:00:13.575 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:13.581 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:00:13.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.584133  9797 mini_oidc.cc:150] Starting JWKS server
23:00:13.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.586345  9797 webserver.cc:534] Webserver started at http://127.0.0.1:45377/ using document root <none> and password file <none>
23:00:13.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.586557  9797 mini_oidc.cc:186] Starting OIDC Discovery server
23:00:13.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.587090  9797 webserver.cc:534] Webserver started at http://127.0.0.1:45525/ using document root <none> and password file <none>
23:00:13.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:13Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:00:13.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:13Z Disabled control of system clock
23:00:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.611689  9797 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/wal
23:00:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/data
23:00:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:13.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:13.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/logs
23:00:13.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/data/info.pb
23:00:13.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:13.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:13.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:13.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:13.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:13.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:13.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:13.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:13.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:13.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:13.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:13.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:13.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.145.126:36701
23:00:13.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.145.126
23:00:13.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:13.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.145.84:43083
23:00:13.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:13.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:13.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:13.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:13.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.145.126:36701,127.9.145.125:46417,127.9.145.124:35107
23:00:13.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:13.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45377/jwks.json
23:00:13.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41611 with env {}
23:00:13.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.918200  9808 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:13.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.918510  9808 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:13.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.918618  9808 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:13.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.926908  9808 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:13.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.927011  9808 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:13.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.927086  9808 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:13.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.927140  9808 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:13.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.927207  9808 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:13.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.927254  9808 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45377/jwks.json
23:00:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.937335  9808 master_runner.cc:387] Master server non-default flags:
23:00:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.145.84:43083
23:00:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/data
23:00:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/wal
23:00:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41611
23:00:13.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:13.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.145.126:36701,127.9.145.125:46417,127.9.145.124:35107
23:00:13.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:13.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:13.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:13.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.145.126:36701
23:00:13.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:13.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:13.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:13.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45377/jwks.json
23:00:13.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:13.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:13.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/data/info.pb
23:00:13.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.145.126
23:00:13.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:13.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:13.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:13.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:13.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:13.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:13.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/logs
23:00:13.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:13.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:13.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:13.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:13.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:13.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:13.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:13.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:13.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:13.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:13.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.939519  9808 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:13.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.942013  9808 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:13.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.950654  9813 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
23:00:13.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.950853  9814 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
23:00:13.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:13.951814  9816 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
23:00:13.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.952102  9808 server_base.cc:1061] running on GCE node
23:00:13.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.952826  9808 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:13.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.954159  9808 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:13.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.955356  9808 hybrid_clock.cc:648] HybridClock initialized: now 1783465213955287 us; error 68 us; skew 500 ppm
23:00:13.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.955654  9808 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:13.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.957672  9808 webserver.cc:534] Webserver started at http://127.9.145.126:44459/ using document root <none> and password file <none>
23:00:13.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.958330  9808 fs_manager.cc:362] Metadata directory not provided
23:00:13.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.958415  9808 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:13.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.958732  9808 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:13.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.961054  9808 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/data/instance:
23:00:13.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1424c606d61b4318bf195ee2276953d8"
23:00:13.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:13 on dist-test-slave-fgkt"
23:00:13.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.961738  9808 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/wal/instance:
23:00:13.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1424c606d61b4318bf195ee2276953d8"
23:00:13.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:13 on dist-test-slave-fgkt"
23:00:13.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.966734  9808 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.005s
23:00:13.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.969835  9822 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:13.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.971037  9808 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
23:00:13.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.971165  9808 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/wal
23:00:13.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1424c606d61b4318bf195ee2276953d8"
23:00:13.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:13 on dist-test-slave-fgkt"
23:00:13.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.971325  9808 fs_report.cc:389] FS layout report
23:00:13.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:13.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/wal
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/wal
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/data/data
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:13.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:13.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:13.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:13.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.989956  9808 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:13.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.990823  9808 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:13.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:13.991114  9808 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:14.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.008816  9808 rpc_server.cc:307] RPC server started. Bound to: 127.9.145.126:36701
23:00:14.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.008834  9873 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.145.126:36701 every 8 connection(s)
23:00:14.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.010272  9808 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/data/info.pb
23:00:14.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.014259  9874 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:14.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.019918  9797 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 9808
23:00:14.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.019583  9874 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } has no permanent_uuid. Determining permanent_uuid...
23:00:14.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.020192  9797 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-0/wal/instance
23:00:14.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.022871  9797 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:14.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:14.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/wal
23:00:14.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/data
23:00:14.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:14.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:14.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:14.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:14.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:14.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:14.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/logs
23:00:14.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/data/info.pb
23:00:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:14.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:14.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:14.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:14.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.145.125:46417
23:00:14.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.145.125
23:00:14.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:14.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.145.84:43083
23:00:14.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:14.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:14.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:14.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:14.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.145.126:36701,127.9.145.125:46417,127.9.145.124:35107
23:00:14.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:14.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45377/jwks.json
23:00:14.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41611 with env {}
23:00:14.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.038355  9874 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } has no permanent_uuid. Determining permanent_uuid...
23:00:14.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.039610  9825 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.145.125:46417: connect: Connection refused (error 111)
23:00:14.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.041211  9874 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.125:46417: Network error: Client connection negotiation failed: client connection to 127.9.145.125:46417: connect: Connection refused (error 111)
23:00:14.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.090528  9874 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } attempt: 1
23:00:14.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.092813  9874 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.125:46417: Network error: Client connection negotiation failed: client connection to 127.9.145.125:46417: connect: Connection refused (error 111)
23:00:14.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.161037  9874 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } attempt: 2
23:00:14.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.162844  9874 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.125:46417: Network error: Client connection negotiation failed: client connection to 127.9.145.125:46417: connect: Connection refused (error 111)
23:00:14.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.254096  9874 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } attempt: 3
23:00:14.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.255957  9874 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.125:46417: Network error: Client connection negotiation failed: client connection to 127.9.145.125:46417: connect: Connection refused (error 111)
23:00:14.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.332464  9877 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:14.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.332782  9877 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:14.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.332896  9877 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:14.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.341080  9877 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:14.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.341172  9877 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:14.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.341253  9877 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:14.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.341305  9877 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:14.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.341373  9877 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:14.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.341419  9877 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45377/jwks.json
23:00:14.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.351437  9877 master_runner.cc:387] Master server non-default flags:
23:00:14.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:14.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.145.84:43083
23:00:14.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:14.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:14.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/data
23:00:14.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/wal
23:00:14.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41611
23:00:14.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:14.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.145.126:36701,127.9.145.125:46417,127.9.145.124:35107
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.145.125:46417
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45377/jwks.json
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:14.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/data/info.pb
23:00:14.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.145.125
23:00:14.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:14.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:14.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:14.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:14.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:14.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:14.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/logs
23:00:14.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:14.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:14.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:14.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:14.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:14.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:14.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:14.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:14.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:14.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:14.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.353609  9877 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:14.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.356148  9877 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:14.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.363554  9884 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
23:00:14.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.363621  9883 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
23:00:14.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.363891  9886 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
23:00:14.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.364876  9877 server_base.cc:1061] running on GCE node
23:00:14.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.365770  9877 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:14.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.367035  9877 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:14.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.368237  9877 hybrid_clock.cc:648] HybridClock initialized: now 1783465214368177 us; error 52 us; skew 500 ppm
23:00:14.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.368526  9877 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.370538  9877 webserver.cc:534] Webserver started at http://127.9.145.125:44077/ using document root <none> and password file <none>
23:00:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.371186  9877 fs_manager.cc:362] Metadata directory not provided
23:00:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.371270  9877 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.371552  9877 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:14.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.373766  9877 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/data/instance:
23:00:14.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93e5f383fc214dd09c01ceabbacfbb9e"
23:00:14.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:14 on dist-test-slave-fgkt"
23:00:14.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.374475  9877 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/wal/instance:
23:00:14.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93e5f383fc214dd09c01ceabbacfbb9e"
23:00:14.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:14 on dist-test-slave-fgkt"
23:00:14.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.379405  9877 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
23:00:14.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.382404  9892 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:14.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.383570  9877 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
23:00:14.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.383699  9877 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/wal
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93e5f383fc214dd09c01ceabbacfbb9e"
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:14 on dist-test-slave-fgkt"
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.383891  9877 fs_report.cc:389] FS layout report
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/wal
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/wal
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/data/data
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:14.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:14.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:14.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:14.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.399201  9874 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } attempt: 4
23:00:14.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.401160  9874 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.125:46417: Network error: Client connection negotiation failed: client connection to 127.9.145.125:46417: connect: Connection refused (error 111)
23:00:14.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.401351  9877 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:14.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.402156  9877 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:14.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.402393  9877 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:14.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.419951  9877 rpc_server.cc:307] RPC server started. Bound to: 127.9.145.125:46417
23:00:14.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.419970  9943 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.145.125:46417 every 8 connection(s)
23:00:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.421244  9877 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/data/info.pb
23:00:14.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.425012  9944 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:14.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.430260  9797 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 9877
23:00:14.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.430403  9797 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-1/wal/instance
23:00:14.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.430529  9944 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } has no permanent_uuid. Determining permanent_uuid...
23:00:14.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.431336  9797 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:14.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:14.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/wal
23:00:14.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/data
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/logs
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/data/info.pb
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:14.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:14.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.145.124:35107
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.145.124
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.145.84:43083
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.145.126:36701,127.9.145.125:46417,127.9.145.124:35107
23:00:14.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:14.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45377/jwks.json
23:00:14.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41611 with env {}
23:00:14.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.444394  9944 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } has no permanent_uuid. Determining permanent_uuid...
23:00:14.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.453248  9944 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } has no permanent_uuid. Determining permanent_uuid...
23:00:14.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.454281  9894 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.145.124:35107: connect: Connection refused (error 111)
23:00:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.455857  9944 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.124:35107: Network error: Client connection negotiation failed: client connection to 127.9.145.124:35107: connect: Connection refused (error 111)
23:00:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.505206  9944 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } attempt: 1
23:00:14.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.507331  9944 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.124:35107: Network error: Client connection negotiation failed: client connection to 127.9.145.124:35107: connect: Connection refused (error 111)
23:00:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.575539  9944 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } attempt: 2
23:00:14.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.577598  9944 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.124:35107: Network error: Client connection negotiation failed: client connection to 127.9.145.124:35107: connect: Connection refused (error 111)
23:00:14.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.668797  9944 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } attempt: 3
23:00:14.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.670751  9944 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.124:35107: Network error: Client connection negotiation failed: client connection to 127.9.145.124:35107: connect: Connection refused (error 111)
23:00:14.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.700408  9874 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } attempt: 5
23:00:14.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.706651  9874 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } has no permanent_uuid. Determining permanent_uuid...
23:00:14.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.708478  9874 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.124:35107: Network error: Client connection negotiation failed: client connection to 127.9.145.124:35107: connect: Connection refused (error 111)
23:00:14.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.747169  9946 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:14.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.747555  9946 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:14.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.747632  9946 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.755342  9946 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.755424  9946 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.755478  9946 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:14.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.755515  9946 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:14.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.755563  9946 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:14.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.755594  9946 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45377/jwks.json
23:00:14.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.759677  9874 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } attempt: 1
23:00:14.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.761804  9874 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.124:35107: Network error: Client connection negotiation failed: client connection to 127.9.145.124:35107: connect: Connection refused (error 111)
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.766073  9946 master_runner.cc:387] Master server non-default flags:
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.145.84:43083
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/data
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/wal
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41611
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.145.126:36701,127.9.145.125:46417,127.9.145.124:35107
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.145.124:35107
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45377/jwks.json
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/data/info.pb
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.145.124
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/logs
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:14.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:14.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.769587  9946 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:14.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.771375  9946 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.779268  9953 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
23:00:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.779330  9954 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
23:00:14.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.779917  9956 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
23:00:14.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.780463  9946 server_base.cc:1061] running on GCE node
23:00:14.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.781147  9946 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:14.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.782511  9946 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:14.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.783711  9946 hybrid_clock.cc:648] HybridClock initialized: now 1783465214783653 us; error 52 us; skew 500 ppm
23:00:14.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.784055  9946 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.786098  9946 webserver.cc:534] Webserver started at http://127.9.145.124:35973/ using document root <none> and password file <none>
23:00:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.786748  9946 fs_manager.cc:362] Metadata directory not provided
23:00:14.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.786837  9946 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:14.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.787204  9946 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.789664  9946 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/data/instance:
23:00:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "55bb6d6e252d40c58f56ba575e3744ab"
23:00:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:14 on dist-test-slave-fgkt"
23:00:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.790403  9946 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/wal/instance:
23:00:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "55bb6d6e252d40c58f56ba575e3744ab"
23:00:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:14 on dist-test-slave-fgkt"
23:00:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.795410  9946 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
23:00:14.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.798660  9962 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.799970  9946 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.800099  9946 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/wal
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "55bb6d6e252d40c58f56ba575e3744ab"
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:14 on dist-test-slave-fgkt"
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.800269  9946 fs_report.cc:389] FS layout report
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/wal
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/wal
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/data/data
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:14.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:14.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:14.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:14.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:14.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.813958  9944 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } attempt: 4
23:00:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.815867  9944 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.124:35107: Network error: Client connection negotiation failed: client connection to 127.9.145.124:35107: connect: Connection refused (error 111)
23:00:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.830039  9874 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } attempt: 2
23:00:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.831939  9874 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.145.124:35107: Network error: Client connection negotiation failed: client connection to 127.9.145.124:35107: connect: Connection refused (error 111)
23:00:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.835848  9946 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.836764  9946 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.837066  9946 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.856141  9946 rpc_server.cc:307] RPC server started. Bound to: 127.9.145.124:35107
23:00:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.856165 10013 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.145.124:35107 every 8 connection(s)
23:00:14.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.857734  9946 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/data/info.pb
23:00:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.859068  9797 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 9946
23:00:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.859211  9797 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1622563666348797552/master-2/wal/instance
23:00:14.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.862726 10014 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.869815 10014 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } has no permanent_uuid. Determining permanent_uuid...
23:00:14.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.879586 10014 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } has no permanent_uuid. Determining permanent_uuid...
23:00:14.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.885533 10014 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } has no permanent_uuid. Determining permanent_uuid...
23:00:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.897835 10014 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab: Bootstrap starting.
23:00:14.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.900146  9797 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:00:14.902 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.901896 10014 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab: Neither blocks nor log segments found. Creating new log.
23:00:14.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.903244 10014 log.cc:826] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab: Log is configured to *not* fsync() on all Append() calls
23:00:14.903 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:00:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.910005 10014 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab: No bootstrap required, opened a new log
23:00:14.912 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.145.126"
      port: 36701
    }
    bound_http_address {
      host: "127.9.145.126"
      port: 44459
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.145.125"
      port: 46417
    }
    bound_http_address {
      host: "127.9.145.125"
      port: 44077
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.145.124"
      port: 35107
    }
    bound_http_address {
      host: "127.9.145.124"
      port: 35973
    }
  }
}

23:00:14.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.917493 10014 raft_consensus.cc:359] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } }
23:00:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.917856 10014 raft_consensus.cc:385] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.917968 10014 raft_consensus.cc:740] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 55bb6d6e252d40c58f56ba575e3744ab, State: Initialized, Role: FOLLOWER
23:00:14.918 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:00:14.918 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.918673 10014 consensus_queue.cc:260] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [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: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } }
23:00:14.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.920449 10019 sys_catalog.cc:455] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [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: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.920966 10019 sys_catalog.cc:458] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [sys.catalog]: This master's current role is: FOLLOWER
23:00:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.921609 10014 sys_catalog.cc:565] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [sys.catalog]: configured and running, proceeding with master startup.
23:00:14.935 [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=	
23:00:14.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.936748 10030 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:14.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.930907  9946 master_runner.cc:187] Error getting master registration for 127.9.145.126:36701: OK, instance_id { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" instance_seqno: 1783465214004296 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:14.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.937880  9946 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:14.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.938150  9874 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } attempt: 3
23:00:14.940 [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=887683ec-e072-483a-9bfc-8138af3b2a04, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:14.942 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:14.942 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:14.943 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4, with PersistenceManager: null will be shutdown
23:00:14.944 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18ae2660 created in the thread with id: 36
23:00:14.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.949421 10033 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:00:14.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.949779 10033 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:00:14.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.950472  9874 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8: Bootstrap starting.
23:00:14.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.954325  9874 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8: Neither blocks nor log segments found. Creating new log.
23:00:14.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.955871  9874 log.cc:826] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8: Log is configured to *not* fsync() on all Append() calls
23:00:14.961 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4
23:00:14.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.964671  9874 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8: No bootstrap required, opened a new log
23:00:14.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.972362  9874 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } }
23:00:14.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.973006  9874 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:14.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.973348  9874 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1424c606d61b4318bf195ee2276953d8, State: Initialized, Role: FOLLOWER
23:00:14.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.974362  9874 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [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: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } }
23:00:14.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.991916 10037 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [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: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:14.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.992691 10037 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [sys.catalog]: This master's current role is: FOLLOWER
23:00:14.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:14.993398  9874 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [sys.catalog]: configured and running, proceeding with master startup.
23:00:14.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:14.993763  9828 tablet.cc:2406] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:15.060 [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=	
23:00:15.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:15.061704 10049 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:15.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.073236 10037 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:00:15.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.073525 10037 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } }
23:00:15.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.075402 10037 leader_election.cc:290] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 93e5f383fc214dd09c01ceabbacfbb9e (127.9.145.125:46417), 55bb6d6e252d40c58f56ba575e3744ab (127.9.145.124:35107)
23:00:15.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.076323  9989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1424c606d61b4318bf195ee2276953d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "55bb6d6e252d40c58f56ba575e3744ab" is_pre_election: true
23:00:15.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.076859  9989 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1424c606d61b4318bf195ee2276953d8 in term 0.
23:00:15.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.079639  9824 leader_election.cc:304] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [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: 1424c606d61b4318bf195ee2276953d8, 55bb6d6e252d40c58f56ba575e3744ab; no voters: 
23:00:15.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.080627 10037 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:00:15.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.080796 10037 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:00:15.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.080925 10037 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 0 FOLLOWER]: Advancing to term 1
23:00:15.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.084372 10037 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } }
23:00:15.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.086395  9989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1424c606d61b4318bf195ee2276953d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "55bb6d6e252d40c58f56ba575e3744ab"
23:00:15.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.086625  9989 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [term 0 FOLLOWER]: Advancing to term 1
23:00:15.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.080821  9808 master_runner.cc:187] Error getting master registration for 127.9.145.125:46417: OK, instance_id { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" instance_seqno: 1783465214415480 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:15.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.087064  9808 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:15.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:15.089180  9968 tablet.cc:2406] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:15.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.090929  9989 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1424c606d61b4318bf195ee2276953d8 in term 1.
23:00:15.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.091452  9824 leader_election.cc:304] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [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: 1424c606d61b4318bf195ee2276953d8, 55bb6d6e252d40c58f56ba575e3744ab; no voters: 
23:00:15.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.092304 10037 leader_election.cc:290] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [CANDIDATE]: Term 1 election: Requested vote from peers 93e5f383fc214dd09c01ceabbacfbb9e (127.9.145.125:46417), 55bb6d6e252d40c58f56ba575e3744ab (127.9.145.124:35107)
23:00:15.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.092370 10055 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 1 FOLLOWER]: Leader election won for term 1
23:00:15.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.092655 10055 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [term 1 LEADER]: Becoming Leader. State: Replica: 1424c606d61b4318bf195ee2276953d8, State: Running, Role: LEADER
23:00:15.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.093603 10055 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [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: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } }
23:00:15.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:15.105454 10053 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:00:15.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:15.105610 10053 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:00:15.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.107301 10037 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1424c606d61b4318bf195ee2276953d8. Latest consensus state: current_term: 1 leader_uuid: "1424c606d61b4318bf195ee2276953d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:15.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.107527 10037 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [sys.catalog]: This master's current role is: LEADER
23:00:15.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.112111 10057 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:00:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.114262 10057 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:00:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.115073  9944 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } attempt: 5
23:00:15.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.128479  9944 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e: Bootstrap starting.
23:00:15.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.133049  9944 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e: Neither blocks nor log segments found. Creating new log.
23:00:15.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.136776  9944 log.cc:826] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e: Log is configured to *not* fsync() on all Append() calls
23:00:15.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.152208  9944 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e: No bootstrap required, opened a new log
23:00:15.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.154363  9989 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [term 1 FOLLOWER]: Refusing update from remote peer 1424c606d61b4318bf195ee2276953d8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:15.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.155622 10055 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:15.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.160153  9944 raft_consensus.cc:359] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } }
23:00:15.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.160662  9944 raft_consensus.cc:385] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:15.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.160979  9944 raft_consensus.cc:740] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93e5f383fc214dd09c01ceabbacfbb9e, State: Initialized, Role: FOLLOWER
23:00:15.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.161916  9944 consensus_queue.cc:260] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [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: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } }
23:00:15.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.169061 10061 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [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: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:15.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.171154  9918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1424c606d61b4318bf195ee2276953d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93e5f383fc214dd09c01ceabbacfbb9e"
23:00:15.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.171425  9919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1424c606d61b4318bf195ee2276953d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" is_pre_election: true
23:00:15.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.171512  9917 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [term 0 FOLLOWER]: Advancing to term 1
23:00:15.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.176384  9917 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [term 1 FOLLOWER]: Refusing update from remote peer 1424c606d61b4318bf195ee2276953d8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:15.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.171598  9944 sys_catalog.cc:565] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [sys.catalog]: configured and running, proceeding with master startup.
23:00:15.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.177089 10055 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:15.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.178807 10061 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [sys.catalog]: This master's current role is: FOLLOWER
23:00:15.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.221199 10061 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1424c606d61b4318bf195ee2276953d8. Latest consensus state: current_term: 1 leader_uuid: "1424c606d61b4318bf195ee2276953d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:15.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.221458 10061 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [sys.catalog]: This master's current role is: FOLLOWER
23:00:15.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.224821 10019 sys_catalog.cc:455] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1424c606d61b4318bf195ee2276953d8. Latest consensus state: current_term: 1 leader_uuid: "1424c606d61b4318bf195ee2276953d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:15.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.225060 10019 sys_catalog.cc:458] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [sys.catalog]: This master's current role is: FOLLOWER
23:00:15.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.226697 10065 mvcc.cc:204] Tried to move back new op lower bound from 7305073521252200448 to 7305073521028730880. Current Snapshot: MvccSnapshot[applied={T|T < 7305073521252200448}]
23:00:15.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.228611 10060 mvcc.cc:204] Tried to move back new op lower bound from 7305073521252200448 to 7305073521028730880. Current Snapshot: MvccSnapshot[applied={T|T < 7305073521252200448}]
23:00:15.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.238576 10061 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1424c606d61b4318bf195ee2276953d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:15.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.238765 10061 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e [sys.catalog]: This master's current role is: FOLLOWER
23:00:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.240183 10019 sys_catalog.cc:455] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1424c606d61b4318bf195ee2276953d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.240387 10019 sys_catalog.cc:458] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab [sys.catalog]: This master's current role is: FOLLOWER
23:00:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.240386 10055 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1424c606d61b4318bf195ee2276953d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.240650 10055 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [sys.catalog]: This master's current role is: LEADER
23:00:15.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.240929 10055 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1424c606d61b4318bf195ee2276953d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1424c606d61b4318bf195ee2276953d8" member_type: VOTER last_known_addr { host: "127.9.145.126" port: 36701 } } peers { permanent_uuid: "93e5f383fc214dd09c01ceabbacfbb9e" member_type: VOTER last_known_addr { host: "127.9.145.125" port: 46417 } } peers { permanent_uuid: "55bb6d6e252d40c58f56ba575e3744ab" member_type: VOTER last_known_addr { host: "127.9.145.124" port: 35107 } } }
23:00:15.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.241098 10055 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8 [sys.catalog]: This master's current role is: LEADER
23:00:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.242101 10057 catalog_manager.cc:1382] Generated new cluster ID: 95d7ea7ca7b840dd9c172d436fae839c
23:00:15.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.242193 10057 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:00:15.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.281584 10057 catalog_manager.cc:1405] Generated new certificate authority record
23:00:15.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.283267 10057 catalog_manager.cc:1539] Loading token signing keys...
23:00:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.323318 10057 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 1424c606d61b4318bf195ee2276953d8: Generated new TSK 0
23:00:15.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.325176 10057 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:00:15.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.326831 10057 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:00:15.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.328384 10057 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:00:15.344 [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=	
23:00:15.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:15.345793 10079 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:15.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.356467 10084 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:00:15.839 [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.
23:00:15.849 [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.
23:00:15.849 [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.
23:00:15.941 [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=	
23:00:15.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:15.941687 10030 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:15.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.952281 10033 catalog_manager.cc:1294] Loaded cluster ID: 95d7ea7ca7b840dd9c172d436fae839c
23:00:15.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.952395 10033 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab: loading cluster ID for follower catalog manager: success
23:00:15.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.956256 10033 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab: acquiring CA information for follower catalog manager: success
23:00:15.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:15.958761 10033 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 55bb6d6e252d40c58f56ba575e3744ab: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:15.988 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:16.000 [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/hive8184409044303196818/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=887683ec-e072-483a-9bfc-8138af3b2a04, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:16.064 [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=	
23:00:16.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:16.065405 10049 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:16.067 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8184409044303196818/external-warehouse/table
23:00:16.225 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:00:16.228 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
23:00:16.231 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:16.263 [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.9.145.124:35107,127.9.145.126:36701,127.9.145.125:46417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:16.290 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:16.294 [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/hive8184409044303196818/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.9.145.124:35107,127.9.145.126:36701,127.9.145.125:46417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:16.296 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8184409044303196818/external-warehouse/table
23:00:16.317 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:00:16.318 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
23:00:16.318 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:16.320 [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=9542e821-76a2-441d-9c11-aee2f1339606, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.145.124:35107,127.9.145.126:36701,127.9.145.125:46417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:16.325 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:16.329 [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/hive8184409044303196818/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=9542e821-76a2-441d-9c11-aee2f1339606, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.145.124:35107,127.9.145.126:36701,127.9.145.125:46417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:16.331 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8184409044303196818/external-warehouse/table
23:00:16.348 [INFO - Metastore-Handler-Pool: Thread-51] (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=	
23:00:16.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:16.350807 10079 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:16.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
23:00:16.358 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
23:00:16.358 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
23:00:16.367 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@6dc960a2
23:00:16.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:16.380110 10084 catalog_manager.cc:1294] Loaded cluster ID: 95d7ea7ca7b840dd9c172d436fae839c
23:00:16.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:16.380221 10084 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e: loading cluster ID for follower catalog manager: success
23:00:16.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:16.384106 10084 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e: acquiring CA information for follower catalog manager: success
23:00:16.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:16.386474 10084 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 93e5f383fc214dd09c01ceabbacfbb9e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:16.396 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
23:00:16.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
23:00:16.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
23:00:16.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
23:00:16.398 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
23:00:16.399 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
23:00:16.399 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
23:00:16.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
23:00:16.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
23:00:16.401 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
23:00:16.404 [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 @9225652
23:00:16.405 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
23:00:16.406 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
23:00:16.406 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
23:00:16.406 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
23:00:16.407 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
23:00:16.407 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
23:00:16.408 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
23:00:16.408 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
23:00:16.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
23:00:16.460 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
23:00:16.468 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
23:00:16.472 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
23:00:16.472 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
23:00:16.478 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
23:00:16.478 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
23:00:16.530 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
23:00:16.531 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
23:00:16.531 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
23:00:16.531 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
23:00:16.544 [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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
23:00:16.546 [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.
23:00:16.565 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:00:16.737 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.9.145.124:35107(127.9.145.124:35107)] connecting to peer
23:00:16.746 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 9743 (auto-detected)
23:00:16.748 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
23:00:16.748 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
23:00:16.751 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
23:00:16.752 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
23:00:16.754 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:68:ff:fe:21:67:11 (auto-detected)
23:00:16.777 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
23:00:16.777 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
23:00:16.778 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
23:00:16.784 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
23:00:16.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.9.145.126:36701(127.9.145.126:36701)] connecting to peer
23:00:16.798 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.9.145.125:46417(127.9.145.125:46417)] connecting to peer
23:00:16.818 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.9.145.125:46417(127.9.145.125:46417)] Successfully connected to peer
23:00:16.820 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.9.145.124:35107(127.9.145.124:35107)] Successfully connected to peer
23:00:16.821 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.9.145.126:36701(127.9.145.126:36701)] Successfully connected to peer
23:00:16.833 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
23:00:16.834 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
23:00:16.834 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@6e44f242
23:00:16.839 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
23:00:16.839 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
23:00:16.839 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
23:00:16.839 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
23:00:16.839 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
23:00:16.915 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.145.125
23:00:16.915 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.145.126
23:00:16.915 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.145.124
23:00:16.944 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:16.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:16.944633 10030 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:17.070 [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=	
23:00:17.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:17.071635 10049 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:17.097 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:17.097 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:17.101 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:17.118 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xc2e0ba05, L:/127.0.0.1:43450 - R:/127.9.145.126:36701] using SASL/PLAIN
23:00:17.118 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x7d11a040, L:/127.0.0.1:43960 - R:/127.9.145.124:35107] using SASL/PLAIN
23:00:17.123 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x8f8f15a0, L:/127.0.0.1:38510 - R:/127.9.145.125:46417] using SASL/PLAIN
23:00:17.161 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:00:17.166 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
23:00:17.167 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:17.169 [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=c3952b86-d7ad-4a70-a3a7-0832fab899ce, 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)	
23:00:17.173 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:17.177 [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/hive8184409044303196818/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=c3952b86-d7ad-4a70-a3a7-0832fab899ce, 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)
23:00:17.180 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8184409044303196818/external-warehouse/table
23:00:17.201 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
23:00:17.202 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:17.203 [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=7818699d-3391-42e0-b2dc-cbeffe35b5dd, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.145.124:35107,127.9.145.126:36701,127.9.145.125:46417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:17.207 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:17.210 [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/hive8184409044303196818/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=7818699d-3391-42e0-b2dc-cbeffe35b5dd, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.145.124:35107,127.9.145.126:36701,127.9.145.125:46417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:17.212 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8184409044303196818/external-warehouse/table
23:00:17.306 [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	
23:00:17.354 [INFO - Metastore-Handler-Pool: Thread-60] (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=	
23:00:17.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:17.355513 10079 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:17.378 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:17.387 [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	
23:00:17.523 [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.
23:00:17.768 [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.
23:00:17.817 [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.
23:00:17.858 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:17.947 [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=	
23:00:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:17.947628 10030 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:18.014 [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=f7f49b18-b4ce-4113-b883-14d72ebfebab, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.145.124:35107,127.9.145.126:36701,127.9.145.125:46417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:18.021 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:18.025 [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/hive8184409044303196818/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=f7f49b18-b4ce-4113-b883-14d72ebfebab, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.145.124:35107,127.9.145.126:36701,127.9.145.125:46417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:18.027 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8184409044303196818/external-warehouse/table
23:00:18.066 [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	
23:00:18.075 [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=	
23:00:18.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:18.076524 10049 client.h:373] Failed to connect to Hive Metastore (localhost:41611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:18.093 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:18.095 [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	
23:00:18.155 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:18.174 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:00:18.174 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:00:18.175 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18ae2660 will be shutdown
23:00:18.175 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:00:18.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:18.175282  9797 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 9808
23:00:18.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:18.177090  9869 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:18.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:18.289209  9797 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 9808
23:00:18.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:18.306171  9797 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 9877
23:00:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:18.307476  9939 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:18.308 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.9.145.126:36701(127.9.145.126:36701)] handling channelInactive
23:00:18.309 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.9.145.126:36701(127.9.145.126:36701)] cleaning up while in state READY due to: connection closed
23:00:18.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:18.429056  9797 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 9877
23:00:18.430 [INFO - Metastore-Handler-Pool: Thread-64] (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=	
23:00:18.444 [ERROR - Metastore-Handler-Pool: Thread-64] (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
23:00:18.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:18.444237  9797 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 9946
23:00:18.445 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.9.145.125:46417(127.9.145.125:46417)] handling channelInactive
23:00:18.445 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.9.145.125:46417(127.9.145.125:46417)] cleaning up while in state READY due to: connection closed
23:00:18.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:18.445801 10009 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:18.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:18.549021  9797 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 9946
23:00:18.564 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.9.145.124:35107(127.9.145.124:35107)] handling channelInactive
23:00:18.565 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.9.145.124:35107(127.9.145.124:35107)] cleaning up while in state READY due to: connection closed
23:00:18.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:18Z chronyd exiting
.23:00:18.688 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:18.688 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:18.688 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:18.713 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive6470585577886875103
23:00:18.714 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:00:18.714 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:00:18.718 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:18.718 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:18.718 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:00:18.722 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:00:18.726 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:00:18.726 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:00:18.727 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:00:18.727 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:00:18.729 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
23:00:18.821 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:18.821 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
23:00:18.821 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:00:18.823 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:00:18.824 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:18.824 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:00:18.841 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:00:18.841 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:00:18.841 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:00:18.876 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:18.877 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:18.878 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:18.878 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:18.878 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:18.879 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:19.050 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:00:19.051 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7075b0be, with PersistenceManager: null will be shutdown
23:00:19.051 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7075b0be, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1ccf70e0 created in the thread with id: 65
23:00:19.053 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:00:19.054 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7075b0be
23:00:19.172 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
23:00:19.193 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
23:00:19.226 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
23:00:19.228 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
23:00:19.266 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:00:19.267 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:00:19.268 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:00:19.268 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
23:00:19.268 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:00:19.269 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [37019]...
23:00:19.269 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:00:19.269 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:00:19.269 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
23:00:19.269 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
23:00:19.716 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:19.716 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:19.717 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:19.719 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:00:19.719 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37019]
23:00:19.719 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37019) in binary transport mode
23:00:19.720 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37019) current connections: 1
23:00:19.721 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskflmWFT/test-tmp
23:00:19.721 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:00:19.722 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskflmWFT/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:00:19.724 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37019"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:00:20.032 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:20.032 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:00:20.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.035259 10145 mini_oidc.cc:150] Starting JWKS server
23:00:20.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.037482 10145 webserver.cc:534] Webserver started at http://127.0.0.1:42939/ using document root <none> and password file <none>
23:00:20.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.037705 10145 mini_oidc.cc:186] Starting OIDC Discovery server
23:00:20.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.038352 10145 webserver.cc:534] Webserver started at http://127.0.0.1:38139/ using document root <none> and password file <none>
23:00:20.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:20Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:00:20.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:20Z Disabled control of system clock
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.062367 10145 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/wal
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/data
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/logs
23:00:20.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/data/info.pb
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.232.126:33643
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.232.126
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.232.84:43609
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:20.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.232.126:33643,127.9.232.125:40715,127.9.232.124:35147
23:00:20.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:20.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42939/jwks.json
23:00:20.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37019 with env {}
23:00:20.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.381811 10156 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:20.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.382110 10156 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:20.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.382184 10156 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:20.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.389933 10156 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:20.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.390015 10156 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:20.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.390067 10156 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:20.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.390105 10156 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:20.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.390156 10156 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:20.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.390187 10156 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42939/jwks.json
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.399737 10156 master_runner.cc:387] Master server non-default flags:
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.232.84:43609
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/data
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/wal
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37019
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.232.126:33643,127.9.232.125:40715,127.9.232.124:35147
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.232.126:33643
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42939/jwks.json
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/data/info.pb
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.232.126
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/logs
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.401252 10156 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:20.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.402884 10156 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:20.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.410569 10162 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
23:00:20.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.410691 10161 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
23:00:20.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.410887 10164 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
23:00:20.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.411572 10156 server_base.cc:1061] running on GCE node
23:00:20.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.412266 10156 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:20.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.413522 10156 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:20.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.414716 10156 hybrid_clock.cc:648] HybridClock initialized: now 1783465220414678 us; error 27 us; skew 500 ppm
23:00:20.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.415066 10156 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:20.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.417263 10156 webserver.cc:534] Webserver started at http://127.9.232.126:36431/ using document root <none> and password file <none>
23:00:20.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.417979 10156 fs_manager.cc:362] Metadata directory not provided
23:00:20.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.418089 10156 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:20.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.418465 10156 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:20.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.420760 10156 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/data/instance:
23:00:20.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "64c41b32e26c45b0b1820d126c4e81bb"
23:00:20.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:20 on dist-test-slave-fgkt"
23:00:20.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.421554 10156 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/wal/instance:
23:00:20.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "64c41b32e26c45b0b1820d126c4e81bb"
23:00:20.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:20 on dist-test-slave-fgkt"
23:00:20.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.426484 10156 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
23:00:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.429713 10170 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.430910 10156 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.431058 10156 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/wal
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "64c41b32e26c45b0b1820d126c4e81bb"
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:20 on dist-test-slave-fgkt"
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.431267 10156 fs_report.cc:389] FS layout report
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/wal
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/wal
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/data/data
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:20.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:20.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:20.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:20.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:20.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:20.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:20.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:20.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.453578 10156 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:20.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.454489 10156 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:20.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.454769 10156 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:20.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.472798 10156 rpc_server.cc:307] RPC server started. Bound to: 127.9.232.126:33643
23:00:20.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.472816 10221 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.232.126:33643 every 8 connection(s)
23:00:20.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.474236 10156 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/data/info.pb
23:00:20.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.477368 10145 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 10156
23:00:20.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.477649 10145 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-0/wal/instance
23:00:20.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.478255 10222 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.479962 10145 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/wal
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/data
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/logs
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/data/info.pb
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:20.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.232.125:40715
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.232.125
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.232.84:43609
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.232.126:33643,127.9.232.125:40715,127.9.232.124:35147
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42939/jwks.json
23:00:20.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37019 with env {}
23:00:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.485198 10222 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } has no permanent_uuid. Determining permanent_uuid...
23:00:20.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.500000 10222 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } has no permanent_uuid. Determining permanent_uuid...
23:00:20.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.500978 10172 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.232.125:40715: connect: Connection refused (error 111)
23:00:20.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.502393 10222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.125:40715: Network error: Client connection negotiation failed: client connection to 127.9.232.125:40715: connect: Connection refused (error 111)
23:00:20.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.551681 10222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } attempt: 1
23:00:20.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.553531 10222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.125:40715: Network error: Client connection negotiation failed: client connection to 127.9.232.125:40715: connect: Connection refused (error 111)
23:00:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.621744 10222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } attempt: 2
23:00:20.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.623628 10222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.125:40715: Network error: Client connection negotiation failed: client connection to 127.9.232.125:40715: connect: Connection refused (error 111)
23:00:20.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.714869 10222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } attempt: 3
23:00:20.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.716661 10222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.125:40715: Network error: Client connection negotiation failed: client connection to 127.9.232.125:40715: connect: Connection refused (error 111)
23:00:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.786459 10223 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.786785 10223 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.786890 10223 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:20.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.794858 10223 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:20.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.794960 10223 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:20.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.795039 10223 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:20.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.795091 10223 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:20.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.795168 10223 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:20.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.795217 10223 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42939/jwks.json
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.805047 10223 master_runner.cc:387] Master server non-default flags:
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.232.84:43609
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/data
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/wal
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37019
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.232.126:33643,127.9.232.125:40715,127.9.232.124:35147
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.232.125:40715
23:00:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42939/jwks.json
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/data/info.pb
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.232.125
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/logs
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:20.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.807159 10223 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:20.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.808997 10223 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:20.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.816615 10231 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
23:00:20.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.816658 10232 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
23:00:20.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.817574 10234 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
23:00:20.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.817790 10223 server_base.cc:1061] running on GCE node
23:00:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.818427 10223 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:20.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.819659 10223 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.820858 10223 hybrid_clock.cc:648] HybridClock initialized: now 1783465220820795 us; error 56 us; skew 500 ppm
23:00:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.821148 10223 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:20.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.823083 10223 webserver.cc:534] Webserver started at http://127.9.232.125:40861/ using document root <none> and password file <none>
23:00:20.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.823719 10223 fs_manager.cc:362] Metadata directory not provided
23:00:20.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.823836 10223 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:20.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.824203 10223 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:20.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.827242 10223 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/data/instance:
23:00:20.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f307587403d04d3e8d3cf3be9fa5c265"
23:00:20.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:20 on dist-test-slave-fgkt"
23:00:20.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.828203 10223 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/wal/instance:
23:00:20.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f307587403d04d3e8d3cf3be9fa5c265"
23:00:20.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:20 on dist-test-slave-fgkt"
23:00:20.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.834592 10223 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
23:00:20.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.838687 10240 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.840224 10223 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.840366 10223 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/wal
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f307587403d04d3e8d3cf3be9fa5c265"
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:20 on dist-test-slave-fgkt"
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.840533 10223 fs_report.cc:389] FS layout report
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/wal
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/wal
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/data/data
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:20.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:20.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.852320 10223 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:20.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.853072 10223 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:20.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.853286 10223 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:20.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.859899 10222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } attempt: 4
23:00:20.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.862064 10222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.125:40715: Network error: Client connection negotiation failed: client connection to 127.9.232.125:40715: connect: Connection refused (error 111)
23:00:20.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.870874 10223 rpc_server.cc:307] RPC server started. Bound to: 127.9.232.125:40715
23:00:20.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.870893 10291 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.232.125:40715 every 8 connection(s)
23:00:20.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.872372 10223 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/data/info.pb
23:00:20.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.873317 10145 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 10223
23:00:20.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.873450 10145 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-1/wal/instance
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.874330 10145 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/wal
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/data
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/logs
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/data/info.pb
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.232.124:35147
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.232.124
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.232.84:43609
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.232.126:33643,127.9.232.125:40715,127.9.232.124:35147
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42939/jwks.json
23:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37019 with env {}
23:00:20.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.876819 10292 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:20.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.882721 10292 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } has no permanent_uuid. Determining permanent_uuid...
23:00:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.894716 10292 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } has no permanent_uuid. Determining permanent_uuid...
23:00:20.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.903158 10292 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } has no permanent_uuid. Determining permanent_uuid...
23:00:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.904186 10241 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.232.124:35147: connect: Connection refused (error 111)
23:00:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.905634 10292 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.124:35147: Network error: Client connection negotiation failed: client connection to 127.9.232.124:35147: connect: Connection refused (error 111)
23:00:20.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:20.954903 10292 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } attempt: 1
23:00:20.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:20.957062 10292 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.124:35147: Network error: Client connection negotiation failed: client connection to 127.9.232.124:35147: connect: Connection refused (error 111)
23:00:21.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.025276 10292 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } attempt: 2
23:00:21.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.027354 10292 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.124:35147: Network error: Client connection negotiation failed: client connection to 127.9.232.124:35147: connect: Connection refused (error 111)
23:00:21.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.118558 10292 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } attempt: 3
23:00:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.120610 10292 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.124:35147: Network error: Client connection negotiation failed: client connection to 127.9.232.124:35147: connect: Connection refused (error 111)
23:00:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.161329 10222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } attempt: 5
23:00:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.167547 10222 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } has no permanent_uuid. Determining permanent_uuid...
23:00:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.169615 10222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.124:35147: Network error: Client connection negotiation failed: client connection to 127.9.232.124:35147: connect: Connection refused (error 111)
23:00:21.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.187877 10293 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:21.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.188138 10293 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:21.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.188217 10293 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:21.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.195945 10293 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:21.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.196017 10293 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:21.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.196067 10293 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:21.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.196103 10293 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:21.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.196157 10293 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:21.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.196188 10293 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42939/jwks.json
23:00:21.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.205668 10293 master_runner.cc:387] Master server non-default flags:
23:00:21.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.232.84:43609
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/data
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/wal
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37019
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.232.126:33643,127.9.232.125:40715,127.9.232.124:35147
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.232.124:35147
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42939/jwks.json
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/data/info.pb
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.232.124
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/logs
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:21.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:21.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.207222 10293 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.208907 10293 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:21.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.216248 10301 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
23:00:21.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.216212 10302 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
23:00:21.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.217941 10304 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
23:00:21.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.217891 10293 server_base.cc:1061] running on GCE node
23:00:21.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.218705 10293 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:21.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.219985 10293 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:21.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.220811 10222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } attempt: 1
23:00:21.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.221179 10293 hybrid_clock.cc:648] HybridClock initialized: now 1783465221221113 us; error 52 us; skew 500 ppm
23:00:21.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.221580 10293 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:21.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.222683 10222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.124:35147: Network error: Client connection negotiation failed: client connection to 127.9.232.124:35147: connect: Connection refused (error 111)
23:00:21.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.223878 10293 webserver.cc:534] Webserver started at http://127.9.232.124:45305/ using document root <none> and password file <none>
23:00:21.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.224543 10293 fs_manager.cc:362] Metadata directory not provided
23:00:21.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.224645 10293 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:21.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.224959 10293 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:21.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.227217 10293 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/data/instance:
23:00:21.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c6ae9cbd9a884f0d834d21225447d409"
23:00:21.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:21 on dist-test-slave-fgkt"
23:00:21.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.227974 10293 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/wal/instance:
23:00:21.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c6ae9cbd9a884f0d834d21225447d409"
23:00:21.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:21 on dist-test-slave-fgkt"
23:00:21.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.233024 10293 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
23:00:21.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.236204 10310 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:21.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.237495 10293 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
23:00:21.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.237625 10293 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/wal
23:00:21.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c6ae9cbd9a884f0d834d21225447d409"
23:00:21.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:21 on dist-test-slave-fgkt"
23:00:21.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.237792 10293 fs_report.cc:389] FS layout report
23:00:21.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/wal
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/wal
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/data/data
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:21.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.261415 10293 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:21.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.262184 10293 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:21.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.262398 10293 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:21.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.263842 10292 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } attempt: 4
23:00:21.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.265714 10292 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.232.124:35147: Network error: Client connection negotiation failed: client connection to 127.9.232.124:35147: connect: Connection refused (error 111)
23:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.280247 10293 rpc_server.cc:307] RPC server started. Bound to: 127.9.232.124:35147
23:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.280256 10361 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.232.124:35147 every 8 connection(s)
23:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.281735 10293 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/data/info.pb
23:00:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.285662 10362 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.287868 10145 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 10293
23:00:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.288048 10145 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster8038920858684274408/master-2/wal/instance
23:00:21.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.290913 10222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } attempt: 2
23:00:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.292515 10362 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } has no permanent_uuid. Determining permanent_uuid...
23:00:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.304829 10362 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } has no permanent_uuid. Determining permanent_uuid...
23:00:21.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.311095 10222 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb: Bootstrap starting.
23:00:21.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.311445 10362 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } has no permanent_uuid. Determining permanent_uuid...
23:00:21.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.314919 10222 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb: Neither blocks nor log segments found. Creating new log.
23:00:21.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.316282 10222 log.cc:826] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb: Log is configured to *not* fsync() on all Append() calls
23:00:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.318890 10222 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb: No bootstrap required, opened a new log
23:00:21.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.321358 10362 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409: Bootstrap starting.
23:00:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.324892 10362 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409: Neither blocks nor log segments found. Creating new log.
23:00:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.324986 10222 raft_consensus.cc:359] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } }
23:00:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.325446 10222 raft_consensus.cc:385] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.325562 10222 raft_consensus.cc:740] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64c41b32e26c45b0b1820d126c4e81bb, State: Initialized, Role: FOLLOWER
23:00:21.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.326128 10362 log.cc:826] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409: Log is configured to *not* fsync() on all Append() calls
23:00:21.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.326215 10222 consensus_queue.cc:260] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [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: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } }
23:00:21.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.327793 10369 sys_catalog.cc:455] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [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: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.328227 10369 sys_catalog.cc:458] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [sys.catalog]: This master's current role is: FOLLOWER
23:00:21.331 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:21.331 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:00:21.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.328634 10145 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:00:21.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.328872 10362 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409: No bootstrap required, opened a new log
23:00:21.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.329048 10222 sys_catalog.cc:565] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [sys.catalog]: configured and running, proceeding with master startup.
23:00:21.333 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.232.126"
      port: 33643
    }
    bound_http_address {
      host: "127.9.232.126"
      port: 36431
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.232.125"
      port: 40715
    }
    bound_http_address {
      host: "127.9.232.125"
      port: 40861
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.232.124"
      port: 35147
    }
    bound_http_address {
      host: "127.9.232.124"
      port: 45305
    }
  }
}

23:00:21.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.334259 10362 raft_consensus.cc:359] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } }
23:00:21.334 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:00:21.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.334764 10362 raft_consensus.cc:385] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:21.335 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:21.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.335022 10362 raft_consensus.cc:740] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6ae9cbd9a884f0d834d21225447d409, State: Initialized, Role: FOLLOWER
23:00:21.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.335915 10362 consensus_queue.cc:260] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [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: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } }
23:00:21.336 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=dbbfa691-fcb6-45ec-9f04-098d1f528eab, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.232.124:35147,127.9.232.126:33643,127.9.232.125:40715}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:21.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.339275 10372 sys_catalog.cc:455] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [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: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.339736 10372 sys_catalog.cc:458] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [sys.catalog]: This master's current role is: FOLLOWER
23:00:21.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.340550 10362 sys_catalog.cc:565] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [sys.catalog]: configured and running, proceeding with master startup.
23:00:21.340 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:21.341 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:21.341 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d999dc9, with PersistenceManager: null will be shutdown
23:00:21.341 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d999dc9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@54ad10b9 created in the thread with id: 86
23:00:21.347 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d999dc9
23:00:21.397 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:21.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.398000 10388 client.h:373] Failed to connect to Hive Metastore (localhost:37019): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:21.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.408488 10396 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:00:21.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.414255 10156 master_runner.cc:187] Error getting master registration for 127.9.232.125:40715: OK, instance_id { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" instance_seqno: 1783465220866301 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:21.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.420565 10156 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:21.423 [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=	
23:00:21.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.424505 10397 client.h:373] Failed to connect to Hive Metastore (localhost:37019): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:21.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.427661 10401 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:00:21.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.434214 10293 master_runner.cc:187] Error getting master registration for 127.9.232.125:40715: OK, instance_id { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" instance_seqno: 1783465220866301 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:21.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.440753 10293 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:21.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.457489 10176 tablet.cc:2406] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:21.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.514518 10316 tablet.cc:2406] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:21.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.564953 10292 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } attempt: 5
23:00:21.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.578900 10292 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265: Bootstrap starting.
23:00:21.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.584399 10292 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265: Neither blocks nor log segments found. Creating new log.
23:00:21.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.586759 10292 log.cc:826] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265: Log is configured to *not* fsync() on all Append() calls
23:00:21.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.618140 10292 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265: No bootstrap required, opened a new log
23:00:21.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.627991 10369 raft_consensus.cc:493] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:00:21.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.628257 10369 raft_consensus.cc:515] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } }
23:00:21.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.628211 10292 raft_consensus.cc:359] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } }
23:00:21.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.628539 10292 raft_consensus.cc:385] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:21.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.628643 10292 raft_consensus.cc:740] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f307587403d04d3e8d3cf3be9fa5c265, State: Initialized, Role: FOLLOWER
23:00:21.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.629453 10292 consensus_queue.cc:260] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [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: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } }
23:00:21.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.629900 10369 leader_election.cc:290] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f307587403d04d3e8d3cf3be9fa5c265 (127.9.232.125:40715), c6ae9cbd9a884f0d834d21225447d409 (127.9.232.124:35147)
23:00:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.630877 10337 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "64c41b32e26c45b0b1820d126c4e81bb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ae9cbd9a884f0d834d21225447d409" is_pre_election: true
23:00:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.631443 10337 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 64c41b32e26c45b0b1820d126c4e81bb in term 0.
23:00:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.632118 10171 leader_election.cc:304] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [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: 64c41b32e26c45b0b1820d126c4e81bb, c6ae9cbd9a884f0d834d21225447d409; no voters: 
23:00:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.632501 10369 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 0 FOLLOWER]: Leader pre-election won for term 1
23:00:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.632635 10369 raft_consensus.cc:493] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:00:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.632709 10369 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 0 FOLLOWER]: Advancing to term 1
23:00:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.635684 10369 raft_consensus.cc:515] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } }
23:00:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.637559 10369 leader_election.cc:290] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [CANDIDATE]: Term 1 election: Requested vote from peers f307587403d04d3e8d3cf3be9fa5c265 (127.9.232.125:40715), c6ae9cbd9a884f0d834d21225447d409 (127.9.232.124:35147)
23:00:21.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.637689 10337 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "64c41b32e26c45b0b1820d126c4e81bb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6ae9cbd9a884f0d834d21225447d409"
23:00:21.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.637888 10337 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [term 0 FOLLOWER]: Advancing to term 1
23:00:21.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.641119 10337 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 64c41b32e26c45b0b1820d126c4e81bb in term 1.
23:00:21.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.642678 10403 sys_catalog.cc:455] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [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: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.642989 10403 sys_catalog.cc:458] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [sys.catalog]: This master's current role is: FOLLOWER
23:00:21.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.643653 10171 leader_election.cc:304] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [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: 64c41b32e26c45b0b1820d126c4e81bb, c6ae9cbd9a884f0d834d21225447d409; no voters: 
23:00:21.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.644017 10369 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 1 FOLLOWER]: Leader election won for term 1
23:00:21.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.658987 10267 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "64c41b32e26c45b0b1820d126c4e81bb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f307587403d04d3e8d3cf3be9fa5c265" is_pre_election: true
23:00:21.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.658943 10266 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "64c41b32e26c45b0b1820d126c4e81bb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f307587403d04d3e8d3cf3be9fa5c265"
23:00:21.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.659583 10267 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 64c41b32e26c45b0b1820d126c4e81bb in term 0.
23:00:21.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.661492 10369 raft_consensus.cc:697] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [term 1 LEADER]: Becoming Leader. State: Replica: 64c41b32e26c45b0b1820d126c4e81bb, State: Running, Role: LEADER
23:00:21.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.662163 10369 consensus_queue.cc:237] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [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: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } }
23:00:21.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.664922 10292 sys_catalog.cc:565] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [sys.catalog]: configured and running, proceeding with master startup.
23:00:21.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.675563 10404 sys_catalog.cc:455] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 64c41b32e26c45b0b1820d126c4e81bb. Latest consensus state: current_term: 1 leader_uuid: "64c41b32e26c45b0b1820d126c4e81bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.676069 10404 sys_catalog.cc:458] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [sys.catalog]: This master's current role is: LEADER
23:00:21.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.683058 10408 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:00:21.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.697491 10408 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:00:21.705 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:21.716 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:21.716 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:21.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.728271 10337 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [term 1 FOLLOWER]: Refusing update from remote peer 64c41b32e26c45b0b1820d126c4e81bb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:21.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.729586 10404 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:21.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.745842 10267 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [term 0 FOLLOWER]: Advancing to term 1
23:00:21.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.750257 10267 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [term 1 FOLLOWER]: Refusing update from remote peer 64c41b32e26c45b0b1820d126c4e81bb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:21.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.751591 10404 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [LEADER]: Connected to new peer: Peer: permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:21.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.775848 10372 sys_catalog.cc:455] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 64c41b32e26c45b0b1820d126c4e81bb. Latest consensus state: current_term: 1 leader_uuid: "64c41b32e26c45b0b1820d126c4e81bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.776129 10372 sys_catalog.cc:458] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [sys.catalog]: This master's current role is: FOLLOWER
23:00:21.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.779364 10372 sys_catalog.cc:455] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "64c41b32e26c45b0b1820d126c4e81bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.779567 10372 sys_catalog.cc:458] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409 [sys.catalog]: This master's current role is: FOLLOWER
23:00:21.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.784685 10415 mvcc.cc:204] Tried to move back new op lower bound from 7305073548178214912 to 7305073547934117888. Current Snapshot: MvccSnapshot[applied={T|T < 7305073548178214912}]
23:00:21.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.788573 10404 sys_catalog.cc:455] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "64c41b32e26c45b0b1820d126c4e81bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.788801 10404 sys_catalog.cc:458] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [sys.catalog]: This master's current role is: LEADER
23:00:21.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.790783 10408 catalog_manager.cc:1382] Generated new cluster ID: f23e8a6385114f47b1dcc277170084c4
23:00:21.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.791033 10408 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:00:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.796957 10403 sys_catalog.cc:455] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 64c41b32e26c45b0b1820d126c4e81bb. Latest consensus state: current_term: 1 leader_uuid: "64c41b32e26c45b0b1820d126c4e81bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.797251 10403 sys_catalog.cc:458] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [sys.catalog]: This master's current role is: FOLLOWER
23:00:21.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.809351 10369 sys_catalog.cc:455] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "64c41b32e26c45b0b1820d126c4e81bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.810689 10369 sys_catalog.cc:458] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb [sys.catalog]: This master's current role is: LEADER
23:00:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.822240 10419 mvcc.cc:204] Tried to move back new op lower bound from 7305073548178214912 to 7305073547934117888. Current Snapshot: MvccSnapshot[applied={T|T < 7305073548178214912}]
23:00:21.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.836231 10403 sys_catalog.cc:455] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "64c41b32e26c45b0b1820d126c4e81bb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "64c41b32e26c45b0b1820d126c4e81bb" member_type: VOTER last_known_addr { host: "127.9.232.126" port: 33643 } } peers { permanent_uuid: "f307587403d04d3e8d3cf3be9fa5c265" member_type: VOTER last_known_addr { host: "127.9.232.125" port: 40715 } } peers { permanent_uuid: "c6ae9cbd9a884f0d834d21225447d409" member_type: VOTER last_known_addr { host: "127.9.232.124" port: 35147 } } }
23:00:21.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.836472 10403 sys_catalog.cc:458] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265 [sys.catalog]: This master's current role is: FOLLOWER
23:00:21.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.843333 10417 mvcc.cc:204] Tried to move back new op lower bound from 7305073548178214912 to 7305073547934117888. Current Snapshot: MvccSnapshot[applied={T|T < 7305073548178214912}]
23:00:21.858 [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=	
23:00:21.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.867799 10427 client.h:373] Failed to connect to Hive Metastore (localhost:37019): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:21.882 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:21.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.901983 10431 catalog_manager.cc:1294] Loaded cluster ID: f23e8a6385114f47b1dcc277170084c4
23:00:21.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.902457 10408 catalog_manager.cc:1405] Generated new certificate authority record
23:00:21.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.902719 10431 catalog_manager.cc:1587] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265: loading cluster ID for follower catalog manager: success
23:00:21.903 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6470585577886875103/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=dbbfa691-fcb6-45ec-9f04-098d1f528eab, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.232.124:35147,127.9.232.126:33643,127.9.232.125:40715}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:21.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.906764 10431 catalog_manager.cc:1609] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265: acquiring CA information for follower catalog manager: success
23:00:21.907 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6470585577886875103/external-warehouse/table
23:00:21.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.912624 10408 catalog_manager.cc:1539] Loading token signing keys...
23:00:21.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:21.925251 10431 catalog_manager.cc:883] Not found: no TSK found in the system table: failed to prepare follower catalog manager, will retry
23:00:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.970875 10408 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 64c41b32e26c45b0b1820d126c4e81bb: Generated new TSK 0
23:00:21.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.972358 10408 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:00:21.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.973824 10408 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:00:21.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:21.975127 10408 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:00:22.162 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:22.233 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:22.237 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:22.414 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:22.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:22.415812 10388 client.h:373] Failed to connect to Hive Metastore (localhost:37019): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:22.436 [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=	
23:00:22.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:22.437523 10397 client.h:373] Failed to connect to Hive Metastore (localhost:37019): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:22.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:22.444708 10401 catalog_manager.cc:1294] Loaded cluster ID: f23e8a6385114f47b1dcc277170084c4
23:00:22.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:22.444839 10401 catalog_manager.cc:1587] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409: loading cluster ID for follower catalog manager: success
23:00:22.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:22.448889 10401 catalog_manager.cc:1609] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409: acquiring CA information for follower catalog manager: success
23:00:22.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:22.462011 10401 catalog_manager.cc:1637] T 00000000000000000000000000000000 P c6ae9cbd9a884f0d834d21225447d409: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:22.496 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:22.753 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:22.803 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:22.855 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:22.890 [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=	
23:00:22.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:22.891008 10427 client.h:373] Failed to connect to Hive Metastore (localhost:37019): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:22.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:22.931314 10431 catalog_manager.cc:1637] T 00000000000000000000000000000000 P f307587403d04d3e8d3cf3be9fa5c265: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:23.007 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:00:23.009 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:00:23.010 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.9.232.124:35147(127.9.232.124:35147)] connecting to peer
23:00:23.012 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.9.232.126:33643(127.9.232.126:33643)] connecting to peer
23:00:23.014 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.9.232.124:35147(127.9.232.124:35147)] Successfully connected to peer
23:00:23.027 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.9.232.125:40715(127.9.232.125:40715)] connecting to peer
23:00:23.029 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.9.232.126:33643(127.9.232.126:33643)] Successfully connected to peer
23:00:23.037 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.232.124
23:00:23.042 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.9.232.125:40715(127.9.232.125:40715)] Successfully connected to peer
23:00:23.080 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.232.126
23:00:23.095 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.232.125
23:00:23.127 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:23.138 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xa504087d, L:/127.0.0.1:36810 - R:/127.9.232.124:35147] using SASL/PLAIN
23:00:23.141 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:23.146 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:23.153 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x2692a271, L:/127.0.0.1:47326 - R:/127.9.232.125:40715] using SASL/PLAIN
23:00:23.156 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x418ebbca, L:/127.0.0.1:52946 - R:/127.9.232.126:33643] using SASL/PLAIN
23:00:23.167 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:00:23.173 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:23.175 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:23.234 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:23.235 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:23.280 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:23.297 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:00:23.299 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=dbbfa691-fcb6-45ec-9f04-098d1f528eab, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.232.124:35147,127.9.232.126:33643,127.9.232.125:40715}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:23.301 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:23.304 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6470585577886875103/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=dbbfa691-fcb6-45ec-9f04-098d1f528eab, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.232.124:35147,127.9.232.126:33643,127.9.232.125:40715}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:23.306 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6470585577886875103/external-warehouse/table
23:00:23.341 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:23.352 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:23.354 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:23.373 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:23.389 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:23.392 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:23.394 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6470585577886875103/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)
23:00:23.395 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive6470585577886875103/external-warehouse/table specified for non-external table:table
23:00:23.396 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6470585577886875103/external-warehouse/table
23:00:23.415 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:23.418 [INFO - Metastore-Handler-Pool: Thread-102] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:23.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:23.419293 10388 client.h:373] Failed to connect to Hive Metastore (localhost:37019): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:23.428 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:23.429 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:23.445 [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=	
23:00:23.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:23.446398 10397 client.h:373] Failed to connect to Hive Metastore (localhost:37019): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:23.448 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:23.462 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:23.463 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:23.475 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:23.476 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:23.498 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:23.513 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:23.516 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:23.518 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6470585577886875103/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)
23:00:23.519 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive6470585577886875103/external-warehouse/table specified for non-external table:table
23:00:23.519 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6470585577886875103/external-warehouse/table
23:00:23.535 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:23.545 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:23.546 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:23.565 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:23.580 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:23.581 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:23.591 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:23.593 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:23.609 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:23.624 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:23.626 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:23.628 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6470585577886875103/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)
23:00:23.630 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6470585577886875103/external-warehouse/table
23:00:23.647 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:23.657 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:23.658 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:23.687 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
23:00:23.701 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:00:23.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:23.702430 10145 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 10156
23:00:23.704 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:00:23.704 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d999dc9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@54ad10b9 will be shutdown
23:00:23.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:23.704224 10217 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:23.704 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:00:23.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:23.815541 10145 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 10156
23:00:23.831 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.9.232.126:33643(127.9.232.126:33643)] handling channelInactive
23:00:23.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:23.831538 10145 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 10223
23:00:23.831 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.9.232.126:33643(127.9.232.126:33643)] cleaning up while in state READY due to: connection closed
23:00:23.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:23.832677 10287 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:23.932289 10145 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 10223
23:00:23.933 [INFO - Metastore-Handler-Pool: Thread-106] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:23.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:23.947563 10145 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 10293
23:00:23.947 [ERROR - Metastore-Handler-Pool: Thread-106] (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
23:00:23.948 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.9.232.125:40715(127.9.232.125:40715)] handling channelInactive
23:00:23.948 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.9.232.125:40715(127.9.232.125:40715)] cleaning up while in state READY due to: connection closed
23:00:23.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:23.948753 10357 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:24.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:24.048506 10145 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 10293
23:00:24.064 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.9.232.124:35147(127.9.232.124:35147)] handling channelInactive
23:00:24.064 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.9.232.124:35147(127.9.232.124:35147)] cleaning up while in state READY due to: connection closed
23:00:24.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:24Z chronyd exiting
.23:00:24.185 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:24.185 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:24.185 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:24.203 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive13533363172814592662
23:00:24.204 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:00:24.204 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:00:24.206 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:24.206 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:24.206 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:00:24.207 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:00:24.208 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:00:24.208 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:00:24.209 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:00:24.210 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:00:24.212 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
23:00:24.303 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:24.304 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
23:00:24.304 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:00:24.306 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:00:24.308 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:24.308 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:00:24.325 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:00:24.325 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:00:24.325 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:00:24.351 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:24.352 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:24.353 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:24.353 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:24.354 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:24.354 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:24.551 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:00:24.551 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@444c32b8, with PersistenceManager: null will be shutdown
23:00:24.551 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@444c32b8, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6c72b3b9 created in the thread with id: 107
23:00:24.553 [WARN - Thread-71] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:00:24.555 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@444c32b8
23:00:24.667 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
23:00:24.687 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
23:00:24.738 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
23:00:24.740 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
23:00:24.770 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:00:24.771 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:00:24.772 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:00:24.772 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
23:00:24.772 [WARN - Thread-71] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:00:24.773 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [42081]...
23:00:24.773 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:00:24.773 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:00:24.773 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
23:00:24.773 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
23:00:25.206 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:25.206 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:25.206 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:25.209 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:00:25.209 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42081]
23:00:25.209 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42081) in binary transport mode
23:00:25.209 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42081) current connections: 1
23:00:25.211 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskflmWFT/test-tmp
23:00:25.212 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:00:25.212 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskflmWFT/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:00:25.214 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42081"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:00:25.519 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:25.519 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:00:25.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.522128 10486 mini_oidc.cc:150] Starting JWKS server
23:00:25.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.524209 10486 webserver.cc:534] Webserver started at http://127.0.0.1:33059/ using document root <none> and password file <none>
23:00:25.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.524415 10486 mini_oidc.cc:186] Starting OIDC Discovery server
23:00:25.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.525754 10486 webserver.cc:534] Webserver started at http://127.0.0.1:45583/ using document root <none> and password file <none>
23:00:25.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:25Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:00:25.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:25Z Disabled control of system clock
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.550251 10486 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/wal
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/data
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/logs
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/data/info.pb
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.61.190:42865
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.61.190
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.61.148:35173
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.61.190:42865,127.10.61.189:39857,127.10.61.188:45047
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33059/jwks.json
23:00:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42081 with env {}
23:00:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.854085 10497 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.854368 10497 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.854442 10497 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:25.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.862278 10497 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:25.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.862363 10497 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:25.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.862414 10497 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:25.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.862452 10497 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:25.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.862499 10497 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:25.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.862531 10497 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33059/jwks.json
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.872116 10497 master_runner.cc:387] Master server non-default flags:
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.61.148:35173
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/data
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/wal
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42081
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.61.190:42865,127.10.61.189:39857,127.10.61.188:45047
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.61.190:42865
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33059/jwks.json
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/data/info.pb
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.61.190
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/logs
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:25.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.873993 10497 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:25.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.876360 10497 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:25.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.885273 10503 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
23:00:25.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.885422 10502 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
23:00:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.887166 10505 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
23:00:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.887228 10497 server_base.cc:1061] running on GCE node
23:00:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.888289 10497 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:25.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.889993 10497 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:25.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.891206 10497 hybrid_clock.cc:648] HybridClock initialized: now 1783465225891148 us; error 64 us; skew 500 ppm
23:00:25.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.891505 10497 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:25.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.893486 10497 webserver.cc:534] Webserver started at http://127.10.61.190:43321/ using document root <none> and password file <none>
23:00:25.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.894145 10497 fs_manager.cc:362] Metadata directory not provided
23:00:25.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.894229 10497 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:25.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.894515 10497 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:25.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.896776 10497 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/data/instance:
23:00:25.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2422b7229cdf4fe3a03484a0e865cd4e"
23:00:25.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:25 on dist-test-slave-fgkt"
23:00:25.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.897445 10497 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/wal/instance:
23:00:25.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2422b7229cdf4fe3a03484a0e865cd4e"
23:00:25.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:25 on dist-test-slave-fgkt"
23:00:25.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.902374 10497 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
23:00:25.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.905491 10511 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:25.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.906719 10497 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.906857 10497 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/wal
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2422b7229cdf4fe3a03484a0e865cd4e"
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:25 on dist-test-slave-fgkt"
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.907012 10497 fs_report.cc:389] FS layout report
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/wal
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/wal
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/data/data
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:25.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.932116 10497 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:25.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.932873 10497 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:25.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.933087 10497 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:25.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.950843 10497 rpc_server.cc:307] RPC server started. Bound to: 127.10.61.190:42865
23:00:25.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.950862 10562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.61.190:42865 every 8 connection(s)
23:00:25.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.952265 10497 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/data/info.pb
23:00:25.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.953253 10486 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 10497
23:00:25.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.953533 10486 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-0/wal/instance
23:00:25.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.955708 10486 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:25.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:25.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/wal
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/data
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/logs
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/data/info.pb
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.61.189:39857
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.61.189
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.61.148:35173
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.61.190:42865,127.10.61.189:39857,127.10.61.188:45047
23:00:25.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:25.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33059/jwks.json
23:00:25.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42081 with env {}
23:00:25.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.956162 10563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:25.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.961858 10563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } has no permanent_uuid. Determining permanent_uuid...
23:00:25.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:25.980682 10563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } has no permanent_uuid. Determining permanent_uuid...
23:00:25.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.981832 10513 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.61.189:39857: connect: Connection refused (error 111)
23:00:25.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:25.983429 10563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.189:39857: Network error: Client connection negotiation failed: client connection to 127.10.61.189:39857: connect: Connection refused (error 111)
23:00:26.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.032766 10563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } attempt: 1
23:00:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.034698 10563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.189:39857: Network error: Client connection negotiation failed: client connection to 127.10.61.189:39857: connect: Connection refused (error 111)
23:00:26.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.102969 10563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } attempt: 2
23:00:26.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.104995 10563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.189:39857: Network error: Client connection negotiation failed: client connection to 127.10.61.189:39857: connect: Connection refused (error 111)
23:00:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.196239 10563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } attempt: 3
23:00:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.198014 10563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.189:39857: Network error: Client connection negotiation failed: client connection to 127.10.61.189:39857: connect: Connection refused (error 111)
23:00:26.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.262920 10564 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:26.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.263203 10564 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:26.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.263278 10564 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.271075 10564 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.271157 10564 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.271207 10564 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.271245 10564 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.271292 10564 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.271325 10564 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33059/jwks.json
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.280890 10564 master_runner.cc:387] Master server non-default flags:
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.61.148:35173
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/data
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/wal
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42081
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.61.190:42865,127.10.61.189:39857,127.10.61.188:45047
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.61.189:39857
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33059/jwks.json
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/data/info.pb
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.61.189
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/logs
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:26.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:26.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:26.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:26.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:26.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:26.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:26.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:26.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:26.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.282560 10564 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:26.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.284888 10564 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:26.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.292968 10572 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
23:00:26.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.293015 10573 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
23:00:26.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.293256 10575 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
23:00:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.294201 10564 server_base.cc:1061] running on GCE node
23:00:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.294904 10564 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.296211 10564 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.297385 10564 hybrid_clock.cc:648] HybridClock initialized: now 1783465226297324 us; error 58 us; skew 500 ppm
23:00:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.297663 10564 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:26.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.299635 10564 webserver.cc:534] Webserver started at http://127.10.61.189:38415/ using document root <none> and password file <none>
23:00:26.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.300320 10564 fs_manager.cc:362] Metadata directory not provided
23:00:26.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.300410 10564 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:26.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.300698 10564 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:26.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.302930 10564 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/data/instance:
23:00:26.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3b63135687484c7f8b05595ffd1bce79"
23:00:26.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:26 on dist-test-slave-fgkt"
23:00:26.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.303642 10564 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/wal/instance:
23:00:26.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3b63135687484c7f8b05595ffd1bce79"
23:00:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:26 on dist-test-slave-fgkt"
23:00:26.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.308638 10564 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
23:00:26.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.311815 10581 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.313083 10564 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.313225 10564 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/wal
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3b63135687484c7f8b05595ffd1bce79"
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:26 on dist-test-slave-fgkt"
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.313388 10564 fs_report.cc:389] FS layout report
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/wal
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/wal
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/data/data
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:26.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.326835 10564 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:26.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.327581 10564 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:26.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.327827 10564 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:26.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.341249 10563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } attempt: 4
23:00:26.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.343415 10563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.189:39857: Network error: Client connection negotiation failed: client connection to 127.10.61.189:39857: connect: Connection refused (error 111)
23:00:26.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.345912 10564 rpc_server.cc:307] RPC server started. Bound to: 127.10.61.189:39857
23:00:26.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.345947 10632 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.61.189:39857 every 8 connection(s)
23:00:26.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.347239 10564 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/data/info.pb
23:00:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.349522 10486 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 10564
23:00:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.349650 10486 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-1/wal/instance
23:00:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.350613 10486 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/wal
23:00:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/data
23:00:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/logs
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/data/info.pb
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.61.188:45047
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.61.188
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.61.148:35173
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.61.190:42865,127.10.61.189:39857,127.10.61.188:45047
23:00:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33059/jwks.json
23:00:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42081 with env {}
23:00:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.351495 10633 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:26.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.358709 10633 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } has no permanent_uuid. Determining permanent_uuid...
23:00:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.371167 10633 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } has no permanent_uuid. Determining permanent_uuid...
23:00:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.380684 10633 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } has no permanent_uuid. Determining permanent_uuid...
23:00:26.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.381845 10582 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.61.188:45047: connect: Connection refused (error 111)
23:00:26.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.383503 10633 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.188:45047: Network error: Client connection negotiation failed: client connection to 127.10.61.188:45047: connect: Connection refused (error 111)
23:00:26.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.432780 10633 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } attempt: 1
23:00:26.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.434715 10633 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.188:45047: Network error: Client connection negotiation failed: client connection to 127.10.61.188:45047: connect: Connection refused (error 111)
23:00:26.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.502928 10633 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } attempt: 2
23:00:26.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.505112 10633 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.188:45047: Network error: Client connection negotiation failed: client connection to 127.10.61.188:45047: connect: Connection refused (error 111)
23:00:26.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.596344 10633 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } attempt: 3
23:00:26.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.598299 10633 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.188:45047: Network error: Client connection negotiation failed: client connection to 127.10.61.188:45047: connect: Connection refused (error 111)
23:00:26.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.642674 10563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } attempt: 5
23:00:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.648435 10563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } has no permanent_uuid. Determining permanent_uuid...
23:00:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.650247 10563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.188:45047: Network error: Client connection negotiation failed: client connection to 127.10.61.188:45047: connect: Connection refused (error 111)
23:00:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.665174 10634 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.665457 10634 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.665530 10634 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.673435 10634 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.673520 10634 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.673573 10634 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.673609 10634 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.673658 10634 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.673689 10634 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33059/jwks.json
23:00:26.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.683493 10634 master_runner.cc:387] Master server non-default flags:
23:00:26.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:26.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.61.148:35173
23:00:26.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:26.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/data
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/wal
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42081
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.61.190:42865,127.10.61.189:39857,127.10.61.188:45047
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.61.188:45047
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33059/jwks.json
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/data/info.pb
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.61.188
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/logs
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:26.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.685381 10634 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:26.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.687089 10634 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:26.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.694793 10642 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
23:00:26.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.694974 10643 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
23:00:26.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.695822 10645 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
23:00:26.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.696138 10634 server_base.cc:1061] running on GCE node
23:00:26.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.696869 10634 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:26.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.698488 10634 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:26.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.699743 10634 hybrid_clock.cc:648] HybridClock initialized: now 1783465226699672 us; error 54 us; skew 500 ppm
23:00:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.700155 10634 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.701448 10563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } attempt: 1
23:00:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.702735 10634 webserver.cc:534] Webserver started at http://127.10.61.188:44005/ using document root <none> and password file <none>
23:00:26.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.703261 10563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.188:45047: Network error: Client connection negotiation failed: client connection to 127.10.61.188:45047: connect: Connection refused (error 111)
23:00:26.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.703629 10634 fs_manager.cc:362] Metadata directory not provided
23:00:26.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.703768 10634 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:26.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.704165 10634 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:26.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.706533 10634 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/data/instance:
23:00:26.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e46a5f71f2f415cb5fa9453fe02ead0"
23:00:26.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:26 on dist-test-slave-fgkt"
23:00:26.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.707217 10634 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/wal/instance:
23:00:26.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e46a5f71f2f415cb5fa9453fe02ead0"
23:00:26.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:26 on dist-test-slave-fgkt"
23:00:26.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.712103 10634 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.008s	sys 0.000s
23:00:26.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.715025 10651 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.716290 10634 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.716419 10634 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/wal
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e46a5f71f2f415cb5fa9453fe02ead0"
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:26 on dist-test-slave-fgkt"
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.716580 10634 fs_report.cc:389] FS layout report
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/wal
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/wal
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/data/data
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:26.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.731307 10634 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:26.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.732043 10634 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:26.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.732249 10634 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:26.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.741516 10633 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } attempt: 4
23:00:26.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.743531 10633 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.61.188:45047: Network error: Client connection negotiation failed: client connection to 127.10.61.188:45047: connect: Connection refused (error 111)
23:00:26.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.750300 10634 rpc_server.cc:307] RPC server started. Bound to: 127.10.61.188:45047
23:00:26.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.750317 10702 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.61.188:45047 every 8 connection(s)
23:00:26.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.751926 10634 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/data/info.pb
23:00:26.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.755926 10703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:26.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.756215 10486 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 10634
23:00:26.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.756395 10486 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster1083657902124646616/master-2/wal/instance
23:00:26.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.763074 10703 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } has no permanent_uuid. Determining permanent_uuid...
23:00:26.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.771461 10563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } attempt: 2
23:00:26.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.776544 10703 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } has no permanent_uuid. Determining permanent_uuid...
23:00:26.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.783874 10703 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } has no permanent_uuid. Determining permanent_uuid...
23:00:26.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.785678 10563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e: Bootstrap starting.
23:00:26.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.789443 10563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e: Neither blocks nor log segments found. Creating new log.
23:00:26.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.790915 10563 log.cc:826] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e: Log is configured to *not* fsync() on all Append() calls
23:00:26.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.793274 10703 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0: Bootstrap starting.
23:00:26.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.794657 10563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e: No bootstrap required, opened a new log
23:00:26.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.795663 10486 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:00:26.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.796093 10703 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0: Neither blocks nor log segments found. Creating new log.
23:00:26.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.797297 10703 log.cc:826] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0: Log is configured to *not* fsync() on all Append() calls
23:00:26.798 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:26.798 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:00:26.799 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.61.190"
      port: 42865
    }
    bound_http_address {
      host: "127.10.61.190"
      port: 43321
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.61.189"
      port: 39857
    }
    bound_http_address {
      host: "127.10.61.189"
      port: 38415
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.61.188"
      port: 45047
    }
    bound_http_address {
      host: "127.10.61.188"
      port: 44005
    }
  }
}

23:00:26.801 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:00:26.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.801731 10563 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } }
23:00:26.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.802173 10563 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:26.802 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:26.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.802440 10563 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2422b7229cdf4fe3a03484a0e865cd4e, State: Initialized, Role: FOLLOWER
23:00:26.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.803231 10563 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [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: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } }
23:00:26.803 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:26.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.804211 10710 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [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: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:26.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.804646 10710 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [sys.catalog]: This master's current role is: FOLLOWER
23:00:26.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.805393 10563 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [sys.catalog]: configured and running, proceeding with master startup.
23:00:26.806 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:26.806 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:26.807 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1d489172, with PersistenceManager: null will be shutdown
23:00:26.807 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1d489172, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c405ca3 created in the thread with id: 128
23:00:26.816 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1d489172
23:00:26.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.830067 10703 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0: No bootstrap required, opened a new log
23:00:26.836 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:26.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.837601 10722 client.h:373] Failed to connect to Hive Metastore (localhost:42081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:26.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.837960 10703 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } }
23:00:26.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.838515 10703 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:26.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.838809 10703 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e46a5f71f2f415cb5fa9453fe02ead0, State: Initialized, Role: FOLLOWER
23:00:26.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.839800 10703 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [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: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } }
23:00:26.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.846896 10727 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [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: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:26.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.848119 10727 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [sys.catalog]: This master's current role is: FOLLOWER
23:00:26.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.848199 10703 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [sys.catalog]: configured and running, proceeding with master startup.
23:00:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.844007 10497 master_runner.cc:187] Error getting master registration for 127.10.61.189:39857: OK, instance_id { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" instance_seqno: 1783465226340738 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.849929 10497 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:26.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.862438 10726 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:00:26.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.862737 10726 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:00:26.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.935545 10517 tablet.cc:2406] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:26.981 [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=	
23:00:26.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.981838 10739 client.h:373] Failed to connect to Hive Metastore (localhost:42081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:26.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:26.985280 10657 tablet.cc:2406] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:26.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.991437 10634 master_runner.cc:187] Error getting master registration for 127.10.61.189:39857: OK, instance_id { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" instance_seqno: 1783465226340738 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:26.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:26.997609 10634 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:27.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:27.010663 10743 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:00:27.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:27.015833 10743 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:00:27.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.042744 10633 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } attempt: 5
23:00:27.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.056581 10633 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79: Bootstrap starting.
23:00:27.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.060961 10633 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79: Neither blocks nor log segments found. Creating new log.
23:00:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.067183 10633 log.cc:826] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79: Log is configured to *not* fsync() on all Append() calls
23:00:27.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.086971 10633 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79: No bootstrap required, opened a new log
23:00:27.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.112432 10633 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } }
23:00:27.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.117646 10633 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:27.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.118119 10633 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b63135687484c7f8b05595ffd1bce79, State: Initialized, Role: FOLLOWER
23:00:27.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.119139 10633 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [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: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } }
23:00:27.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.136426 10746 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [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: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:27.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.136808 10746 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [sys.catalog]: This master's current role is: FOLLOWER
23:00:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.138195 10633 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [sys.catalog]: configured and running, proceeding with master startup.
23:00:27.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.166930 10710 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:00:27.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.167241 10710 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } }
23:00:27.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.169061 10710 leader_election.cc:290] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3b63135687484c7f8b05595ffd1bce79 (127.10.61.189:39857), 5e46a5f71f2f415cb5fa9453fe02ead0 (127.10.61.188:45047)
23:00:27.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.169898 10608 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b63135687484c7f8b05595ffd1bce79" is_pre_election: true
23:00:27.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.169982 10678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" is_pre_election: true
23:00:27.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.170377 10608 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2422b7229cdf4fe3a03484a0e865cd4e in term 0.
23:00:27.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.170538 10678 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2422b7229cdf4fe3a03484a0e865cd4e in term 0.
23:00:27.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.171228 10512 leader_election.cc:304] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [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: 2422b7229cdf4fe3a03484a0e865cd4e, 5e46a5f71f2f415cb5fa9453fe02ead0; no voters: 
23:00:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.172143 10710 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 0 FOLLOWER]: Leader pre-election won for term 1
23:00:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.172279 10710 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:00:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.172379 10710 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 0 FOLLOWER]: Advancing to term 1
23:00:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.175597 10710 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } }
23:00:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.176625 10608 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b63135687484c7f8b05595ffd1bce79"
23:00:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.176805 10608 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [term 0 FOLLOWER]: Advancing to term 1
23:00:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.179905 10608 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2422b7229cdf4fe3a03484a0e865cd4e in term 1.
23:00:27.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.180732 10513 leader_election.cc:304] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [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: 2422b7229cdf4fe3a03484a0e865cd4e, 3b63135687484c7f8b05595ffd1bce79; no voters: 
23:00:27.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.184053 10678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0"
23:00:27.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.184257 10678 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [term 0 FOLLOWER]: Advancing to term 1
23:00:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.188194 10678 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2422b7229cdf4fe3a03484a0e865cd4e in term 1.
23:00:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.189121 10710 leader_election.cc:290] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [CANDIDATE]: Term 1 election: Requested vote from peers 3b63135687484c7f8b05595ffd1bce79 (127.10.61.189:39857), 5e46a5f71f2f415cb5fa9453fe02ead0 (127.10.61.188:45047)
23:00:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.189610 10710 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 1 FOLLOWER]: Leader election won for term 1
23:00:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.190237 10710 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [term 1 LEADER]: Becoming Leader. State: Replica: 2422b7229cdf4fe3a03484a0e865cd4e, State: Running, Role: LEADER
23:00:27.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.191075 10710 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [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: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } }
23:00:27.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.212096 10710 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2422b7229cdf4fe3a03484a0e865cd4e. Latest consensus state: current_term: 1 leader_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:27.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.213614 10710 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [sys.catalog]: This master's current role is: LEADER
23:00:27.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.215211 10752 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:00:27.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.217981 10752 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:00:27.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.242865 10678 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [term 1 FOLLOWER]: Refusing update from remote peer 2422b7229cdf4fe3a03484a0e865cd4e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:27.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.244165 10608 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [term 1 FOLLOWER]: Refusing update from remote peer 2422b7229cdf4fe3a03484a0e865cd4e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:27.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.245757 10710 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:27.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.246428 10710 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:27.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.264732 10746 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2422b7229cdf4fe3a03484a0e865cd4e. Latest consensus state: current_term: 1 leader_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:27.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.264986 10746 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [sys.catalog]: This master's current role is: FOLLOWER
23:00:27.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.280251 10746 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:27.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.280483 10746 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79 [sys.catalog]: This master's current role is: FOLLOWER
23:00:27.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.282793 10727 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2422b7229cdf4fe3a03484a0e865cd4e. Latest consensus state: current_term: 1 leader_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:27.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.283011 10727 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [sys.catalog]: This master's current role is: FOLLOWER
23:00:27.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.284726 10710 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:27.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.284960 10710 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [sys.catalog]: This master's current role is: LEADER
23:00:27.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.285452 10752 catalog_manager.cc:1382] Generated new cluster ID: a9f8c5f0562f44558901f90ab9bff2db
23:00:27.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.285565 10752 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:00:27.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.285574 10710 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:27.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.292078 10710 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e [sys.catalog]: This master's current role is: LEADER
23:00:27.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.305320 10727 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2422b7229cdf4fe3a03484a0e865cd4e" member_type: VOTER last_known_addr { host: "127.10.61.190" port: 42865 } } peers { permanent_uuid: "3b63135687484c7f8b05595ffd1bce79" member_type: VOTER last_known_addr { host: "127.10.61.189" port: 39857 } } peers { permanent_uuid: "5e46a5f71f2f415cb5fa9453fe02ead0" member_type: VOTER last_known_addr { host: "127.10.61.188" port: 45047 } } }
23:00:27.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.305576 10727 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0 [sys.catalog]: This master's current role is: FOLLOWER
23:00:27.304 [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=	
23:00:27.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:27.307180 10765 client.h:373] Failed to connect to Hive Metastore (localhost:42081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:27.322 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:27.337 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:27.338 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:27.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.357033 10752 catalog_manager.cc:1405] Generated new certificate authority record
23:00:27.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.358789 10752 catalog_manager.cc:1539] Loading token signing keys...
23:00:27.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.374264 10772 catalog_manager.cc:1294] Loaded cluster ID: a9f8c5f0562f44558901f90ab9bff2db
23:00:27.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.374640 10772 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79: loading cluster ID for follower catalog manager: success
23:00:27.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.382742 10772 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79: acquiring CA information for follower catalog manager: success
23:00:27.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:27.384261 10772 catalog_manager.cc:883] Not found: no TSK found in the system table: failed to prepare follower catalog manager, will retry
23:00:27.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.409637 10752 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 2422b7229cdf4fe3a03484a0e865cd4e: Generated new TSK 0
23:00:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.411052 10752 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:00:27.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.413594 10752 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:00:27.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:27.419535 10752 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:00:27.580 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:00:27.595 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive13533363172814592662/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)
23:00:27.607 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13533363172814592662/external-warehouse/legacy_table
23:00:27.850 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:27.850 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:00:27.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:27.850656 10722 client.h:373] Failed to connect to Hive Metastore (localhost:42081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:27.889 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:27.895 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
23:00:27.923 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:00:27.991 [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=	
23:00:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:27.992401 10739 client.h:373] Failed to connect to Hive Metastore (localhost:42081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:28.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.018397 10743 catalog_manager.cc:1294] Loaded cluster ID: a9f8c5f0562f44558901f90ab9bff2db
23:00:28.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.018523 10743 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0: loading cluster ID for follower catalog manager: success
23:00:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.022526 10743 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0: acquiring CA information for follower catalog manager: success
23:00:28.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.025305 10743 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 5e46a5f71f2f415cb5fa9453fe02ead0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:28.052 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:00:28.052 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:00:28.130 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
23:00:28.153 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
23:00:28.189 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
23:00:28.198 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:28.199 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
23:00:28.291 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:28.311 [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=	
23:00:28.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:28.312386 10765 client.h:373] Failed to connect to Hive Metastore (localhost:42081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:28.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.387661 10772 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 3b63135687484c7f8b05595ffd1bce79: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:28.416 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:28.475 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:00:28.609 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:00:28.610 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:00:28.610 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:00:28.610 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1d489172, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c405ca3 will be shutdown
23:00:28.610 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:00:28.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.610662 10486 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 10497
23:00:28.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.612407 10558 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:28.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.773931 10486 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 10497
23:00:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.799949 10486 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 10564
23:00:28.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.801010 10628 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:28.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.901678 10486 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 10564
23:00:28.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.916853 10486 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 10634
23:00:28.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:28.917927 10698 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:29.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:29.019070 10486 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 10634
23:00:29.019 [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=	
23:00:29.034 [ERROR - Metastore-Handler-Pool: Thread-138] (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
23:00:29.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:29Z chronyd exiting
.23:00:29.158 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:29.159 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:29.159 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:29.176 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive2395461830253297229
23:00:29.177 [INFO - Thread-96] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:00:29.177 [INFO - Thread-96] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:00:29.179 [INFO - Thread-96] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:29.180 [INFO - Thread-96] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:29.180 [INFO - Thread-96] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:00:29.181 [INFO - Thread-96] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:00:29.182 [INFO - Thread-96] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:00:29.182 [INFO - Thread-96] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:00:29.183 [INFO - Thread-96] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:00:29.183 [INFO - Thread-96] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:00:29.184 [INFO - Thread-96] (HikariDataSource.java:80) objectstore - Starting...
23:00:29.248 [INFO - Thread-96] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:29.248 [INFO - Thread-96] (HikariDataSource.java:82) objectstore - Start completed.
23:00:29.248 [INFO - Thread-96] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:00:29.250 [INFO - Thread-96] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:00:29.252 [INFO - Thread-96] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:29.253 [INFO - Thread-96] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:00:29.266 [INFO - Thread-96] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:00:29.266 [INFO - Thread-96] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:00:29.266 [INFO - Thread-96] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:00:29.288 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:29.289 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:29.289 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:29.290 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:29.290 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:29.290 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:29.454 [INFO - Thread-96] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:00:29.454 [INFO - Thread-96] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1501026c, with PersistenceManager: null will be shutdown
23:00:29.455 [INFO - Thread-96] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1501026c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@42d894e4 created in the thread with id: 139
23:00:29.456 [WARN - Thread-96] (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
23:00:29.457 [INFO - Thread-96] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1501026c
23:00:29.537 [INFO - Thread-96] (HMSHandler.java:595) Started creating a default database with name: default
23:00:29.551 [INFO - Thread-96] (HMSHandler.java:605) Successfully created a default database with name: default
23:00:29.569 [INFO - Thread-96] (HMSHandler.java:668) Added admin role in metastore
23:00:29.570 [INFO - Thread-96] (HMSHandler.java:677) Added public role in metastore
23:00:29.595 [INFO - Thread-96] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:00:29.595 [INFO - Thread-96] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:00:29.596 [INFO - Thread-96] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:00:29.596 [INFO - Thread-96] (HiveMetaStore.java:697) Direct SQL optimization = true
23:00:29.596 [WARN - Thread-96] (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)
23:00:29.596 [INFO - Thread-96] (HiveMetaStore.java:632) Started the new metaserver on port [42745]...
23:00:29.596 [INFO - Thread-96] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:00:29.596 [INFO - Thread-96] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:00:29.596 [INFO - Thread-96] (HiveMetaStore.java:635) TCP keepalive = true
23:00:29.596 [INFO - Thread-96] (HiveMetaStore.java:636) Enable SSL = false
23:00:30.179 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:30.180 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:30.180 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:30.182 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:00:30.182 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42745]
23:00:30.182 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42745) in binary transport mode
23:00:30.182 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42745) current connections: 1
23:00:30.184 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskflmWFT/test-tmp
23:00:30.184 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:00:30.184 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskflmWFT/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:00:30.186 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42745"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:00:30.503 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:30.503 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:00:30.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.505868 10811 mini_oidc.cc:150] Starting JWKS server
23:00:30.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.507910 10811 webserver.cc:534] Webserver started at http://127.0.0.1:42901/ using document root <none> and password file <none>
23:00:30.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.508124 10811 mini_oidc.cc:186] Starting OIDC Discovery server
23:00:30.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.508558 10811 webserver.cc:534] Webserver started at http://127.0.0.1:43639/ using document root <none> and password file <none>
23:00:30.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:30Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:00:30.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:30Z Disabled control of system clock
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.532853 10811 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/wal
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/data
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/logs
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/data/info.pb
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.142.254:42199
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.142.254
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.142.212:43335
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:30.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.142.254:42199,127.10.142.253:45225,127.10.142.252:43853
23:00:30.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:30.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42901/jwks.json
23:00:30.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42745 with env {}
23:00:30.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.836968 10822 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:30.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.837283 10822 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:30.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.837365 10822 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:30.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.845228 10822 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:30.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.845309 10822 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:30.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.845362 10822 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:30.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.845400 10822 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:30.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.845448 10822 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:30.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.845479 10822 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42901/jwks.json
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.855005 10822 master_runner.cc:387] Master server non-default flags:
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.142.212:43335
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/data
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/wal
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42745
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.142.254:42199,127.10.142.253:45225,127.10.142.252:43853
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.142.254:42199
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42901/jwks.json
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/data/info.pb
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.142.254
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/logs
23:00:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.856606 10822 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:30.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.858306 10822 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:30.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.865607 10828 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
23:00:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.865661 10827 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
23:00:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.866303 10830 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
23:00:30.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.867170 10822 server_base.cc:1061] running on GCE node
23:00:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.867897 10822 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.869232 10822 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:30.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.870437 10822 hybrid_clock.cc:648] HybridClock initialized: now 1783465230870396 us; error 28 us; skew 500 ppm
23:00:30.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.870803 10822 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:30.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.872923 10822 webserver.cc:534] Webserver started at http://127.10.142.254:45521/ using document root <none> and password file <none>
23:00:30.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.873637 10822 fs_manager.cc:362] Metadata directory not provided
23:00:30.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.873742 10822 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:30.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.874125 10822 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:30.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.876472 10822 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/data/instance:
23:00:30.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f88b87a06b3c48ebb9ac64871e05bdbb"
23:00:30.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:30 on dist-test-slave-fgkt"
23:00:30.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.877275 10822 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/wal/instance:
23:00:30.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f88b87a06b3c48ebb9ac64871e05bdbb"
23:00:30.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:30 on dist-test-slave-fgkt"
23:00:30.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.882318 10822 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
23:00:30.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.885758 10836 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.886969 10822 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.887128 10822 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/wal
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f88b87a06b3c48ebb9ac64871e05bdbb"
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:30 on dist-test-slave-fgkt"
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.887334 10822 fs_report.cc:389] FS layout report
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/wal
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/wal
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/data/data
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:30.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.909825 10822 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:30.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.910653 10822 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:30.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.910930 10822 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:30.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.929239 10822 rpc_server.cc:307] RPC server started. Bound to: 127.10.142.254:42199
23:00:30.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.929245 10887 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.142.254:42199 every 8 connection(s)
23:00:30.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.930761 10822 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/data/info.pb
23:00:30.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.934705 10888 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:30.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.936203 10811 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 10822
23:00:30.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.936491 10811 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-0/wal/instance
23:00:30.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.938699 10811 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:30.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:30.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/wal
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/data
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/logs
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/data/info.pb
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.142.253:45225
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.142.253
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.142.212:43335
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.142.254:42199,127.10.142.253:45225,127.10.142.252:43853
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42901/jwks.json
23:00:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42745 with env {}
23:00:30.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.940249 10888 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } has no permanent_uuid. Determining permanent_uuid...
23:00:30.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:30.954842 10888 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } has no permanent_uuid. Determining permanent_uuid...
23:00:30.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.955857 10838 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.142.253:45225: connect: Connection refused (error 111)
23:00:30.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:30.957264 10888 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.253:45225: Network error: Client connection negotiation failed: client connection to 127.10.142.253:45225: connect: Connection refused (error 111)
23:00:31.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.006562 10888 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } attempt: 1
23:00:31.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.008590 10888 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.253:45225: Network error: Client connection negotiation failed: client connection to 127.10.142.253:45225: connect: Connection refused (error 111)
23:00:31.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.076825 10888 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } attempt: 2
23:00:31.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.078938 10888 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.253:45225: Network error: Client connection negotiation failed: client connection to 127.10.142.253:45225: connect: Connection refused (error 111)
23:00:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.170193 10888 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } attempt: 3
23:00:31.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.172226 10888 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.253:45225: Network error: Client connection negotiation failed: client connection to 127.10.142.253:45225: connect: Connection refused (error 111)
23:00:31.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.249509 10889 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:31.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.249801 10889 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:31.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.249874 10889 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:31.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.257645 10889 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:31.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.257726 10889 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:31.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.257781 10889 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:31.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.257817 10889 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:31.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.257864 10889 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:31.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.257895 10889 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42901/jwks.json
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.267379 10889 master_runner.cc:387] Master server non-default flags:
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.142.212:43335
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/data
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/wal
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42745
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:31.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.142.254:42199,127.10.142.253:45225,127.10.142.252:43853
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.142.253:45225
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42901/jwks.json
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/data/info.pb
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.142.253
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/logs
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:31.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:31.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.269265 10889 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:31.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.271327 10889 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:31.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.279139 10897 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
23:00:31.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.279187 10898 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
23:00:31.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.279376 10900 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
23:00:31.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.280160 10889 server_base.cc:1061] running on GCE node
23:00:31.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.280809 10889 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:31.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.282132 10889 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:31.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.283335 10889 hybrid_clock.cc:648] HybridClock initialized: now 1783465231283281 us; error 41 us; skew 500 ppm
23:00:31.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.283692 10889 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:31.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.285737 10889 webserver.cc:534] Webserver started at http://127.10.142.253:37547/ using document root <none> and password file <none>
23:00:31.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.286450 10889 fs_manager.cc:362] Metadata directory not provided
23:00:31.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.286556 10889 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:31.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.286919 10889 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:31.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.289244 10889 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/data/instance:
23:00:31.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1df1e5dac60445b986af690fd569636"
23:00:31.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:31 on dist-test-slave-fgkt"
23:00:31.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.290064 10889 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/wal/instance:
23:00:31.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1df1e5dac60445b986af690fd569636"
23:00:31.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:31 on dist-test-slave-fgkt"
23:00:31.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.295198 10889 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
23:00:31.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.298452 10906 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:31.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.299645 10889 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.299830 10889 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/wal
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1df1e5dac60445b986af690fd569636"
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:31 on dist-test-slave-fgkt"
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.300040 10889 fs_report.cc:389] FS layout report
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/wal
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/wal
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/data/data
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:31.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:31.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.315431 10888 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } attempt: 4
23:00:31.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.317461 10888 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.253:45225: Network error: Client connection negotiation failed: client connection to 127.10.142.253:45225: connect: Connection refused (error 111)
23:00:31.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.323329 10889 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.324201 10889 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.324417 10889 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:31.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.342350 10889 rpc_server.cc:307] RPC server started. Bound to: 127.10.142.253:45225
23:00:31.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.342370 10957 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.142.253:45225 every 8 connection(s)
23:00:31.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.343891 10889 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/data/info.pb
23:00:31.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.347729 10958 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:31.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.353580 10811 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 10889
23:00:31.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.353170 10958 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } has no permanent_uuid. Determining permanent_uuid...
23:00:31.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.353751 10811 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-1/wal/instance
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.354959 10811 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/wal
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/data
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/logs
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/data/info.pb
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.142.252:43853
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.142.252
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.142.212:43335
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.142.254:42199,127.10.142.253:45225,127.10.142.252:43853
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42901/jwks.json
23:00:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42745 with env {}
23:00:31.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.372463 10958 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } has no permanent_uuid. Determining permanent_uuid...
23:00:31.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.381548 10958 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } has no permanent_uuid. Determining permanent_uuid...
23:00:31.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.382817 10909 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.142.252:43853: connect: Connection refused (error 111)
23:00:31.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.384521 10958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.252:43853: Network error: Client connection negotiation failed: client connection to 127.10.142.252:43853: connect: Connection refused (error 111)
23:00:31.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.433817 10958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } attempt: 1
23:00:31.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.435859 10958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.252:43853: Network error: Client connection negotiation failed: client connection to 127.10.142.252:43853: connect: Connection refused (error 111)
23:00:31.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.504047 10958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } attempt: 2
23:00:31.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.505990 10958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.252:43853: Network error: Client connection negotiation failed: client connection to 127.10.142.252:43853: connect: Connection refused (error 111)
23:00:31.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.597244 10958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } attempt: 3
23:00:31.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.599143 10958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.252:43853: Network error: Client connection negotiation failed: client connection to 127.10.142.252:43853: connect: Connection refused (error 111)
23:00:31.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.616703 10888 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } attempt: 5
23:00:31.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.623031 10888 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } has no permanent_uuid. Determining permanent_uuid...
23:00:31.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.624804 10888 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.252:43853: Network error: Client connection negotiation failed: client connection to 127.10.142.252:43853: connect: Connection refused (error 111)
23:00:31.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.667002 10960 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:31.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.667316 10960 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:31.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.667416 10960 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:31.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.675989 10888 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } attempt: 1
23:00:31.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.676115 10960 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:31.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.676200 10960 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:31.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.676271 10960 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:31.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.676323 10960 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:31.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.676394 10960 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:31.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.676445 10960 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42901/jwks.json
23:00:31.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.677774 10888 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.252:43853: Network error: Client connection negotiation failed: client connection to 127.10.142.252:43853: connect: Connection refused (error 111)
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.686291 10960 master_runner.cc:387] Master server non-default flags:
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.142.212:43335
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/data
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/wal
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42745
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:31.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.142.254:42199,127.10.142.253:45225,127.10.142.252:43853
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.142.252:43853
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42901/jwks.json
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/data/info.pb
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.142.252
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/logs
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:31.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:31.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.688246 10960 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:31.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.690294 10960 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:31.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.698231 10968 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
23:00:31.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.698262 10967 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
23:00:31.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.698870 10970 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
23:00:31.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.699506 10960 server_base.cc:1061] running on GCE node
23:00:31.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.700450 10960 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:31.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.702162 10960 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:31.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.703528 10960 hybrid_clock.cc:648] HybridClock initialized: now 1783465231703465 us; error 43 us; skew 500 ppm
23:00:31.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.703961 10960 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:31.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.706487 10960 webserver.cc:534] Webserver started at http://127.10.142.252:38491/ using document root <none> and password file <none>
23:00:31.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.707383 10960 fs_manager.cc:362] Metadata directory not provided
23:00:31.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.707499 10960 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:31.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.707912 10960 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:31.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.710379 10960 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/data/instance:
23:00:31.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef9fc83c976e4d42907589cd5a02c920"
23:00:31.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:31 on dist-test-slave-fgkt"
23:00:31.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.711091 10960 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/wal/instance:
23:00:31.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef9fc83c976e4d42907589cd5a02c920"
23:00:31.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:31 on dist-test-slave-fgkt"
23:00:31.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.716125 10960 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.005s
23:00:31.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.719231 10976 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.720489 10960 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:00:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.720651 10960 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/wal
23:00:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef9fc83c976e4d42907589cd5a02c920"
23:00:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:31 on dist-test-slave-fgkt"
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.720860 10960 fs_report.cc:389] FS layout report
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/wal
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/wal
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/data/data
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:31.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:31.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.742369 10958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } attempt: 4
23:00:31.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.744237 10958 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.252:43853: Network error: Client connection negotiation failed: client connection to 127.10.142.252:43853: connect: Connection refused (error 111)
23:00:31.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.745973 10888 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } attempt: 2
23:00:31.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.747829 10888 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.142.252:43853: Network error: Client connection negotiation failed: client connection to 127.10.142.252:43853: connect: Connection refused (error 111)
23:00:31.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.751262 10960 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:31.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.752126 10960 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:31.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.752349 10960 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:31.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.770680 10960 rpc_server.cc:307] RPC server started. Bound to: 127.10.142.252:43853
23:00:31.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.770689 11027 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.142.252:43853 every 8 connection(s)
23:00:31.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.772204 10960 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/data/info.pb
23:00:31.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.776139 11028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:31.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.780117 10811 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 10960
23:00:31.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.780258 10811 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster10013799158272802030/master-2/wal/instance
23:00:31.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.781702 11028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } has no permanent_uuid. Determining permanent_uuid...
23:00:31.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.793619 11028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } has no permanent_uuid. Determining permanent_uuid...
23:00:31.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.800083 11028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } has no permanent_uuid. Determining permanent_uuid...
23:00:31.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.810662 11028 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920: Bootstrap starting.
23:00:31.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.813476 10811 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:00:31.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.814193 11028 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920: Neither blocks nor log segments found. Creating new log.
23:00:31.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.815176 11028 log.cc:826] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920: Log is configured to *not* fsync() on all Append() calls
23:00:31.815 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:31.815 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:00:31.816 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.142.254"
      port: 42199
    }
    bound_http_address {
      host: "127.10.142.254"
      port: 45521
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.142.253"
      port: 45225
    }
    bound_http_address {
      host: "127.10.142.253"
      port: 37547
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.142.252"
      port: 43853
    }
    bound_http_address {
      host: "127.10.142.252"
      port: 38491
    }
  }
}

23:00:31.817 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:00:31.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.818116 11028 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920: No bootstrap required, opened a new log
23:00:31.818 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:31.819 [INFO - Metastore-Handler-Pool: Thread-160] (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=37e4554e-e797-4201-a108-b94504e36389, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.142.253:45225,127.10.142.254:42199,127.10.142.252:43853}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:31.821 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:31.821 [INFO - Metastore-Handler-Pool: Thread-160] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:31.821 [INFO - Metastore-Handler-Pool: Thread-160] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4748f3f7, with PersistenceManager: null will be shutdown
23:00:31.821 [INFO - Metastore-Handler-Pool: Thread-160] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4748f3f7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5f573ae2 created in the thread with id: 160
23:00:31.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.823580 11028 raft_consensus.cc:359] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.823966 11028 raft_consensus.cc:385] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.824077 11028 raft_consensus.cc:740] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef9fc83c976e4d42907589cd5a02c920, State: Initialized, Role: FOLLOWER
23:00:31.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.824892 11028 consensus_queue.cc:260] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [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: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:31.825 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4748f3f7
23:00:31.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.825999 11033 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [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: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:31.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.826414 11033 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [sys.catalog]: This master's current role is: FOLLOWER
23:00:31.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.827219 11028 sys_catalog.cc:565] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [sys.catalog]: configured and running, proceeding with master startup.
23:00:31.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.840854 11047 catalog_manager.cc:1593] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:00:31.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.841213 11047 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:00:31.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.840209 10960 master_runner.cc:187] Error getting master registration for 127.10.142.254:42199: OK, instance_id { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" instance_seqno: 1783465230924285 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:31.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.846637 10960 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:31.849 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:31.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.850127 11044 client.h:373] Failed to connect to Hive Metastore (localhost:42745): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:31.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.854069 10888 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } attempt: 3
23:00:31.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.867982 10888 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb: Bootstrap starting.
23:00:31.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.872426 10888 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb: Neither blocks nor log segments found. Creating new log.
23:00:31.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.874011 10888 log.cc:826] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb: Log is configured to *not* fsync() on all Append() calls
23:00:31.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.883921 10888 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb: No bootstrap required, opened a new log
23:00:31.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.891639 10888 raft_consensus.cc:359] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:31.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.892331 10888 raft_consensus.cc:385] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:31.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.892630 10888 raft_consensus.cc:740] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f88b87a06b3c48ebb9ac64871e05bdbb, State: Initialized, Role: FOLLOWER
23:00:31.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.893577 10888 consensus_queue.cc:260] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [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: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:31.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.900907 11052 sys_catalog.cc:455] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [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: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:31.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.903191 11052 sys_catalog.cc:458] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [sys.catalog]: This master's current role is: FOLLOWER
23:00:31.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.903069 10888 sys_catalog.cc:565] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [sys.catalog]: configured and running, proceeding with master startup.
23:00:31.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.913676 10842 tablet.cc:2406] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:31.966 [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=	
23:00:31.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.967461 11063 client.h:373] Failed to connect to Hive Metastore (localhost:42745): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:31.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.987725 10822 master_runner.cc:187] Error getting master registration for 127.10.142.253:45225: OK, instance_id { permanent_uuid: "b1df1e5dac60445b986af690fd569636" instance_seqno: 1783465231337689 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:31.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:31.996151 10822 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:31.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.999315 11067 catalog_manager.cc:1593] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:00:31.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:31.999611 11067 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:00:32.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:32.004419 10982 tablet.cc:2406] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:32.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.043454 10958 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } attempt: 5
23:00:32.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.056967 10958 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636: Bootstrap starting.
23:00:32.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.061687 10958 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636: Neither blocks nor log segments found. Creating new log.
23:00:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.065166 11052 raft_consensus.cc:493] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:00:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.065431 11052 raft_consensus.cc:515] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:32.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.067246 11052 leader_election.cc:290] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b1df1e5dac60445b986af690fd569636 (127.10.142.253:45225), ef9fc83c976e4d42907589cd5a02c920 (127.10.142.252:43853)
23:00:32.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.067327 10958 log.cc:826] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636: Log is configured to *not* fsync() on all Append() calls
23:00:32.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.068554 11003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef9fc83c976e4d42907589cd5a02c920" is_pre_election: true
23:00:32.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.069108 11003 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f88b87a06b3c48ebb9ac64871e05bdbb in term 0.
23:00:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.070013 10839 leader_election.cc:304] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [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: ef9fc83c976e4d42907589cd5a02c920, f88b87a06b3c48ebb9ac64871e05bdbb; no voters: 
23:00:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.070492 11052 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 0 FOLLOWER]: Leader pre-election won for term 1
23:00:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.070634 11052 raft_consensus.cc:493] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:00:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.070731 11052 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 0 FOLLOWER]: Advancing to term 1
23:00:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.073747 11052 raft_consensus.cc:515] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.078663 11003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef9fc83c976e4d42907589cd5a02c920"
23:00:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.078872 11003 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [term 0 FOLLOWER]: Advancing to term 1
23:00:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.082531 11003 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f88b87a06b3c48ebb9ac64871e05bdbb in term 1.
23:00:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.083086 10839 leader_election.cc:304] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [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: ef9fc83c976e4d42907589cd5a02c920, f88b87a06b3c48ebb9ac64871e05bdbb; no voters: 
23:00:32.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.086755 11052 leader_election.cc:290] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [CANDIDATE]: Term 1 election: Requested vote from peers b1df1e5dac60445b986af690fd569636 (127.10.142.253:45225), ef9fc83c976e4d42907589cd5a02c920 (127.10.142.252:43853)
23:00:32.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.087809 11052 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 1 FOLLOWER]: Leader election won for term 1
23:00:32.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.088629 11052 raft_consensus.cc:697] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [term 1 LEADER]: Becoming Leader. State: Replica: f88b87a06b3c48ebb9ac64871e05bdbb, State: Running, Role: LEADER
23:00:32.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.091007 11052 consensus_queue.cc:237] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [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: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:32.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.107648 10958 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636: No bootstrap required, opened a new log
23:00:32.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.118485 11070 sys_catalog.cc:455] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [sys.catalog]: SysCatalogTable state changed. Reason: New leader f88b87a06b3c48ebb9ac64871e05bdbb. Latest consensus state: current_term: 1 leader_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:32.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.119179 11070 sys_catalog.cc:458] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [sys.catalog]: This master's current role is: LEADER
23:00:32.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.132391 11072 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:00:32.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.139173 11072 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:00:32.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.140547 10958 raft_consensus.cc:359] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:32.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.141803 10958 raft_consensus.cc:385] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:32.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.142307 10958 raft_consensus.cc:740] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b1df1e5dac60445b986af690fd569636, State: Initialized, Role: FOLLOWER
23:00:32.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.144999 10958 consensus_queue.cc:260] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [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: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.164227 11074 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [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: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:32.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.166605 10932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b1df1e5dac60445b986af690fd569636"
23:00:32.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.166579 10933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b1df1e5dac60445b986af690fd569636" is_pre_election: true
23:00:32.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.168848 10932 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [term 0 FOLLOWER]: Advancing to term 1
23:00:32.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.166891 10958 sys_catalog.cc:565] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [sys.catalog]: configured and running, proceeding with master startup.
23:00:32.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.169589 11003 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [term 1 FOLLOWER]: Refusing update from remote peer f88b87a06b3c48ebb9ac64871e05bdbb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:32.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.170497 11070 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:32.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.172904 10932 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f88b87a06b3c48ebb9ac64871e05bdbb in term 1.
23:00:32.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.173816 11074 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [sys.catalog]: This master's current role is: FOLLOWER
23:00:32.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.177007 11074 raft_consensus.cc:493] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:00:32.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.177556 11074 raft_consensus.cc:515] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } }
23:00:32.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.178639 10932 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [term 1 FOLLOWER]: Refusing update from remote peer f88b87a06b3c48ebb9ac64871e05bdbb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:32.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.180341 11070 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [LEADER]: Connected to new peer: Peer: permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:32.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.180852 10863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1df1e5dac60445b986af690fd569636" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" is_pre_election: true
23:00:32.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.183372 11002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1df1e5dac60445b986af690fd569636" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef9fc83c976e4d42907589cd5a02c920" is_pre_election: true
23:00:32.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.184201 10909 leader_election.cc:304] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: b1df1e5dac60445b986af690fd569636; no voters: ef9fc83c976e4d42907589cd5a02c920, f88b87a06b3c48ebb9ac64871e05bdbb
23:00:32.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.197937 11074 leader_election.cc:290] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f88b87a06b3c48ebb9ac64871e05bdbb (127.10.142.254:42199), ef9fc83c976e4d42907589cd5a02c920 (127.10.142.252:43853)
23:00:32.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.206305 11033 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f88b87a06b3c48ebb9ac64871e05bdbb. Latest consensus state: current_term: 1 leader_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:32.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.206588 11033 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [sys.catalog]: This master's current role is: FOLLOWER
23:00:32.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.209790 11073 mvcc.cc:204] Tried to move back new op lower bound from 7305073590953693184 to 7305073590667083776. Current Snapshot: MvccSnapshot[applied={T|T < 7305073590953693184}]
23:00:32.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.217720 11080 mvcc.cc:204] Tried to move back new op lower bound from 7305073590953693184 to 7305073590667083776. Current Snapshot: MvccSnapshot[applied={T|T < 7305073590953693184}]
23:00:32.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.221328 11074 raft_consensus.cc:2749] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
23:00:32.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.222888 11075 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:32.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.223337 11075 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [sys.catalog]: This master's current role is: FOLLOWER
23:00:32.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.223661 11079 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f88b87a06b3c48ebb9ac64871e05bdbb. Latest consensus state: current_term: 1 leader_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:32.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.223742 11070 sys_catalog.cc:455] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:32.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.223978 11070 sys_catalog.cc:458] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [sys.catalog]: This master's current role is: LEADER
23:00:32.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.224188 11079 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636 [sys.catalog]: This master's current role is: FOLLOWER
23:00:32.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.224238 11070 sys_catalog.cc:455] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:32.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.224416 11070 sys_catalog.cc:458] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb [sys.catalog]: This master's current role is: LEADER
23:00:32.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.225431 11072 catalog_manager.cc:1382] Generated new cluster ID: 2043ffc2e5634ac2a1d11290fd903612
23:00:32.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.225535 11072 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:00:32.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.230805 11033 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f88b87a06b3c48ebb9ac64871e05bdbb" member_type: VOTER last_known_addr { host: "127.10.142.254" port: 42199 } } peers { permanent_uuid: "b1df1e5dac60445b986af690fd569636" member_type: VOTER last_known_addr { host: "127.10.142.253" port: 45225 } } peers { permanent_uuid: "ef9fc83c976e4d42907589cd5a02c920" member_type: VOTER last_known_addr { host: "127.10.142.252" port: 43853 } } }
23:00:32.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.230988 11033 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920 [sys.catalog]: This master's current role is: FOLLOWER
23:00:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.300055 11072 catalog_manager.cc:1405] Generated new certificate authority record
23:00:32.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.310463 11072 catalog_manager.cc:1539] Loading token signing keys...
23:00:32.317 [WARN - Metastore-Handler-Pool: Thread-160] (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.
23:00:32.339 [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=	
23:00:32.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:32.341267 11094 client.h:373] Failed to connect to Hive Metastore (localhost:42745): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:32.344 [WARN - Metastore-Handler-Pool: Thread-160] (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.
23:00:32.344 [WARN - Metastore-Handler-Pool: Thread-160] (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.
23:00:32.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.351540 11098 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:00:32.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.356181 11072 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f88b87a06b3c48ebb9ac64871e05bdbb: Generated new TSK 0
23:00:32.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.357246 11072 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:00:32.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.358521 11072 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:00:32.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.359510 11072 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:00:32.521 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:32.539 [INFO - Metastore-Handler-Pool: Thread-160] (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/hive2395461830253297229/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=37e4554e-e797-4201-a108-b94504e36389, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.142.253:45225,127.10.142.254:42199,127.10.142.252:43853}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:32.542 [INFO - Metastore-Handler-Pool: Thread-160] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2395461830253297229/external-warehouse/table
23:00:32.715 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:32.772 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:32.773 [INFO - Metastore-Handler-Pool: Thread-160] (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)	
23:00:32.775 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:00:32.784 [INFO - Metastore-Handler-Pool: Thread-160] (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/hive2395461830253297229/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)
23:00:32.797 [INFO - Metastore-Handler-Pool: Thread-160] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2395461830253297229/external-warehouse/legacy_table
23:00:32.826 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:00:32.835 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:32.836 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:32.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.843854 11047 catalog_manager.cc:1294] Loaded cluster ID: 2043ffc2e5634ac2a1d11290fd903612
23:00:32.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.843986 11047 catalog_manager.cc:1587] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920: loading cluster ID for follower catalog manager: success
23:00:32.846 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:32.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.847795 11047 catalog_manager.cc:1609] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920: acquiring CA information for follower catalog manager: success
23:00:32.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:32.850773 11047 catalog_manager.cc:1637] T 00000000000000000000000000000000 P ef9fc83c976e4d42907589cd5a02c920: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:32.852 [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=	
23:00:32.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:32.852957 11044 client.h:373] Failed to connect to Hive Metastore (localhost:42745): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:32.891 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:32.891 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:32.908 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:32.926 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:32.937 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:32.937 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:32.945 [DEBUG - Metastore-Handler-Pool: Thread-160] (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.
23:00:32.946 [DEBUG - Metastore-Handler-Pool: Thread-160] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:00:32.952 [DEBUG - Metastore-Handler-Pool: Thread-160] (Connection.java:748) [peer master-127.10.142.253:45225(127.10.142.253:45225)] connecting to peer
23:00:32.956 [DEBUG - Metastore-Handler-Pool: Thread-160] (Connection.java:748) [peer master-127.10.142.254:42199(127.10.142.254:42199)] connecting to peer
23:00:32.957 [DEBUG - Metastore-Handler-Pool: Thread-160] (Connection.java:748) [peer master-127.10.142.252:43853(127.10.142.252:43853)] connecting to peer
23:00:32.958 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.142.254:42199(127.10.142.254:42199)] Successfully connected to peer
23:00:32.961 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.142.253:45225(127.10.142.253:45225)] Successfully connected to peer
23:00:32.971 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.142.253
23:00:32.972 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.142.254
23:00:32.980 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.10.142.252:43853(127.10.142.252:43853)] Successfully connected to peer
23:00:32.989 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:32.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:32.989513 11063 client.h:373] Failed to connect to Hive Metastore (localhost:42745): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:32.990 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.142.252
23:00:32.996 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:32.997 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:33.000 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7dfbf740, L:/127.0.0.1:35566 - R:/127.10.142.254:42199] using SASL/PLAIN
23:00:33.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:00:33.006 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xe1534e14, L:/127.0.0.1:41430 - R:/127.10.142.253:45225] using SASL/PLAIN
23:00:33.006 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:00:33.007 [ERROR - Metastore-Handler-Pool: Thread-160] (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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:33.010 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.017 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:33.020 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.021 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x40119056, L:/127.0.0.1:36722 - R:/127.10.142.252:43853] using SASL/PLAIN
23:00:33.031 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.031 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.037 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.046 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.056 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.057 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.063 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.072 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.083 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.083 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.089 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:00:33.090 [ERROR - Metastore-Handler-Pool: Thread-160] (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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:33.091 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.100 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.112 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.112 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.115 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:00:33.116 [ERROR - Metastore-Handler-Pool: Thread-160] (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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:33.117 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.125 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.134 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.134 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.138 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.147 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.156 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.156 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.168 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.176 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.185 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.185 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.187 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:00:33.188 [ERROR - Metastore-Handler-Pool: Thread-160] (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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:33.189 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.197 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.207 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.207 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.213 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.221 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.229 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.230 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.235 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.243 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.251 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.251 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.257 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.265 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.273 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.273 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.339 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:00:33.341 [ERROR - Metastore-Handler-Pool: Thread-160] (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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:33.342 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.343 [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=	
23:00:33.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:33.344873 11094 client.h:373] Failed to connect to Hive Metastore (localhost:42745): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:33.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:33.364079 11098 catalog_manager.cc:1294] Loaded cluster ID: 2043ffc2e5634ac2a1d11290fd903612
23:00:33.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:33.364171 11098 catalog_manager.cc:1587] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636: loading cluster ID for follower catalog manager: success
23:00:33.365 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:33.367347 11098 catalog_manager.cc:1609] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636: acquiring CA information for follower catalog manager: success
23:00:33.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:33.369959 11098 catalog_manager.cc:1637] T 00000000000000000000000000000000 P b1df1e5dac60445b986af690fd569636: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:33.382 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.382 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.392 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.401 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.410 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.411 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.419 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.430 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.439 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.439 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.445 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:33.453 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:33.455 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:33.570 [WARN - Metastore-Handler-Pool: Thread-160] (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.
23:00:33.702 [WARN - Metastore-Handler-Pool: Thread-160] (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.
23:00:33.742 [WARN - Metastore-Handler-Pool: Thread-160] (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.
23:00:33.861 [WARN - Metastore-Handler-Pool: Thread-160] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive2395461830253297229/warehouse/default/table
23:00:33.863 [INFO - Metastore-Handler-Pool: Thread-160] (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)	
23:00:33.864 [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=	
23:00:33.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:33.864907 11044 client.h:373] Failed to connect to Hive Metastore (localhost:42745): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:33.866 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:33.870 [INFO - Metastore-Handler-Pool: Thread-160] (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/hive2395461830253297229/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)
23:00:33.873 [WARN - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:2452) Location: file:/tmp/hive2395461830253297229/external-warehouse/table specified for non-external table:table
23:00:33.876 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.876 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.917 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:33.948 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:33.951 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.960 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.974 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.974 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:33.978 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:00:33.979 [ERROR - Metastore-Handler-Pool: Thread-160] (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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:33.980 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:33.988 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:33.992 [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=	
23:00:33.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:33.992532 11063 client.h:373] Failed to connect to Hive Metastore (localhost:42745): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:33.999 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:33.999 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:34.002 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:00:34.003 [ERROR - Metastore-Handler-Pool: Thread-160] (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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

23:00:34.004 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:34.012 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:34.020 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:34.020 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:34.025 [INFO - Metastore-Handler-Pool: Thread-160] (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	
23:00:34.033 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:00:34.041 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:00:34.042 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:00:34.048 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:34.056 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:34.057 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:34.104 [INFO - Metastore-Handler-Pool: Thread-160] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:00:34.105 [INFO - Metastore-Handler-Pool: Thread-160] (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=37e4554e-e797-4201-a108-b94504e36389, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.142.253:45225,127.10.142.254:42199,127.10.142.252:43853}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:34.107 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:34.109 [INFO - Metastore-Handler-Pool: Thread-160] (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/hive2395461830253297229/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=37e4554e-e797-4201-a108-b94504e36389, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.142.253:45225,127.10.142.254:42199,127.10.142.252:43853}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:34.110 [INFO - Metastore-Handler-Pool: Thread-160] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2395461830253297229/external-warehouse/table
23:00:34.128 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:34.135 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:34.137 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:34.145 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:34.154 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:34.154 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:34.159 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:34.167 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:34.168 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:34.202 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:00:34.202 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:00:34.203 [INFO - Metastore-Handler-Pool: Thread-160] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4748f3f7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5f573ae2 will be shutdown
23:00:34.203 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:00:34.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:34.203275 10811 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 10822
23:00:34.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:34.204926 10883 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:34.347 [INFO - Metastore-Handler-Pool: Thread-178] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:00:34.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:34.347795 11094 client.h:373] Failed to connect to Hive Metastore (localhost:42745): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:34.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:34.353210 10811 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 10822
23:00:34.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:34.368726 10978 connection.cc:573] server connection from 127.0.0.1:36696 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
23:00:34.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:34.369158 10811 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 10889
23:00:34.369 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.142.254:42199(127.10.142.254:42199)] handling channelInactive
23:00:34.369 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.142.254:42199(127.10.142.254:42199)] cleaning up while in state READY due to: connection closed
23:00:34.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:34.370517 10953 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:34.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:34.470218 10811 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 10889
23:00:34.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:34.485404 10811 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 10960
23:00:34.485 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.142.253:45225(127.10.142.253:45225)] handling channelInactive
23:00:34.485 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.142.253:45225(127.10.142.253:45225)] cleaning up while in state READY due to: connection closed
23:00:34.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:34.486605 11023 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:34.588299 10811 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 10960
23:00:34.604 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.10.142.252:43853(127.10.142.252:43853)] handling channelInactive
23:00:34.604 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.10.142.252:43853(127.10.142.252:43853)] cleaning up while in state READY due to: connection closed
23:00:34.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:34Z chronyd exiting
.23:00:34.726 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:34.727 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:34.727 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:34.749 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive2165664641179354472
23:00:34.750 [INFO - Thread-125] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:00:34.750 [INFO - Thread-125] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:00:34.753 [INFO - Thread-125] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:34.754 [INFO - Thread-125] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:34.754 [INFO - Thread-125] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:00:34.755 [INFO - Thread-125] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:00:34.756 [INFO - Thread-125] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:00:34.756 [INFO - Thread-125] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:00:34.757 [INFO - Thread-125] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:00:34.757 [INFO - Thread-125] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:00:34.759 [INFO - Thread-125] (HikariDataSource.java:80) objectstore - Starting...
23:00:34.819 [INFO - Thread-125] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:34.820 [INFO - Thread-125] (HikariDataSource.java:82) objectstore - Start completed.
23:00:34.820 [INFO - Thread-125] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:00:34.822 [INFO - Thread-125] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:00:34.824 [INFO - Thread-125] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:34.824 [INFO - Thread-125] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:00:34.837 [INFO - Thread-125] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:00:34.838 [INFO - Thread-125] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:00:34.838 [INFO - Thread-125] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:00:34.859 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:34.860 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:34.860 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:34.860 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:34.861 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:34.861 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:35.039 [INFO - Thread-125] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:00:35.039 [INFO - Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c03c51, with PersistenceManager: null will be shutdown
23:00:35.040 [INFO - Thread-125] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c03c51, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@55461efa created in the thread with id: 179
23:00:35.041 [WARN - Thread-125] (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
23:00:35.042 [INFO - Thread-125] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c03c51
23:00:35.145 [INFO - Thread-125] (HMSHandler.java:595) Started creating a default database with name: default
23:00:35.163 [INFO - Thread-125] (HMSHandler.java:605) Successfully created a default database with name: default
23:00:35.187 [INFO - Thread-125] (HMSHandler.java:668) Added admin role in metastore
23:00:35.188 [INFO - Thread-125] (HMSHandler.java:677) Added public role in metastore
23:00:35.216 [INFO - Thread-125] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:00:35.216 [INFO - Thread-125] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:00:35.216 [INFO - Thread-125] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:00:35.217 [INFO - Thread-125] (HiveMetaStore.java:697) Direct SQL optimization = true
23:00:35.217 [WARN - Thread-125] (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)
23:00:35.217 [INFO - Thread-125] (HiveMetaStore.java:632) Started the new metaserver on port [39567]...
23:00:35.217 [INFO - Thread-125] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:00:35.218 [INFO - Thread-125] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:00:35.218 [INFO - Thread-125] (HiveMetaStore.java:635) TCP keepalive = true
23:00:35.218 [INFO - Thread-125] (HiveMetaStore.java:636) Enable SSL = false
23:00:35.752 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:35.752 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:35.753 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:35.754 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:00:35.754 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39567]
23:00:35.755 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39567) in binary transport mode
23:00:35.755 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39567) current connections: 1
23:00:35.756 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskflmWFT/test-tmp
23:00:35.757 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:00:35.757 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskflmWFT/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:00:35.764 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39567"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:00:36.066 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:36.066 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:00:36.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.068724 11147 mini_oidc.cc:150] Starting JWKS server
23:00:36.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.070812 11147 webserver.cc:534] Webserver started at http://127.0.0.1:35589/ using document root <none> and password file <none>
23:00:36.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.071020 11147 mini_oidc.cc:186] Starting OIDC Discovery server
23:00:36.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.071480 11147 webserver.cc:534] Webserver started at http://127.0.0.1:44055/ using document root <none> and password file <none>
23:00:36.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:36Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:00:36.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:36Z Disabled control of system clock
23:00:36.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.095636 11147 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:36.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:36.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/wal
23:00:36.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/data
23:00:36.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:36.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/logs
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/data/info.pb
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.226.254:39411
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.226.254
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.226.212:42151
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.226.254:39411,127.10.226.253:42121,127.10.226.252:45667
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35589/jwks.json
23:00:36.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39567 with env {}
23:00:36.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.397182 11158 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:36.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.397467 11158 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:36.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.397538 11158 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:36.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.405481 11158 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:36.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.405562 11158 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:36.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.405614 11158 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:36.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.405651 11158 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:36.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.405699 11158 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:36.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.405730 11158 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35589/jwks.json
23:00:36.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.415434 11158 master_runner.cc:387] Master server non-default flags:
23:00:36.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:36.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.226.212:42151
23:00:36.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:36.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:36.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/data
23:00:36.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/wal
23:00:36.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39567
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.226.254:39411,127.10.226.253:42121,127.10.226.252:45667
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.226.254:39411
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35589/jwks.json
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/data/info.pb
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.226.254
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/logs
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:36.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.417048 11158 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:36.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.418795 11158 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:36.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.426422 11163 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
23:00:36.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.426450 11164 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
23:00:36.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.427078 11166 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
23:00:36.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.427814 11158 server_base.cc:1061] running on GCE node
23:00:36.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.428529 11158 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:36.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.429889 11158 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:36.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.431107 11158 hybrid_clock.cc:648] HybridClock initialized: now 1783465236431040 us; error 52 us; skew 500 ppm
23:00:36.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.431403 11158 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:36.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.433535 11158 webserver.cc:534] Webserver started at http://127.10.226.254:43579/ using document root <none> and password file <none>
23:00:36.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.434196 11158 fs_manager.cc:362] Metadata directory not provided
23:00:36.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.434280 11158 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:36.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.434571 11158 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.436852 11158 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/data/instance:
23:00:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d647f68b9a8d4c12a870757b140b178b"
23:00:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:36 on dist-test-slave-fgkt"
23:00:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.437562 11158 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/wal/instance:
23:00:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d647f68b9a8d4c12a870757b140b178b"
23:00:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:36 on dist-test-slave-fgkt"
23:00:36.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.442387 11158 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
23:00:36.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.445550 11172 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:36.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.446827 11158 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.446959 11158 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/wal
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d647f68b9a8d4c12a870757b140b178b"
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:36 on dist-test-slave-fgkt"
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.447119 11158 fs_report.cc:389] FS layout report
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/wal
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/wal
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/data/data
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:36.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.462831 11158 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:36.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.463536 11158 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:36.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.463768 11158 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:36.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.481307 11158 rpc_server.cc:307] RPC server started. Bound to: 127.10.226.254:39411
23:00:36.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.481323 11223 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.226.254:39411 every 8 connection(s)
23:00:36.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.482645 11158 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/data/info.pb
23:00:36.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.486639 11224 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:36.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.488505 11147 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 11158
23:00:36.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.488830 11147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-0/wal/instance
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.491845 11147 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/wal
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/data
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/logs
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/data/info.pb
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.226.253:42121
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.226.253
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.226.212:42151
23:00:36.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:36.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:36.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:36.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:36.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.226.254:39411,127.10.226.253:42121,127.10.226.252:45667
23:00:36.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:36.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35589/jwks.json
23:00:36.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39567 with env {}
23:00:36.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.494608 11224 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.226.254" port: 39411 } has no permanent_uuid. Determining permanent_uuid...
23:00:36.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.525684 11224 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } has no permanent_uuid. Determining permanent_uuid...
23:00:36.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.526964 11176 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.226.253:42121: connect: Connection refused (error 111)
23:00:36.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.528754 11224 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.253:42121: Network error: Client connection negotiation failed: client connection to 127.10.226.253:42121: connect: Connection refused (error 111)
23:00:36.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.578090 11224 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } attempt: 1
23:00:36.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.580228 11224 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.253:42121: Network error: Client connection negotiation failed: client connection to 127.10.226.253:42121: connect: Connection refused (error 111)
23:00:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.648485 11224 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } attempt: 2
23:00:36.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.650496 11224 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.253:42121: Network error: Client connection negotiation failed: client connection to 127.10.226.253:42121: connect: Connection refused (error 111)
23:00:36.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.741737 11224 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } attempt: 3
23:00:36.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.743741 11224 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.253:42121: Network error: Client connection negotiation failed: client connection to 127.10.226.253:42121: connect: Connection refused (error 111)
23:00:36.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.798448 11225 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:36.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.798771 11225 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:36.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.798877 11225 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:36.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.806881 11225 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:36.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.806973 11225 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:36.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.807047 11225 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:36.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.807101 11225 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:36.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.807169 11225 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:36.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.807230 11225 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35589/jwks.json
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.817230 11225 master_runner.cc:387] Master server non-default flags:
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.226.212:42151
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/data
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/wal
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39567
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.226.254:39411,127.10.226.253:42121,127.10.226.252:45667
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.226.253:42121
23:00:36.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35589/jwks.json
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/data/info.pb
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.226.253
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/logs
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:36.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:36.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.819154 11225 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:36.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.820976 11225 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:36.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.828569 11234 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
23:00:36.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.828636 11233 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
23:00:36.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.828668 11236 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
23:00:36.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.829743 11225 server_base.cc:1061] running on GCE node
23:00:36.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.830636 11225 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:36.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.831952 11225 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:36.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.833141 11225 hybrid_clock.cc:648] HybridClock initialized: now 1783465236833096 us; error 32 us; skew 500 ppm
23:00:36.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.833490 11225 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:36.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.835512 11225 webserver.cc:534] Webserver started at http://127.10.226.253:37181/ using document root <none> and password file <none>
23:00:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.836285 11225 fs_manager.cc:362] Metadata directory not provided
23:00:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.836387 11225 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.836747 11225 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.838979 11225 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/data/instance:
23:00:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e878bafc2bd54fc3a41858ed7e56fa39"
23:00:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:36 on dist-test-slave-fgkt"
23:00:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.839769 11225 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/wal/instance:
23:00:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e878bafc2bd54fc3a41858ed7e56fa39"
23:00:36.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:36 on dist-test-slave-fgkt"
23:00:36.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.844664 11225 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
23:00:36.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.847704 11242 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.848884 11225 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.849037 11225 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/wal
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e878bafc2bd54fc3a41858ed7e56fa39"
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:36 on dist-test-slave-fgkt"
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.849258 11225 fs_report.cc:389] FS layout report
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/wal
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/wal
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/data/data
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:36.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:36.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.871711 11225 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:36.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.872584 11225 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:36.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.872856 11225 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:36.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.886974 11224 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } attempt: 4
23:00:36.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.889058 11224 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.253:42121: Network error: Client connection negotiation failed: client connection to 127.10.226.253:42121: connect: Connection refused (error 111)
23:00:36.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.891323 11225 rpc_server.cc:307] RPC server started. Bound to: 127.10.226.253:42121
23:00:36.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.891289 11293 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.226.253:42121 every 8 connection(s)
23:00:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.892832 11225 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/data/info.pb
23:00:36.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.896725 11294 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:36.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.897184 11147 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 11225
23:00:36.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.897347 11147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-1/wal/instance
23:00:36.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.898618 11147 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:36.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:36.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/wal
23:00:36.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/data
23:00:36.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:36.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/logs
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/data/info.pb
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.226.252:45667
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.226.252
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.226.212:42151
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.226.254:39411,127.10.226.253:42121,127.10.226.252:45667
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35589/jwks.json
23:00:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39567 with env {}
23:00:36.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.903999 11294 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.226.254" port: 39411 } has no permanent_uuid. Determining permanent_uuid...
23:00:36.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.916334 11294 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } has no permanent_uuid. Determining permanent_uuid...
23:00:36.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.925480 11294 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } has no permanent_uuid. Determining permanent_uuid...
23:00:36.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.926457 11245 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.226.252:45667: connect: Connection refused (error 111)
23:00:36.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.927959 11294 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.252:45667: Network error: Client connection negotiation failed: client connection to 127.10.226.252:45667: connect: Connection refused (error 111)
23:00:36.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:36.977224 11294 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } attempt: 1
23:00:36.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:36.979113 11294 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.252:45667: Network error: Client connection negotiation failed: client connection to 127.10.226.252:45667: connect: Connection refused (error 111)
23:00:37.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.047312 11294 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } attempt: 2
23:00:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.049286 11294 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.252:45667: Network error: Client connection negotiation failed: client connection to 127.10.226.252:45667: connect: Connection refused (error 111)
23:00:37.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.140513 11294 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } attempt: 3
23:00:37.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.142798 11294 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.252:45667: Network error: Client connection negotiation failed: client connection to 127.10.226.252:45667: connect: Connection refused (error 111)
23:00:37.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.188306 11224 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } attempt: 5
23:00:37.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.194108 11224 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } has no permanent_uuid. Determining permanent_uuid...
23:00:37.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.195715 11224 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.252:45667: Network error: Client connection negotiation failed: client connection to 127.10.226.252:45667: connect: Connection refused (error 111)
23:00:37.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.213137 11295 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:37.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.213411 11295 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:37.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.213483 11295 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:37.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.221217 11295 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:37.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.221293 11295 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:37.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.221347 11295 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:37.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.221385 11295 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:37.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.221432 11295 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:37.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.221464 11295 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35589/jwks.json
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.230851 11295 master_runner.cc:387] Master server non-default flags:
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.226.212:42151
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/data
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/wal
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39567
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.226.254:39411,127.10.226.253:42121,127.10.226.252:45667
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.226.252:45667
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35589/jwks.json
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/data/info.pb
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.226.252
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/logs
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:37.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.232784 11295 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:37.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.234500 11295 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:37.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.242241 11303 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
23:00:37.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.242769 11306 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
23:00:37.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.242852 11304 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
23:00:37.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.243192 11295 server_base.cc:1061] running on GCE node
23:00:37.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.243942 11295 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:37.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.245268 11295 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:37.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.246464 11295 hybrid_clock.cc:648] HybridClock initialized: now 1783465237246411 us; error 48 us; skew 500 ppm
23:00:37.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.246754 11295 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:37.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.246963 11224 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } attempt: 1
23:00:37.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.248793 11224 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.252:45667: Network error: Client connection negotiation failed: client connection to 127.10.226.252:45667: connect: Connection refused (error 111)
23:00:37.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.248989 11295 webserver.cc:534] Webserver started at http://127.10.226.252:43271/ using document root <none> and password file <none>
23:00:37.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.249626 11295 fs_manager.cc:362] Metadata directory not provided
23:00:37.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.249711 11295 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:37.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.250003 11295 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:37.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.252233 11295 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/data/instance:
23:00:37.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f17dbf8941564b6aae936746c185459a"
23:00:37.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:37 on dist-test-slave-fgkt"
23:00:37.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.252941 11295 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/wal/instance:
23:00:37.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f17dbf8941564b6aae936746c185459a"
23:00:37.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:37 on dist-test-slave-fgkt"
23:00:37.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.257817 11295 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
23:00:37.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.260766 11312 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.262003 11295 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.262133 11295 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/wal
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f17dbf8941564b6aae936746c185459a"
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:37 on dist-test-slave-fgkt"
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.262300 11295 fs_report.cc:389] FS layout report
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/wal
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/wal
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/data/data
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:37.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:37.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:37.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:37.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.286002 11294 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } attempt: 4
23:00:37.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.288021 11294 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.252:45667: Network error: Client connection negotiation failed: client connection to 127.10.226.252:45667: connect: Connection refused (error 111)
23:00:37.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.302237 11295 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:37.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.303090 11295 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:37.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.303311 11295 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:37.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.317008 11224 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } attempt: 2
23:00:37.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.319599 11224 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.226.252:45667: Network error: Client connection negotiation failed: client connection to 127.10.226.252:45667: connect: Connection refused (error 111)
23:00:37.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.324222 11295 rpc_server.cc:307] RPC server started. Bound to: 127.10.226.252:45667
23:00:37.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.324204 11363 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.226.252:45667 every 8 connection(s)
23:00:37.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.325773 11295 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/data/info.pb
23:00:37.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.329890 11364 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:37.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.335407 11147 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 11295
23:00:37.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.335599 11147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster13618940734927192838/master-2/wal/instance
23:00:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.335580 11364 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.226.254" port: 39411 } has no permanent_uuid. Determining permanent_uuid...
23:00:37.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.365247 11364 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } has no permanent_uuid. Determining permanent_uuid...
23:00:37.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.372107 11364 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } has no permanent_uuid. Determining permanent_uuid...
23:00:37.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.384895 11364 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a: Bootstrap starting.
23:00:37.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.386152 11147 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:00:37.388 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:37.388 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:00:37.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.389307 11364 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a: Neither blocks nor log segments found. Creating new log.
23:00:37.389 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.226.254"
      port: 39411
    }
    bound_http_address {
      host: "127.10.226.254"
      port: 43579
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.226.253"
      port: 42121
    }
    bound_http_address {
      host: "127.10.226.253"
      port: 37181
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.226.252"
      port: 45667
    }
    bound_http_address {
      host: "127.10.226.252"
      port: 43271
    }
  }
}

23:00:37.389 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:00:37.390 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:37.390 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:00:37.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.390661 11364 log.cc:826] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a: Log is configured to *not* fsync() on all Append() calls
23:00:37.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.391211 11147 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 11158
23:00:37.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.392596 11219 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:37.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.394932 11364 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a: No bootstrap required, opened a new log
23:00:37.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.400018 11364 raft_consensus.cc:359] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d647f68b9a8d4c12a870757b140b178b" member_type: VOTER last_known_addr { host: "127.10.226.254" port: 39411 } } peers { permanent_uuid: "e878bafc2bd54fc3a41858ed7e56fa39" member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } } peers { permanent_uuid: "f17dbf8941564b6aae936746c185459a" member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } }
23:00:37.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.400314 11364 raft_consensus.cc:385] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:37.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.400430 11364 raft_consensus.cc:740] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f17dbf8941564b6aae936746c185459a, State: Initialized, Role: FOLLOWER
23:00:37.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.401096 11364 consensus_queue.cc:260] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a [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: "d647f68b9a8d4c12a870757b140b178b" member_type: VOTER last_known_addr { host: "127.10.226.254" port: 39411 } } peers { permanent_uuid: "e878bafc2bd54fc3a41858ed7e56fa39" member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } } peers { permanent_uuid: "f17dbf8941564b6aae936746c185459a" member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } }
23:00:37.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.402029 11370 sys_catalog.cc:455] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a [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: "d647f68b9a8d4c12a870757b140b178b" member_type: VOTER last_known_addr { host: "127.10.226.254" port: 39411 } } peers { permanent_uuid: "e878bafc2bd54fc3a41858ed7e56fa39" member_type: VOTER last_known_addr { host: "127.10.226.253" port: 42121 } } peers { permanent_uuid: "f17dbf8941564b6aae936746c185459a" member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } } }
23:00:37.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.402446 11370 sys_catalog.cc:458] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a [sys.catalog]: This master's current role is: FOLLOWER
23:00:37.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.403245 11364 sys_catalog.cc:565] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a [sys.catalog]: configured and running, proceeding with master startup.
23:00:37.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.411422 11385 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:00:37.411 [INFO - Metastore-Handler-Pool: Thread-202] (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=	
23:00:37.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.412586 11381 client.h:373] Failed to connect to Hive Metastore (localhost:39567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:00:37.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.489861 11224 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.226.252" port: 45667 } attempt: 3
23:00:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.491474 11147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 11158
23:00:37.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.491675 11295 master_runner.cc:187] Error getting master registration for 127.10.226.254:39411: OK, instance_id { permanent_uuid: "d647f68b9a8d4c12a870757b140b178b" instance_seqno: 1783465236476651 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:37.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.495932 11295 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.510773 11147 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 11225
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.511260 11366 negotiation.cc:336] Failed RPC negotiation. Trace:
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:00:37.492636 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:43292 (local address 127.10.226.252:45667)
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:00:37.492839 (+   203us) server_negotiation.cc:207] Beginning negotiation
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:00:37.492844 (+     5us) server_negotiation.cc:400] Waiting for connection header
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:00:37.492863 (+    19us) server_negotiation.cc:408] Connection header received
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:00:37.492926 (+    63us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:00:37.492932 (+     6us) server_negotiation.cc:462] Received NEGOTIATE request from client
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:00:37.493010 (+    78us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:00:37.493113 (+   103us) server_negotiation.cc:227] Negotiated authn=SASL
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:00:37.510052 (+ 16939us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:43292: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
23:00:37.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":59}
23:00:37.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.511956 11289 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:37.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:37.555830 11318 tablet.cc:2406] T 00000000000000000000000000000000 P f17dbf8941564b6aae936746c185459a: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:37.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.586867 11147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 11225
23:00:37.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.598794 11147 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 11295
23:00:37.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.600025 11359 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:37.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:37.682412 11147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 11295
23:00:37.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:37Z chronyd exiting
.23:00:37.819 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:37.819 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:37.820 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:37.835 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive1210936386315786722
23:00:37.836 [INFO - Thread-142] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:00:37.836 [INFO - Thread-142] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:00:37.838 [INFO - Thread-142] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:37.838 [INFO - Thread-142] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:37.838 [INFO - Thread-142] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:00:37.839 [INFO - Thread-142] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:00:37.840 [INFO - Thread-142] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:00:37.840 [INFO - Thread-142] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:00:37.842 [INFO - Thread-142] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:00:37.842 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:00:37.843 [INFO - Thread-142] (HikariDataSource.java:80) objectstore - Starting...
23:00:37.899 [INFO - Thread-142] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:37.900 [INFO - Thread-142] (HikariDataSource.java:82) objectstore - Start completed.
23:00:37.900 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:00:37.901 [INFO - Thread-142] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:00:37.903 [INFO - Thread-142] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:00:37.903 [INFO - Thread-142] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:00:37.914 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:00:37.914 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:00:37.914 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:00:37.935 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:37.935 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:37.936 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:37.936 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:37.937 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:37.937 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:00:38.085 [INFO - Thread-142] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:00:38.085 [INFO - Thread-142] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d1a608, with PersistenceManager: null will be shutdown
23:00:38.086 [INFO - Thread-142] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d1a608, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7be66ece created in the thread with id: 203
23:00:38.087 [WARN - Thread-142] (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
23:00:38.088 [INFO - Thread-142] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d1a608
23:00:38.194 [INFO - Thread-142] (HMSHandler.java:595) Started creating a default database with name: default
23:00:38.207 [INFO - Thread-142] (HMSHandler.java:605) Successfully created a default database with name: default
23:00:38.226 [INFO - Thread-142] (HMSHandler.java:668) Added admin role in metastore
23:00:38.227 [INFO - Thread-142] (HMSHandler.java:677) Added public role in metastore
23:00:38.253 [INFO - Thread-142] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:00:38.254 [INFO - Thread-142] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:00:38.255 [INFO - Thread-142] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:00:38.255 [INFO - Thread-142] (HiveMetaStore.java:697) Direct SQL optimization = true
23:00:38.256 [WARN - Thread-142] (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)
23:00:38.256 [INFO - Thread-142] (HiveMetaStore.java:632) Started the new metaserver on port [46537]...
23:00:38.256 [INFO - Thread-142] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:00:38.256 [INFO - Thread-142] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:00:38.256 [INFO - Thread-142] (HiveMetaStore.java:635) TCP keepalive = true
23:00:38.256 [INFO - Thread-142] (HiveMetaStore.java:636) Enable SSL = false
23:00:38.837 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:00:38.837 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:00:38.838 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:00:38.839 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:00:38.839 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46537]
23:00:38.839 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46537) in binary transport mode
23:00:38.840 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46537) current connections: 1
23:00:38.841 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskflmWFT/test-tmp
23:00:38.841 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:00:38.841 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskflmWFT/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:00:38.844 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:00:39.153 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:39.153 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:00:39.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.155649 11412 mini_oidc.cc:150] Starting JWKS server
23:00:39.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.157882 11412 webserver.cc:534] Webserver started at http://127.0.0.1:41569/ using document root <none> and password file <none>
23:00:39.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.158080 11412 mini_oidc.cc:186] Starting OIDC Discovery server
23:00:39.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.158571 11412 webserver.cc:534] Webserver started at http://127.0.0.1:33743/ using document root <none> and password file <none>
23:00:39.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:39Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:00:39.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:39Z Disabled control of system clock
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.184424 11412 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/wal
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/data
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/logs
23:00:39.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/data/info.pb
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.37.62:43157
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.37.62
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.37.20:40911
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.37.62:43157,127.11.37.61:41661,127.11.37.60:41599
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:39.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41569/jwks.json with env {}
23:00:39.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.489530 11423 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:39.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.489820 11423 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:39.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.489897 11423 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.497684 11423 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.497768 11423 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.497825 11423 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.497864 11423 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.497911 11423 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.497943 11423 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41569/jwks.json
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.507372 11423 master_runner.cc:387] Master server non-default flags:
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.37.20:40911
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/data
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/wal
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.37.62:43157,127.11.37.61:41661,127.11.37.60:41599
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.37.62:43157
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41569/jwks.json
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/data/info.pb
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.37.62
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/logs
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.508848 11423 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:39.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.510567 11423 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:39.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.517668 11428 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
23:00:39.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.517668 11429 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
23:00:39.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.518492 11431 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
23:00:39.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.519030 11423 server_base.cc:1061] running on GCE node
23:00:39.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.519822 11423 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:39.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.521207 11423 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:39.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.522414 11423 hybrid_clock.cc:648] HybridClock initialized: now 1783465239522372 us; error 27 us; skew 500 ppm
23:00:39.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.522782 11423 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:39.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.524827 11423 webserver.cc:534] Webserver started at http://127.11.37.62:35735/ using document root <none> and password file <none>
23:00:39.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.525537 11423 fs_manager.cc:362] Metadata directory not provided
23:00:39.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.525647 11423 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:39.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.526042 11423 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:39.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.528465 11423 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/data/instance:
23:00:39.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "860e0dd8ae0b4e95ad119af372578347"
23:00:39.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:39 on dist-test-slave-fgkt"
23:00:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.529279 11423 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/wal/instance:
23:00:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "860e0dd8ae0b4e95ad119af372578347"
23:00:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:39 on dist-test-slave-fgkt"
23:00:39.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.534502 11423 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
23:00:39.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.537688 11437 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.538882 11423 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.539043 11423 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/wal
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "860e0dd8ae0b4e95ad119af372578347"
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:39 on dist-test-slave-fgkt"
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.539240 11423 fs_report.cc:389] FS layout report
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/wal
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/wal
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/data/data
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:39.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:39.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.555276 11423 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:39.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.556125 11423 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:39.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.556406 11423 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:39.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.574477 11423 rpc_server.cc:307] RPC server started. Bound to: 127.11.37.62:43157
23:00:39.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.574518 11488 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.37.62:43157 every 8 connection(s)
23:00:39.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.575977 11423 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/data/info.pb
23:00:39.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.578621 11412 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 11423
23:00:39.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.578971 11412 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-0/wal/instance
23:00:39.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.580992 11489 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.582028 11412 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/wal
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/data
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/logs
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/data/info.pb
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.37.61:41661
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.37.61
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.37.20:40911
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.37.62:43157,127.11.37.61:41661,127.11.37.60:41599
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41569/jwks.json with env {}
23:00:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.588132 11489 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } has no permanent_uuid. Determining permanent_uuid...
23:00:39.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.603026 11489 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } has no permanent_uuid. Determining permanent_uuid...
23:00:39.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.604270 11440 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.11.37.61:41661: connect: Connection refused (error 111)
23:00:39.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.606003 11489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.61:41661: Network error: Client connection negotiation failed: client connection to 127.11.37.61:41661: connect: Connection refused (error 111)
23:00:39.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.655305 11489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } attempt: 1
23:00:39.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.657112 11489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.61:41661: Network error: Client connection negotiation failed: client connection to 127.11.37.61:41661: connect: Connection refused (error 111)
23:00:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.725323 11489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } attempt: 2
23:00:39.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.727077 11489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.61:41661: Network error: Client connection negotiation failed: client connection to 127.11.37.61:41661: connect: Connection refused (error 111)
23:00:39.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.818318 11489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } attempt: 3
23:00:39.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.820128 11489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.61:41661: Network error: Client connection negotiation failed: client connection to 127.11.37.61:41661: connect: Connection refused (error 111)
23:00:39.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.892774 11491 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:39.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.893173 11491 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:39.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.893312 11491 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:39.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.901696 11491 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:39.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.901803 11491 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:39.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.901887 11491 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:39.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.901948 11491 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:39.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.902025 11491 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:39.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.902078 11491 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41569/jwks.json
23:00:39.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.912297 11491 master_runner.cc:387] Master server non-default flags:
23:00:39.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:39.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.37.20:40911
23:00:39.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:39.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:39.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/data
23:00:39.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/wal
23:00:39.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.37.62:43157,127.11.37.61:41661,127.11.37.60:41599
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.37.61:41661
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41569/jwks.json
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/data/info.pb
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.37.61
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/logs
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:39.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:39.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:39.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:39.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:39.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:39.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:39.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:39.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.914387 11491 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:39.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.916321 11491 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.923986 11500 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
23:00:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.924036 11499 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
23:00:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.924396 11502 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
23:00:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.925282 11491 server_base.cc:1061] running on GCE node
23:00:39.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.925916 11491 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:39.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.927187 11491 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:39.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.928376 11491 hybrid_clock.cc:648] HybridClock initialized: now 1783465239928320 us; error 47 us; skew 500 ppm
23:00:39.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.928692 11491 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:39.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.930806 11491 webserver.cc:534] Webserver started at http://127.11.37.61:34663/ using document root <none> and password file <none>
23:00:39.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.931476 11491 fs_manager.cc:362] Metadata directory not provided
23:00:39.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.931561 11491 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:39.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.931883 11491 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:39.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.934103 11491 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/data/instance:
23:00:39.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e9b65d18ff04d848d9c117c49f3fdfb"
23:00:39.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:39 on dist-test-slave-fgkt"
23:00:39.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.934795 11491 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/wal/instance:
23:00:39.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e9b65d18ff04d848d9c117c49f3fdfb"
23:00:39.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:39 on dist-test-slave-fgkt"
23:00:39.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.939937 11491 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.006s
23:00:39.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.943050 11508 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.944386 11491 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.944532 11491 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/wal
23:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e9b65d18ff04d848d9c117c49f3fdfb"
23:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:39 on dist-test-slave-fgkt"
23:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.944700 11491 fs_report.cc:389] FS layout report
23:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/wal
23:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/wal
23:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/data/data
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:39.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.958382 11491 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:39.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.959110 11491 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:39.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.959329 11491 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:39.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.963361 11489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } attempt: 4
23:00:39.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:39.965440 11489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.61:41661: Network error: Client connection negotiation failed: client connection to 127.11.37.61:41661: connect: Connection refused (error 111)
23:00:39.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.977451 11491 rpc_server.cc:307] RPC server started. Bound to: 127.11.37.61:41661
23:00:39.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.977497 11559 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.37.61:41661 every 8 connection(s)
23:00:39.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.978827 11491 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/data/info.pb
23:00:39.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.982954 11560 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:39.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.986450 11412 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 11491
23:00:39.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.986627 11412 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-1/wal/instance
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.987967 11412 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskflmWFT/build/asan/bin/kudu
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/wal
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/data
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/logs
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/data/info.pb
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.37.60:41599
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.37.60
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.37.20:40911
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.37.62:43157,127.11.37.61:41661,127.11.37.60:41599
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:39.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41569/jwks.json with env {}
23:00:39.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:39.989989 11560 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } has no permanent_uuid. Determining permanent_uuid...
23:00:40.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.003036 11560 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } has no permanent_uuid. Determining permanent_uuid...
23:00:40.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.012187 11560 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } has no permanent_uuid. Determining permanent_uuid...
23:00:40.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.013307 11509 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.11.37.60:41599: connect: Connection refused (error 111)
23:00:40.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.014871 11560 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.60:41599: Network error: Client connection negotiation failed: client connection to 127.11.37.60:41599: connect: Connection refused (error 111)
23:00:40.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.064124 11560 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } attempt: 1
23:00:40.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.066095 11560 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.60:41599: Network error: Client connection negotiation failed: client connection to 127.11.37.60:41599: connect: Connection refused (error 111)
23:00:40.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.134313 11560 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } attempt: 2
23:00:40.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.136288 11560 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.60:41599: Network error: Client connection negotiation failed: client connection to 127.11.37.60:41599: connect: Connection refused (error 111)
23:00:40.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.227504 11560 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } attempt: 3
23:00:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.229568 11560 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.60:41599: Network error: Client connection negotiation failed: client connection to 127.11.37.60:41599: connect: Connection refused (error 111)
23:00:40.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.264653 11489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } attempt: 5
23:00:40.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.273815 11489 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } has no permanent_uuid. Determining permanent_uuid...
23:00:40.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.275597 11489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.60:41599: Network error: Client connection negotiation failed: client connection to 127.11.37.60:41599: connect: Connection refused (error 111)
23:00:40.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.304136 11562 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:00:40.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.304432 11562 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:00:40.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.304543 11562 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:00:40.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.312538 11562 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:00:40.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.312625 11562 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:00:40.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.312700 11562 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:00:40.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.312752 11562 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:00:40.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.312820 11562 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:00:40.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.312884 11562 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41569/jwks.json
23:00:40.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.322563 11562 master_runner.cc:387] Master server non-default flags:
23:00:40.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:00:40.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.37.20:40911
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/data
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/wal
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.37.62:43157,127.11.37.61:41661,127.11.37.60:41599
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.37.60:41599
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41569/jwks.json
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/data/info.pb
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.37.60
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/logs
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:00:40.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:00:40.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:00:40.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:31 UTC on bdcb31816ec0
23:00:40.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16828
23:00:40.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:00:40.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.324574 11562 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:00:40.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.326359 11562 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:00:40.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.326798 11489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } attempt: 1
23:00:40.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.328737 11489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.60:41599: Network error: Client connection negotiation failed: client connection to 127.11.37.60:41599: connect: Connection refused (error 111)
23:00:40.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.334730 11570 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
23:00:40.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.334766 11571 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
23:00:40.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.334794 11573 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
23:00:40.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.335798 11562 server_base.cc:1061] running on GCE node
23:00:40.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.336560 11562 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:00:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.337992 11562 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:00:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.339198 11562 hybrid_clock.cc:648] HybridClock initialized: now 1783465240339150 us; error 36 us; skew 500 ppm
23:00:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.339573 11562 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:00:40.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.341667 11562 webserver.cc:534] Webserver started at http://127.11.37.60:38741/ using document root <none> and password file <none>
23:00:40.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.342389 11562 fs_manager.cc:362] Metadata directory not provided
23:00:40.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.342499 11562 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:00:40.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.342867 11562 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:00:40.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.345225 11562 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/data/instance:
23:00:40.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "196e71b2679d401684ba71f5edd2f93a"
23:00:40.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:40 on dist-test-slave-fgkt"
23:00:40.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.345974 11562 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/wal/instance:
23:00:40.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "196e71b2679d401684ba71f5edd2f93a"
23:00:40.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:40 on dist-test-slave-fgkt"
23:00:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.350942 11562 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
23:00:40.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.354167 11579 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:00:40.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.355518 11562 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
23:00:40.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.355674 11562 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/data,/tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/wal
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "196e71b2679d401684ba71f5edd2f93a"
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:00:40 on dist-test-slave-fgkt"
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.355945 11562 fs_report.cc:389] FS layout report
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/wal
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/wal
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/data/data
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:00:40.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:00:40.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.372757 11560 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } attempt: 4
23:00:40.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.374678 11560 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.37.60:41599: Network error: Client connection negotiation failed: client connection to 127.11.37.60:41599: connect: Connection refused (error 111)
23:00:40.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.377918 11562 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:00:40.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.378657 11562 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:00:40.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.378870 11562 kserver.cc:163] Server-wide thread pool size limit: 3276
23:00:40.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.396524 11562 rpc_server.cc:307] RPC server started. Bound to: 127.11.37.60:41599
23:00:40.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.396541 11630 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.37.60:41599 every 8 connection(s)
23:00:40.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.396916 11489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } attempt: 2
23:00:40.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.398419 11562 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/data/info.pb
23:00:40.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.402606 11412 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskflmWFT/build/asan/bin/kudu as pid 11562
23:00:40.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.402805 11412 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskflmWFT/test-tmp/mini-kudu-cluster11043139510228698669/master-2/wal/instance
23:00:40.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.404480 11632 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:00:40.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.413690 11632 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } has no permanent_uuid. Determining permanent_uuid...
23:00:40.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.420050 11489 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347: Bootstrap starting.
23:00:40.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.424357 11489 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347: Neither blocks nor log segments found. Creating new log.
23:00:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.425910 11489 log.cc:826] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347: Log is configured to *not* fsync() on all Append() calls
23:00:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.426457 11632 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } has no permanent_uuid. Determining permanent_uuid...
23:00:40.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.430730 11489 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347: No bootstrap required, opened a new log
23:00:40.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.435563 11632 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } has no permanent_uuid. Determining permanent_uuid...
23:00:40.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.438323 11489 raft_consensus.cc:359] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } }
23:00:40.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.438827 11489 raft_consensus.cc:385] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:40.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.439056 11489 raft_consensus.cc:740] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 860e0dd8ae0b4e95ad119af372578347, State: Initialized, Role: FOLLOWER
23:00:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.439962 11489 consensus_queue.cc:260] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [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: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } }
23:00:40.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.444067 11638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [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: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.444486 11638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [sys.catalog]: This master's current role is: FOLLOWER
23:00:40.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.446008 11489 sys_catalog.cc:565] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [sys.catalog]: configured and running, proceeding with master startup.
23:00:40.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.449640 11632 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a: Bootstrap starting.
23:00:40.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.453504 11632 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a: Neither blocks nor log segments found. Creating new log.
23:00:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.454768 11632 log.cc:826] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a: Log is configured to *not* fsync() on all Append() calls
23:00:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.455628 11649 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:00:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.455960 11649 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:00:40.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.455651 11423 master_runner.cc:187] Error getting master registration for 127.11.37.61:41661: OK, instance_id { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" instance_seqno: 1783465239972802 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:40.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.460901 11423 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:40.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.467618 11412 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:00:40.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.468295 11632 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a: No bootstrap required, opened a new log
23:00:40.470 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:40.470 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:00:40.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.474502 11632 raft_consensus.cc:359] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } }
23:00:40.471 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.11.37.62"
      port: 43157
    }
    bound_http_address {
      host: "127.11.37.62"
      port: 35735
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.11.37.61"
      port: 41661
    }
    bound_http_address {
      host: "127.11.37.61"
      port: 34663
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.11.37.60"
      port: 41599
    }
    bound_http_address {
      host: "127.11.37.60"
      port: 38741
    }
  }
}

23:00:40.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.475029 11632 raft_consensus.cc:385] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:40.475 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:00:40.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.475294 11632 raft_consensus.cc:740] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 196e71b2679d401684ba71f5edd2f93a, State: Initialized, Role: FOLLOWER
23:00:40.475 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:00:40.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.476172 11632 consensus_queue.cc:260] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [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: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } }
23:00:40.476 [INFO - Metastore-Handler-Pool: Thread-224] (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=93f1f1aa-257b-41df-b1c3-8ed702a73105, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.11.37.62:43157,127.11.37.61:41661,127.11.37.60:41599}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:00:40.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.477679 11652 sys_catalog.cc:455] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [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: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.478 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:00:40.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.478143 11652 sys_catalog.cc:458] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [sys.catalog]: This master's current role is: FOLLOWER
23:00:40.478 [INFO - Metastore-Handler-Pool: Thread-224] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:00:40.478 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13897c3b, with PersistenceManager: null will be shutdown
23:00:40.478 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13897c3b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5325f1d7 created in the thread with id: 224
23:00:40.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.478878 11632 sys_catalog.cc:565] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [sys.catalog]: configured and running, proceeding with master startup.
23:00:40.483 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13897c3b
23:00:40.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.559015 11443 tablet.cc:2406] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:40.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.577350 11652 raft_consensus.cc:493] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:00:40.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.577646 11652 raft_consensus.cc:515] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } }
23:00:40.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.579430 11652 leader_election.cc:290] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 860e0dd8ae0b4e95ad119af372578347 (127.11.37.62:43157), 8e9b65d18ff04d848d9c117c49f3fdfb (127.11.37.61:41661)
23:00:40.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.581187 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "196e71b2679d401684ba71f5edd2f93a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "860e0dd8ae0b4e95ad119af372578347" is_pre_election: true
23:00:40.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.581741 11464 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 196e71b2679d401684ba71f5edd2f93a in term 0.
23:00:40.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.582607 11583 leader_election.cc:304] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [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: 196e71b2679d401684ba71f5edd2f93a, 860e0dd8ae0b4e95ad119af372578347; no voters: 
23:00:40.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.583146 11652 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 0 FOLLOWER]: Leader pre-election won for term 1
23:00:40.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.583282 11652 raft_consensus.cc:493] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:00:40.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.583396 11652 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 0 FOLLOWER]: Advancing to term 1
23:00:40.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.586606 11652 raft_consensus.cc:515] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } }
23:00:40.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.587913 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "196e71b2679d401684ba71f5edd2f93a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "860e0dd8ae0b4e95ad119af372578347"
23:00:40.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.588099 11464 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [term 0 FOLLOWER]: Advancing to term 1
23:00:40.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.591347 11464 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 196e71b2679d401684ba71f5edd2f93a in term 1.
23:00:40.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.592028 11583 leader_election.cc:304] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [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: 196e71b2679d401684ba71f5edd2f93a, 860e0dd8ae0b4e95ad119af372578347; no voters: 
23:00:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.600116 11652 leader_election.cc:290] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [CANDIDATE]: Term 1 election: Requested vote from peers 860e0dd8ae0b4e95ad119af372578347 (127.11.37.62:43157), 8e9b65d18ff04d848d9c117c49f3fdfb (127.11.37.61:41661)
23:00:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.600519 11652 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 1 FOLLOWER]: Leader election won for term 1
23:00:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.600762 11652 raft_consensus.cc:697] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [term 1 LEADER]: Becoming Leader. State: Replica: 196e71b2679d401684ba71f5edd2f93a, State: Running, Role: LEADER
23:00:40.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.601676 11652 consensus_queue.cc:237] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [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: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } }
23:00:40.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.614590 11663 sys_catalog.cc:455] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 196e71b2679d401684ba71f5edd2f93a. Latest consensus state: current_term: 1 leader_uuid: "196e71b2679d401684ba71f5edd2f93a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.615211 11663 sys_catalog.cc:458] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [sys.catalog]: This master's current role is: LEADER
23:00:40.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.630806 11585 tablet.cc:2406] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:00:40.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.630024 11562 master_runner.cc:187] Error getting master registration for 127.11.37.61:41661: OK, instance_id { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" instance_seqno: 1783465239972802 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:00:40.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.638486 11562 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:00:40.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.648989 11664 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:00:40.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:40.649114 11664 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:00:40.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.649268 11666 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:00:40.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.651257 11666 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:00:40.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.662683 11464 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [term 1 FOLLOWER]: Refusing update from remote peer 196e71b2679d401684ba71f5edd2f93a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:40.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.664062 11652 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [LEADER]: Connected to new peer: Peer: permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:40.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.673883 11560 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } attempt: 5
23:00:40.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.687268 11560 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb: Bootstrap starting.
23:00:40.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.694382 11560 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb: Neither blocks nor log segments found. Creating new log.
23:00:40.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.696954 11560 log.cc:826] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb: Log is configured to *not* fsync() on all Append() calls
23:00:40.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.710283 11638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 196e71b2679d401684ba71f5edd2f93a. Latest consensus state: current_term: 1 leader_uuid: "196e71b2679d401684ba71f5edd2f93a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.710554 11638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [sys.catalog]: This master's current role is: FOLLOWER
23:00:40.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.713806 11560 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb: No bootstrap required, opened a new log
23:00:40.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.721426 11669 mvcc.cc:204] Tried to move back new op lower bound from 7305073625739059200 to 7305073625512857600. Current Snapshot: MvccSnapshot[applied={T|T < 7305073625739059200}]
23:00:40.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.735580 11666 catalog_manager.cc:1382] Generated new cluster ID: f35fcea7c1254621a9e2fb17613fb4ff
23:00:40.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.735698 11666 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:00:40.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.736020 11652 sys_catalog.cc:455] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "196e71b2679d401684ba71f5edd2f93a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.736289 11652 sys_catalog.cc:458] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [sys.catalog]: This master's current role is: LEADER
23:00:40.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.737020 11638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "196e71b2679d401684ba71f5edd2f93a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.737228 11638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347 [sys.catalog]: This master's current role is: FOLLOWER
23:00:40.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.748735 11560 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } }
23:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.751336 11560 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.751493 11560 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e9b65d18ff04d848d9c117c49f3fdfb, State: Initialized, Role: FOLLOWER
23:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.752326 11560 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [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: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } }
23:00:40.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.754393 11666 catalog_manager.cc:1405] Generated new certificate authority record
23:00:40.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.758478 11666 catalog_manager.cc:1539] Loading token signing keys...
23:00:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.768373 11674 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [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: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.768687 11674 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [sys.catalog]: This master's current role is: FOLLOWER
23:00:40.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.773216 11560 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [sys.catalog]: configured and running, proceeding with master startup.
23:00:40.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.773608 11533 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [term 0 FOLLOWER]: Advancing to term 1
23:00:40.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.777485 11533 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [term 1 FOLLOWER]: Refusing update from remote peer 196e71b2679d401684ba71f5edd2f93a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:00:40.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.778322 11534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "196e71b2679d401684ba71f5edd2f93a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb"
23:00:40.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.781873 11534 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 196e71b2679d401684ba71f5edd2f93a in term 1.
23:00:40.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.782331 11535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "196e71b2679d401684ba71f5edd2f93a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" is_pre_election: true
23:00:40.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.782557 11535 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 196e71b2679d401684ba71f5edd2f93a in term 1. Re-sending same reply.
23:00:40.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.783902 11663 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:00:40.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.815827 11666 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a: Generated new TSK 0
23:00:40.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.817385 11666 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:00:40.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.837970 11674 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 196e71b2679d401684ba71f5edd2f93a. Latest consensus state: current_term: 1 leader_uuid: "196e71b2679d401684ba71f5edd2f93a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.838263 11674 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [sys.catalog]: This master's current role is: FOLLOWER
23:00:40.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.839516 11652 sys_catalog.cc:455] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "196e71b2679d401684ba71f5edd2f93a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.839721 11652 sys_catalog.cc:458] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a [sys.catalog]: This master's current role is: LEADER
23:00:40.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.837980 11680 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "196e71b2679d401684ba71f5edd2f93a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "860e0dd8ae0b4e95ad119af372578347" member_type: VOTER last_known_addr { host: "127.11.37.62" port: 43157 } } peers { permanent_uuid: "8e9b65d18ff04d848d9c117c49f3fdfb" member_type: VOTER last_known_addr { host: "127.11.37.61" port: 41661 } } peers { permanent_uuid: "196e71b2679d401684ba71f5edd2f93a" member_type: VOTER last_known_addr { host: "127.11.37.60" port: 41599 } } }
23:00:40.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.843626 11680 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb [sys.catalog]: This master's current role is: FOLLOWER
23:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.874688 11690 catalog_manager.cc:1294] Loaded cluster ID: f35fcea7c1254621a9e2fb17613fb4ff
23:00:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.875058 11690 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb: loading cluster ID for follower catalog manager: success
23:00:40.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.878785 11690 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb: acquiring CA information for follower catalog manager: success
23:00:40.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:40.881297 11690 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 8e9b65d18ff04d848d9c117c49f3fdfb: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:40.927 [WARN - Metastore-Handler-Pool: Thread-224] (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.
23:00:40.948 [WARN - Metastore-Handler-Pool: Thread-224] (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.
23:00:40.949 [WARN - Metastore-Handler-Pool: Thread-224] (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.
23:00:41.133 [INFO - Metastore-Handler-Pool: Thread-224] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:00:41.137 [INFO - Metastore-Handler-Pool: Thread-224] (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/hive1210936386315786722/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=93f1f1aa-257b-41df-b1c3-8ed702a73105, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.11.37.62:43157,127.11.37.61:41661,127.11.37.60:41599}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:00:41.141 [INFO - Metastore-Handler-Pool: Thread-224] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1210936386315786722/external-warehouse/table
23:00:41.259 [DEBUG - Metastore-Handler-Pool: Thread-224] (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.
23:00:41.263 [DEBUG - Metastore-Handler-Pool: Thread-224] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:00:41.265 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.11.37.62:43157(127.11.37.62:43157)] connecting to peer
23:00:41.266 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.11.37.61:41661(127.11.37.61:41661)] connecting to peer
23:00:41.271 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.11.37.62:43157(127.11.37.62:43157)] Successfully connected to peer
23:00:41.275 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.11.37.60:41599(127.11.37.60:41599)] connecting to peer
23:00:41.277 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.11.37.62
23:00:41.277 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.11.37.61:41661(127.11.37.61:41661)] Successfully connected to peer
23:00:41.285 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.11.37.61
23:00:41.287 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.11.37.60:41599(127.11.37.60:41599)] Successfully connected to peer
23:00:41.301 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.11.37.60
23:00:41.341 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:41.352 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:41.356 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x8e37c1b5, L:/127.0.0.1:58376 - R:/127.11.37.60:41599] using SASL/PLAIN
23:00:41.361 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xf17953e6, L:/127.0.0.1:60010 - R:/127.11.37.61:41661] using SASL/PLAIN
23:00:41.362 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:00:41.364 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:00:41.368 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xf42ad855, L:/127.0.0.1:48164 - R:/127.11.37.62:43157] using SASL/PLAIN
23:00:41.395 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:41.442 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:41.445 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:00:41.453 [INFO - Metastore-Handler-Pool: Thread-224] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:00:41.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:41.458439 11649 catalog_manager.cc:1294] Loaded cluster ID: f35fcea7c1254621a9e2fb17613fb4ff
23:00:41.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:41.458566 11649 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347: loading cluster ID for follower catalog manager: success
23:00:41.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:41.462639 11649 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347: acquiring CA information for follower catalog manager: success
23:00:41.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:41.465198 11649 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 860e0dd8ae0b4e95ad119af372578347: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:00:41.495 [INFO - Metastore-Handler-Pool: Thread-224] (MetaStoreServerUtils.java:473) Updating table stats for table
23:00:41.495 [INFO - Metastore-Handler-Pool: Thread-224] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:00:41.570 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:00:41.589 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:3711) Skipping translation for processor with null
23:00:41.590 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:00:41.671 [WARN - Metastore-Handler-Pool: Thread-224] (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.
23:00:41.764 [WARN - Metastore-Handler-Pool: Thread-224] (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.
23:00:41.787 [WARN - Metastore-Handler-Pool: Thread-224] (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.
23:00:41.862 [INFO - Metastore-Handler-Pool: Thread-224] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:00:41.864 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:00:41.864 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:00:41.865 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13897c3b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5325f1d7 will be shutdown
23:00:41.865 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:00:41.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:41.865348 11412 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 11423
23:00:41.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:41.866760 11484 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:41.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:41.969815 11412 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 11423
23:00:41.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:41.986032 11412 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 11491
23:00:41.986 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.11.37.62:43157(127.11.37.62:43157)] handling channelInactive
23:00:41.986 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.11.37.62:43157(127.11.37.62:43157)] cleaning up while in state READY due to: connection closed
23:00:41.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:41.987160 11555 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:42.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:42.089187 11412 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 11491
23:00:42.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:42.098692 11583 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.11.37.62:43157: connect: Connection refused (error 111)
23:00:42.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:00:42.100342 11583 consensus_peers.cc:597] T 00000000000000000000000000000000 P 196e71b2679d401684ba71f5edd2f93a -> Peer 860e0dd8ae0b4e95ad119af372578347 (127.11.37.62:43157): Couldn't send request to peer 860e0dd8ae0b4e95ad119af372578347. Status: Network error: Client connection negotiation failed: client connection to 127.11.37.62:43157: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
23:00:42.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:42.105026 11412 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskflmWFT/build/asan/bin/kudu pid 11562
23:00:42.105 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.11.37.61:41661(127.11.37.61:41661)] handling channelInactive
23:00:42.105 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.11.37.61:41661(127.11.37.61:41661)] cleaning up while in state READY due to: connection closed
23:00:42.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:42.106166 11626 generic_service.cc:196] Checking for leaks (request via RPC)
23:00:42.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:00:42.207685 11412 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskflmWFT/build/asan/bin/kudu with pid 11562
23:00:42.223 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.11.37.60:41599(127.11.37.60:41599)] handling channelInactive
23:00:42.223 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.11.37.60:41599(127.11.37.60:41599)] cleaning up while in state READY due to: connection closed
23:00:42.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:00:42Z chronyd exiting

Time: 33.654

OK (6 tests)

