JUnit version 4.13.2
.23:51:30.471 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:51:30.476 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:51:30.477 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:51:30.589 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive15171983675816795713
23:51:30.751 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:51:30.765 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:51:31.031 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:51:31.073 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:51:31.074 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
23:51:31.112 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
23:51:31.131 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:51:31.154 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
23:51:31.935 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:51:31.939 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
23:51:31.962 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:51:31.965 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:51:31.978 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:51:31.979 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:51:32.226 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:51:32.227 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:51:32.230 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:51:32.833 [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:51:32.834 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: null will be shutdown
23:51:32.864 [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:51:32.940 [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:51:33.193 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:33.195 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:33.196 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:33.196 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:33.198 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:33.198 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:33.898 [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:51:33.899 [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.70
23:51:33.899 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c
23:51:34.258 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
23:51:34.315 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
23:51:34.369 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
23:51:34.373 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
23:51:34.458 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:51:34.466 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:51:34.837 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:51:34.846 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
23:51:34.857 [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:51:34.858 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [37561]...
23:51:34.858 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:51:34.859 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:51:34.859 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
23:51:34.859 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
23:51:35.618 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:51:35.619 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:51:35.619 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:51:35.638 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:51:35.639 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37561]
23:51:35.641 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37561) in binary transport mode
23:51:35.661 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37561) current connections: 1
23:51:35.763 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
23:51:35.899 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskHL7rxV/test-tmp
23:51:35.903 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
23:51:35.907 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskHL7rxV/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
23:51:35.945 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37561"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:51:36.375 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:51:36.384 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:51:36.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:36.390998 29456 mini_oidc.cc:150] Starting JWKS server
23:51:36.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:36.395772 29456 webserver.cc:534] Webserver started at http://127.0.0.1:41815/ using document root <none> and password file <none>
23:51:36.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:36.396473 29456 mini_oidc.cc:186] Starting OIDC Discovery server
23:51:36.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:36.398715 29456 webserver.cc:534] Webserver started at http://127.0.0.1:46707/ using document root <none> and password file <none>
23:51:36.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:36Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:51:36.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:36Z Disabled control of system clock
23:51:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:36.474928 29456 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/wal
23:51:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/data
23:51:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:36.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/logs
23:51:36.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/data/info.pb
23:51:36.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:36.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:36.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:36.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:36.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:36.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:36.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:36.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:36.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:36.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:36.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:36.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:36.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.196.62:37169
23:51:36.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.196.62
23:51:36.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:36.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.196.20:39041
23:51:36.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:36.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:36.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:36.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:36.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.196.62:37169,127.28.196.61:43537,127.28.196.60:44865
23:51:36.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:36.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41815/jwks.json
23:51:36.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37561 with env {}
23:51:36.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.775954 29468 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:36.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.776651 29468 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:36.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.777385 29468 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.812001 29468 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.812419 29468 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.812759 29468 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.813133 29468 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.813500 29468 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:36.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.813797 29468 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41815/jwks.json
23:51:36.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:36.853374 29468 master_runner.cc:387] Master server non-default flags:
23:51:36.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:36.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.196.20:39041
23:51:36.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:36.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/data
23:51:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/wal
23:51:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37561
23:51:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.196.62:37169,127.28.196.61:43537,127.28.196.60:44865
23:51:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:36.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:36.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:36.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.196.62:37169
23:51:36.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:36.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:36.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:36.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41815/jwks.json
23:51:36.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:36.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:36.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/data/info.pb
23:51:36.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.196.62
23:51:36.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:36.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:36.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:36.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:36.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:36.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:36.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/logs
23:51:36.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:36.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:36.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:36.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:36.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:36.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:36.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:51:36.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:51:36.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:51:36.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:51:36.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:36.855408 29468 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:51:36.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:36.857904 29468 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:36.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.871589 29474 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:51:38.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:36.872171 29475 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:51:38.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.022614 29476 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1150 milliseconds
23:51:38.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.024923 29477 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:51:38.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.027194 29468 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.156s	user 0.387s	sys 0.765s
23:51:38.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.027482 29468 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.157s	user 0.387s	sys 0.765s
23:51:38.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.027750 29468 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:51:38.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.029065 29468 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:38.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.032351 29468 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:38.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.035940 29468 hybrid_clock.cc:648] HybridClock initialized: now 1783468298035877 us; error 65 us; skew 500 ppm
23:51:38.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.037007 29468 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:51:38.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.045178 29468 webserver.cc:534] Webserver started at http://127.28.196.62:36443/ using document root <none> and password file <none>
23:51:38.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.046376 29468 fs_manager.cc:362] Metadata directory not provided
23:51:38.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.046623 29468 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:38.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.047260 29468 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:38.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.052613 29468 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/data/instance:
23:51:38.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "86947f23bec1424689b3f511a6205bfb"
23:51:38.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:38 on dist-test-slave-152c"
23:51:38.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.054762 29468 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/wal/instance:
23:51:38.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "86947f23bec1424689b3f511a6205bfb"
23:51:38.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:38 on dist-test-slave-152c"
23:51:38.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.063860 29468 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.002s
23:51:38.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.070502 29484 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:38.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.071995 29468 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
23:51:38.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.072399 29468 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/wal
23:51:38.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "86947f23bec1424689b3f511a6205bfb"
23:51:38.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:38 on dist-test-slave-152c"
23:51:38.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.072856 29468 fs_report.cc:389] FS layout report
23:51:38.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:38.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/wal
23:51:38.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/wal
23:51:38.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/data/data
23:51:38.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:38.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:38.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:38.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:38.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:38.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.157946 29468 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:38.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.159682 29468 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:51:38.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.160226 29468 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:38.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.236173 29468 rpc_server.cc:307] RPC server started. Bound to: 127.28.196.62:37169
23:51:38.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.236248 29535 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.196.62:37169 every 8 connection(s)
23:51:38.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.240630 29468 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/data/info.pb
23:51:38.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.249708 29536 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:51:38.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.251696 29456 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 29468
23:51:38.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.252137 29456 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-0/wal/instance
23:51:38.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.255865 29456 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:38.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:38.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/wal
23:51:38.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/data
23:51:38.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:38.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:38.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:38.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:38.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:38.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:38.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/logs
23:51:38.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/data/info.pb
23:51:38.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:38.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:38.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:38.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:38.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:38.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:38.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:38.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:38.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:38.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:38.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:38.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:38.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.196.61:43537
23:51:38.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.196.61
23:51:38.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:38.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.196.20:39041
23:51:38.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:38.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:38.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:38.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:38.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.196.62:37169,127.28.196.61:43537,127.28.196.60:44865
23:51:38.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:38.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41815/jwks.json
23:51:38.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37561 with env {}
23:51:38.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.266069 29536 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } has no permanent_uuid. Determining permanent_uuid...
23:51:38.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.303244 29536 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } has no permanent_uuid. Determining permanent_uuid...
23:51:38.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.306439 29487 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.196.61:43537: connect: Connection refused (error 111)
23:51:38.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.312793 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.61:43537: Network error: Client connection negotiation failed: client connection to 127.28.196.61:43537: connect: Connection refused (error 111)
23:51:38.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.362455 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } attempt: 1
23:51:38.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.367847 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.61:43537: Network error: Client connection negotiation failed: client connection to 127.28.196.61:43537: connect: Connection refused (error 111)
23:51:38.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.436362 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } attempt: 2
23:51:38.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.441365 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.61:43537: Network error: Client connection negotiation failed: client connection to 127.28.196.61:43537: connect: Connection refused (error 111)
23:51:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.532809 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } attempt: 3
23:51:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.537807 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.61:43537: Network error: Client connection negotiation failed: client connection to 127.28.196.61:43537: connect: Connection refused (error 111)
23:51:38.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.595046 29537 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:38.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.595769 29537 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:38.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.596477 29537 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:38.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.630914 29537 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:38.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.631307 29537 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:38.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.631667 29537 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:38.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.632009 29537 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:38.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.632452 29537 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:38.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.632736 29537 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41815/jwks.json
23:51:38.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.670255 29537 master_runner.cc:387] Master server non-default flags:
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.196.20:39041
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/data
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/wal
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37561
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.196.62:37169,127.28.196.61:43537,127.28.196.60:44865
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.196.61:43537
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:38.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41815/jwks.json
23:51:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/data/info.pb
23:51:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.196.61
23:51:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/logs
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:38.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:51:38.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:51:38.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:51:38.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:51:38.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.671635 29537 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:51:38.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.673336 29537 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:38.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.681305 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } attempt: 4
23:51:38.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.685362 29546 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:51:38.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.688215 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.61:43537: Network error: Client connection negotiation failed: client connection to 127.28.196.61:43537: connect: Connection refused (error 111)
23:51:38.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:38.987723 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } attempt: 5
23:51:38.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.995518 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.61:43537: Network error: Client connection negotiation failed: client connection to 127.28.196.61:43537: connect: Connection refused (error 111)
23:51:39.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:39.543023 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } attempt: 6
23:51:39.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:39.572775 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.61:43537: Network error: Client connection negotiation failed: client connection to 127.28.196.61:43537: connect: Connection refused (error 111)
23:51:40.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:38.687758 29547 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:51:40.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.029963 29549 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:51:40.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.031945 29548 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1341 milliseconds
23:51:40.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.032320 29537 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.346s	user 0.605s	sys 0.734s
23:51:40.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.032616 29537 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.347s	user 0.605s	sys 0.734s
23:51:40.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.032790 29537 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:51:40.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.033857 29537 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:40.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.036497 29537 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:40.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.037930 29537 hybrid_clock.cc:648] HybridClock initialized: now 1783468300037858 us; error 87 us; skew 500 ppm
23:51:40.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.038976 29537 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:51:40.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.046590 29537 webserver.cc:534] Webserver started at http://127.28.196.61:34419/ using document root <none> and password file <none>
23:51:40.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.047793 29537 fs_manager.cc:362] Metadata directory not provided
23:51:40.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.048058 29537 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:40.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.048647 29537 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:40.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.053421 29537 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/data/instance:
23:51:40.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f4c00395fe5d4051a08873d731a9a60e"
23:51:40.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:40 on dist-test-slave-152c"
23:51:40.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.054960 29537 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/wal/instance:
23:51:40.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f4c00395fe5d4051a08873d731a9a60e"
23:51:40.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:40 on dist-test-slave-152c"
23:51:40.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.063577 29537 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.002s
23:51:40.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.070194 29558 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:40.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.071619 29537 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.001s
23:51:40.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.071990 29537 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/wal
23:51:40.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f4c00395fe5d4051a08873d731a9a60e"
23:51:40.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:40 on dist-test-slave-152c"
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.072407 29537 fs_report.cc:389] FS layout report
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/wal
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/wal
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/data/data
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:40.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:40.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:40.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:40.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:40.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:40.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:40.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.156155 29537 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:40.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.157881 29537 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:51:40.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.158409 29537 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:40.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.230525 29537 rpc_server.cc:307] RPC server started. Bound to: 127.28.196.61:43537
23:51:40.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.230721 29609 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.196.61:43537 every 8 connection(s)
23:51:40.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.234433 29537 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/data/info.pb
23:51:40.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.243221 29610 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:51:40.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.244056 29456 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 29537
23:51:40.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.244518 29456 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-1/wal/instance
23:51:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.247550 29456 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/wal
23:51:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/data
23:51:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/logs
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/data/info.pb
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.196.60:44865
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.196.60
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.196.20:39041
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:40.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:40.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.196.62:37169,127.28.196.61:43537,127.28.196.60:44865
23:51:40.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:40.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41815/jwks.json
23:51:40.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37561 with env {}
23:51:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.257414 29610 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } has no permanent_uuid. Determining permanent_uuid...
23:51:40.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.282107 29610 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } has no permanent_uuid. Determining permanent_uuid...
23:51:40.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.295914 29610 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } has no permanent_uuid. Determining permanent_uuid...
23:51:40.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.298774 29559 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.303562 29610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.353154 29610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 1
23:51:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.358321 29610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.426746 29610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 2
23:51:40.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.431322 29610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.522799 29610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 3
23:51:40.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.528136 29610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.565019 29611 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:40.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.565634 29611 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:40.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.566154 29611 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.599505 29611 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.599802 29611 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.599992 29611 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.600288 29611 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.600528 29611 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.600674 29611 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41815/jwks.json
23:51:40.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.633325 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } attempt: 7
23:51:40.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.640491 29611 master_runner.cc:387] Master server non-default flags:
23:51:40.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.196.20:39041
23:51:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/data
23:51:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/wal
23:51:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37561
23:51:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.196.62:37169,127.28.196.61:43537,127.28.196.60:44865
23:51:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.196.60:44865
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41815/jwks.json
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/data/info.pb
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.196.60
23:51:40.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:40.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:40.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:40.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:40.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:40.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:40.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/logs
23:51:40.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:51:40.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.642385 29611 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:51:40.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.644891 29611 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:40.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.646095 29536 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } has no permanent_uuid. Determining permanent_uuid...
23:51:40.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.652299 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.658707 29623 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:51:40.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.671586 29610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 4
23:51:40.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.676015 29610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.710760 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 1
23:51:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.715445 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.796861 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 2
23:51:40.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.802127 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.887567 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 3
23:51:40.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.892624 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:40.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:40.975446 29610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 5
23:51:40.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.980294 29610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:41.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.033051 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 4
23:51:41.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:41.037892 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:41.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.321334 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 5
23:51:41.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:41.326354 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:41.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.527694 29610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 6
23:51:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:41.535167 29610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:41.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:40.659444 29624 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:51:41.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:41.778399 29625 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
23:51:41.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:41.779874 29626 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:51:41.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.779912 29611 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:51:41.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.784237 29611 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:41.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.788081 29611 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:41.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.789642 29611 hybrid_clock.cc:648] HybridClock initialized: now 1783468301789532 us; error 124 us; skew 500 ppm
23:51:41.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.790548 29611 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:51:41.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.797434 29611 webserver.cc:534] Webserver started at http://127.28.196.60:34031/ using document root <none> and password file <none>
23:51:41.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.798386 29611 fs_manager.cc:362] Metadata directory not provided
23:51:41.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.798596 29611 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:41.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.799072 29611 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:41.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.803629 29611 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/data/instance:
23:51:41.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e68fbd3882734684915fa69ffd267fbb"
23:51:41.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:41 on dist-test-slave-152c"
23:51:41.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.804818 29611 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/wal/instance:
23:51:41.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e68fbd3882734684915fa69ffd267fbb"
23:51:41.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:41 on dist-test-slave-152c"
23:51:41.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.813656 29611 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.004s
23:51:41.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.819845 29635 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:41.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.821142 29611 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
23:51:41.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.821460 29611 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/wal
23:51:41.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e68fbd3882734684915fa69ffd267fbb"
23:51:41.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:41 on dist-test-slave-152c"
23:51:41.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.821789 29611 fs_report.cc:389] FS layout report
23:51:41.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:41.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/wal
23:51:41.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/wal
23:51:41.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/data/data
23:51:41.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:41.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:41.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:41.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:41.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:41.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:41.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:41.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:41.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:41.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:41.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.878765 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 6
23:51:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.881088 29611 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:41.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.882894 29611 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:51:41.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.883534 29611 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:41.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:41.886168 29536 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.196.60:44865: Network error: Client connection negotiation failed: client connection to 127.28.196.60:44865: connect: Connection refused (error 111)
23:51:41.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.967922 29611 rpc_server.cc:307] RPC server started. Bound to: 127.28.196.60:44865
23:51:41.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.968051 29688 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.196.60:44865 every 8 connection(s)
23:51:41.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.970979 29611 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/data/info.pb
23:51:41.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.978016 29689 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:51:41.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.978538 29456 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 29611
23:51:41.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.979020 29456 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster10746053525475157771/master-2/wal/instance
23:51:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:41.993703 29689 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } has no permanent_uuid. Determining permanent_uuid...
23:51:42.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.023414 29689 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } has no permanent_uuid. Determining permanent_uuid...
23:51:42.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.040833 29689 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } has no permanent_uuid. Determining permanent_uuid...
23:51:42.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.056116 29456 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:51:42.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.059466 29689 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb: Bootstrap starting.
23:51:42.064 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:51:42.066 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:51:42.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.067171 29689 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb: Neither blocks nor log segments found. Creating new log.
23:51:42.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.069721 29689 log.cc:826] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb: Log is configured to *not* fsync() on all Append() calls
23:51:42.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.075445 29689 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb: No bootstrap required, opened a new log
23:51:42.076 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.196.62"
      port: 37169
    }
    bound_http_address {
      host: "127.28.196.62"
      port: 36443
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.196.61"
      port: 43537
    }
    bound_http_address {
      host: "127.28.196.61"
      port: 34419
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.196.60"
      port: 44865
    }
    bound_http_address {
      host: "127.28.196.60"
      port: 34031
    }
  }
}

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

23:51:42.084 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:51:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.096160 29689 raft_consensus.cc:359] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } }
23:51:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.096999 29689 raft_consensus.cc:385] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:51:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.097294 29689 raft_consensus.cc:740] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e68fbd3882734684915fa69ffd267fbb, State: Initialized, Role: FOLLOWER
23:51:42.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.098290 29689 consensus_queue.cc:260] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [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: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } }
23:51:42.101 [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=872d67b6-a7b7-47da-89de-a2d6d99f5e4d, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:42.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.101500 29697 sys_catalog.cc:455] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [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: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:42.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.102612 29697 sys_catalog.cc:458] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [sys.catalog]: This master's current role is: FOLLOWER
23:51:42.104 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:51:42.104 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:51:42.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.103636 29689 sys_catalog.cc:565] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [sys.catalog]: configured and running, proceeding with master startup.
23:51:42.105 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7102810a, with PersistenceManager: null will be shutdown
23:51:42.106 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7102810a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@16819787 created in the thread with id: 36
23:51:42.125 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7102810a
23:51:42.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:42.139797 29643 tablet.cc:2406] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:51:42.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.153074 29697 raft_consensus.cc:493] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:51:42.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.153661 29697 raft_consensus.cc:515] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } }
23:51:42.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.158391 29697 leader_election.cc:290] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 86947f23bec1424689b3f511a6205bfb (127.28.196.62:37169), f4c00395fe5d4051a08873d731a9a60e (127.28.196.61:43537)
23:51:42.214 [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:51:42.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:42.217571 29709 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:42.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.234220 29611 master_runner.cc:187] Error getting master registration for 127.28.196.62:37169: OK, instance_id { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" instance_seqno: 1783468298211898 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:51:42.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.291826 29611 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:51:42.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:42.301939 29713 catalog_manager.cc:1593] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:51:42.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:42.302292 29713 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:51:42.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.595554 29610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 7
23:51:42.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.665942 29610 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e: Bootstrap starting.
23:51:42.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.682359 29610 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e: Neither blocks nor log segments found. Creating new log.
23:51:42.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.686436 29610 log.cc:826] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e: Log is configured to *not* fsync() on all Append() calls
23:51:42.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.706364 29610 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e: No bootstrap required, opened a new log
23:51:42.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.748909 29610 raft_consensus.cc:359] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } }
23:51:42.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.756021 29610 raft_consensus.cc:385] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:51:42.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.756808 29610 raft_consensus.cc:740] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4c00395fe5d4051a08873d731a9a60e, State: Initialized, Role: FOLLOWER
23:51:42.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.767743 29610 consensus_queue.cc:260] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [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: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } }
23:51:42.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.785780 29610 sys_catalog.cc:565] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [sys.catalog]: configured and running, proceeding with master startup.
23:51:42.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.781845 29718 sys_catalog.cc:455] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [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: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:42.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.785953 29585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e68fbd3882734684915fa69ffd267fbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4c00395fe5d4051a08873d731a9a60e" is_pre_election: true
23:51:42.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.787283 29585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e68fbd3882734684915fa69ffd267fbb in term 0.
23:51:42.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.787047 29718 sys_catalog.cc:458] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [sys.catalog]: This master's current role is: FOLLOWER
23:51:42.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.788899 29638 leader_election.cc:304] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [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: e68fbd3882734684915fa69ffd267fbb, f4c00395fe5d4051a08873d731a9a60e; no voters: 
23:51:42.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.807994 29720 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 0 FOLLOWER]: Leader pre-election won for term 1
23:51:42.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.810391 29720 raft_consensus.cc:493] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:51:42.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.813556 29720 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 0 FOLLOWER]: Advancing to term 1
23:51:42.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.846095 29720 raft_consensus.cc:515] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } }
23:51:42.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.858331 29585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e68fbd3882734684915fa69ffd267fbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4c00395fe5d4051a08873d731a9a60e"
23:51:42.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.858953 29585 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [term 0 FOLLOWER]: Advancing to term 1
23:51:42.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.858289 29720 leader_election.cc:290] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [CANDIDATE]: Term 1 election: Requested vote from peers 86947f23bec1424689b3f511a6205bfb (127.28.196.62:37169), f4c00395fe5d4051a08873d731a9a60e (127.28.196.61:43537)
23:51:42.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.865899 29585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e68fbd3882734684915fa69ffd267fbb in term 1.
23:51:42.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.868585 29638 leader_election.cc:304] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [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: e68fbd3882734684915fa69ffd267fbb, f4c00395fe5d4051a08873d731a9a60e; no voters: 
23:51:42.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.870922 29720 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 1 FOLLOWER]: Leader election won for term 1
23:51:42.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.888908 29720 raft_consensus.cc:697] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [term 1 LEADER]: Becoming Leader. State: Replica: e68fbd3882734684915fa69ffd267fbb, State: Running, Role: LEADER
23:51:42.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.890384 29720 consensus_queue.cc:237] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [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: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } }
23:51:42.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.911788 29725 sys_catalog.cc:455] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [sys.catalog]: SysCatalogTable state changed. Reason: New leader e68fbd3882734684915fa69ffd267fbb. Latest consensus state: current_term: 1 leader_uuid: "e68fbd3882734684915fa69ffd267fbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:42.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.913098 29725 sys_catalog.cc:458] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [sys.catalog]: This master's current role is: LEADER
23:51:42.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:42.916777 29564 tablet.cc:2406] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:51:42.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.919487 29536 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } attempt: 7
23:51:42.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.935181 29731 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:51:42.958 [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:51:42.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:42.959749 29734 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:42.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.965623 29536 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb: Bootstrap starting.
23:51:42.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.976356 29731 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:51:42.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.981907 29738 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:51:42.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.988935 29536 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb: Neither blocks nor log segments found. Creating new log.
23:51:42.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.997581 29536 log.cc:826] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb: Log is configured to *not* fsync() on all Append() calls
23:51:43.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.020161 29536 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb: No bootstrap required, opened a new log
23:51:43.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:42.991256 29537 master_runner.cc:187] Error getting master registration for 127.28.196.62:37169: OK, instance_id { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" instance_seqno: 1783468298211898 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:51:43.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.041489 29537 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:51:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.046770 29585 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [term 1 FOLLOWER]: Refusing update from remote peer e68fbd3882734684915fa69ffd267fbb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:51:43.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.051607 29725 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:51:43.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.054561 29536 raft_consensus.cc:359] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } }
23:51:43.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.055770 29536 raft_consensus.cc:385] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:51:43.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.056325 29536 raft_consensus.cc:740] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 86947f23bec1424689b3f511a6205bfb, State: Initialized, Role: FOLLOWER
23:51:43.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.057773 29536 consensus_queue.cc:260] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [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: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } }
23:51:43.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.088975 29536 sys_catalog.cc:565] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [sys.catalog]: configured and running, proceeding with master startup.
23:51:43.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.089308 29511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e68fbd3882734684915fa69ffd267fbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86947f23bec1424689b3f511a6205bfb" is_pre_election: true
23:51:43.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.090202 29511 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e68fbd3882734684915fa69ffd267fbb in term 0.
23:51:43.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.091917 29509 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [term 0 FOLLOWER]: Advancing to term 1
23:51:43.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.096225 29510 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e68fbd3882734684915fa69ffd267fbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86947f23bec1424689b3f511a6205bfb"
23:51:43.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.113094 29509 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [term 1 FOLLOWER]: Refusing update from remote peer e68fbd3882734684915fa69ffd267fbb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:51:43.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.116268 29725 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [LEADER]: Connected to new peer: Peer: permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:51:43.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.135316 29718 sys_catalog.cc:455] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [sys.catalog]: SysCatalogTable state changed. Reason: New leader e68fbd3882734684915fa69ffd267fbb. Latest consensus state: current_term: 1 leader_uuid: "e68fbd3882734684915fa69ffd267fbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:43.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.136641 29718 sys_catalog.cc:458] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [sys.catalog]: This master's current role is: FOLLOWER
23:51:43.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.147490 29739 mvcc.cc:204] Tried to move back new op lower bound from 7305086169251291136 to 7305086168653213696. Current Snapshot: MvccSnapshot[applied={T|T < 7305086169251291136}]
23:51:43.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.163417 29720 sys_catalog.cc:455] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e68fbd3882734684915fa69ffd267fbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:43.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.164454 29720 sys_catalog.cc:458] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [sys.catalog]: This master's current role is: LEADER
23:51:43.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.169736 29718 sys_catalog.cc:455] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e68fbd3882734684915fa69ffd267fbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:43.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.170449 29718 sys_catalog.cc:458] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e [sys.catalog]: This master's current role is: FOLLOWER
23:51:43.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.172508 29731 catalog_manager.cc:1382] Generated new cluster ID: d1e09faad89743339a87017d7abce714
23:51:43.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:43.172024 29490 tablet.cc:2406] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:51:43.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.172804 29731 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:51:43.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.185938 29747 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [sys.catalog]: SysCatalogTable state changed. Reason: New leader e68fbd3882734684915fa69ffd267fbb. Latest consensus state: current_term: 1 leader_uuid: "e68fbd3882734684915fa69ffd267fbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:43.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.186923 29747 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [sys.catalog]: This master's current role is: FOLLOWER
23:51:43.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.188158 29741 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e68fbd3882734684915fa69ffd267fbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:43.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.188911 29741 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [sys.catalog]: This master's current role is: FOLLOWER
23:51:43.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.196342 29749 mvcc.cc:204] Tried to move back new op lower bound from 7305086169251291136 to 7305086168653213696. Current Snapshot: MvccSnapshot[applied={T|T < 7305086169251291136}]
23:51:43.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.199695 29725 sys_catalog.cc:455] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e68fbd3882734684915fa69ffd267fbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:43.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.200428 29725 sys_catalog.cc:458] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb [sys.catalog]: This master's current role is: LEADER
23:51:43.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.202191 29741 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e68fbd3882734684915fa69ffd267fbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "86947f23bec1424689b3f511a6205bfb" member_type: VOTER last_known_addr { host: "127.28.196.62" port: 37169 } } peers { permanent_uuid: "f4c00395fe5d4051a08873d731a9a60e" member_type: VOTER last_known_addr { host: "127.28.196.61" port: 43537 } } peers { permanent_uuid: "e68fbd3882734684915fa69ffd267fbb" member_type: VOTER last_known_addr { host: "127.28.196.60" port: 44865 } } }
23:51:43.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.202914 29741 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb [sys.catalog]: This master's current role is: FOLLOWER
23:51:43.209 [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:51:43.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.212512 29731 catalog_manager.cc:1405] Generated new certificate authority record
23:51:43.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.215273 29731 catalog_manager.cc:1539] Loading token signing keys...
23:51:43.229 [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:51:43.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:43.230130 29709 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:43.255 [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:51:43.255 [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:51:43.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.257040 29731 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e68fbd3882734684915fa69ffd267fbb: Generated new TSK 0
23:51:43.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.258723 29731 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:51:43.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.263518 29731 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:51:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.270141 29731 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:51:43.317 [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:51:43.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:43.318464 29763 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:43.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:43.319394 29767 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:51:43.550 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:43.573 [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/hive15171983675816795713/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=872d67b6-a7b7-47da-89de-a2d6d99f5e4d, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:43.671 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15171983675816795713/external-warehouse/table
23:51:43.942 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:51:43.945 [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:51:43.948 [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:51:43.982 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.196.60:44865,127.28.196.62:37169,127.28.196.61:43537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:43.994 [INFO - Metastore-Handler-Pool: Thread-48] (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:51:43.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:43.995067 29734 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:44.013 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:44.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:44.015762 29738 catalog_manager.cc:1294] Loaded cluster ID: d1e09faad89743339a87017d7abce714
23:51:44.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:44.016506 29738 catalog_manager.cc:1587] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e: loading cluster ID for follower catalog manager: success
23:51:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:44.025286 29738 catalog_manager.cc:1609] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e: acquiring CA information for follower catalog manager: success
23:51:44.030 [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/hive15171983675816795713/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.196.60:44865,127.28.196.62:37169,127.28.196.61:43537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:44.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:44.031697 29738 catalog_manager.cc:1637] T 00000000000000000000000000000000 P f4c00395fe5d4051a08873d731a9a60e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:51:44.035 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15171983675816795713/external-warehouse/table
23:51:44.109 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:51:44.109 [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:51:44.110 [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:51:44.112 [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=837a5b61-06f2-41c7-9f59-81b6985c4d4d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.196.60:44865,127.28.196.62:37169,127.28.196.61:43537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:44.117 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:44.124 [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/hive15171983675816795713/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=837a5b61-06f2-41c7-9f59-81b6985c4d4d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.196.60:44865,127.28.196.62:37169,127.28.196.61:43537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:44.132 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15171983675816795713/external-warehouse/table
23:51:44.183 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
23:51:44.195 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
23:51:44.195 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
23:51:44.202 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@5450b190
23:51:44.239 [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:51:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:44.240576 29709 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:44.282 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
23:51:44.282 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
23:51:44.283 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
23:51:44.283 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
23:51:44.284 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
23:51:44.285 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
23:51:44.285 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
23:51:44.286 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
23:51:44.286 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
23:51:44.291 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
23:51:44.293 [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:51:44.311 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
23:51:44.312 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
23:51:44.312 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
23:51:44.312 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
23:51:44.313 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
23:51:44.313 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
23:51:44.335 [INFO - Metastore-Handler-Pool: Thread-52] (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:51:44.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:44.336735 29763 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:44.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:44.337218 29767 catalog_manager.cc:1294] Loaded cluster ID: d1e09faad89743339a87017d7abce714
23:51:44.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:44.337474 29767 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb: loading cluster ID for follower catalog manager: success
23:51:44.339 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
23:51:44.339 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
23:51:44.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:44.363030 29767 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb: acquiring CA information for follower catalog manager: success
23:51:44.374 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
23:51:44.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:44.380285 29767 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 86947f23bec1424689b3f511a6205bfb: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:51:44.445 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
23:51:44.459 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
23:51:44.465 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
23:51:44.465 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
23:51:44.476 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
23:51:44.476 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
23:51:44.615 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
23:51:44.615 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
23:51:44.615 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
23:51:44.615 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
23:51:44.615 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
23:51:44.615 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
23:51:44.616 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
23:51:44.616 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
23:51:44.616 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
23:51:44.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
23:51:44.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
23:51:44.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
23:51:44.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
23:51:44.666 [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:51:44.675 [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:51:44.794 [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:51:45.007 [INFO - Metastore-Handler-Pool: Thread-54] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:45.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:45.008386 29734 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:45.251 [INFO - Metastore-Handler-Pool: Thread-55] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:45.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:45.252462 29709 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:45.351 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.196.60:44865(127.28.196.60:44865)] connecting to peer
23:51:45.354 [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:51:45.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:45.360347 29763 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:45.376 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 29402 (auto-detected)
23:51:45.379 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
23:51:45.379 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
23:51:45.382 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
23:51:45.383 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
23:51:45.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:bb:ff:fe:39:67:17 (auto-detected)
23:51:45.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
23:51:45.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
23:51:45.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
23:51:45.438 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
23:51:45.462 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.196.62:37169(127.28.196.62:37169)] connecting to peer
23:51:45.473 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.196.61:43537(127.28.196.61:43537)] connecting to peer
23:51:45.518 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.28.196.61:43537(127.28.196.61:43537)] Successfully connected to peer
23:51:45.523 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.196.62:37169(127.28.196.62:37169)] Successfully connected to peer
23:51:45.523 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.196.60:44865(127.28.196.60:44865)] Successfully connected to peer
23:51:45.549 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
23:51:45.550 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
23:51:45.550 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@403dcbe2
23:51:45.555 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
23:51:45.556 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
23:51:45.556 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
23:51:45.556 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
23:51:45.556 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
23:51:45.712 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.196.62
23:51:45.715 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.196.61
23:51:45.716 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.196.60
23:51:46.014 [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:51:46.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:46.014853 29734 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:46.182 [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:51:46.192 [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:51:46.193 [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:51:46.269 [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:51:46.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:46.270857 29709 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:46.265 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x77ae47eb, L:/127.0.0.1:55296 - R:/127.28.196.61:43537] using SASL/PLAIN
23:51:46.287 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x6fc59ae0, L:/127.0.0.1:43734 - R:/127.28.196.60:44865] using SASL/PLAIN
23:51:46.259 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7bf263d1, L:/127.0.0.1:33754 - R:/127.28.196.62:37169] using SASL/PLAIN
23:51:46.379 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:46.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:46.380514 29763 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:46.392 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:51:46.399 [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:51:46.400 [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:51:46.402 [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=4ef40c3c-953e-4ec2-aa1f-eb3eb6b7b079, 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:51:46.406 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:46.420 [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/hive15171983675816795713/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=4ef40c3c-953e-4ec2-aa1f-eb3eb6b7b079, 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:51:46.441 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15171983675816795713/external-warehouse/table
23:51:46.476 [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:51:46.477 [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:51:46.479 [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=2581372e-83d6-491b-8cc4-65a88cbdb457, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.196.60:44865,127.28.196.62:37169,127.28.196.61:43537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:46.490 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:46.512 [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/hive15171983675816795713/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=2581372e-83d6-491b-8cc4-65a88cbdb457, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.196.60:44865,127.28.196.62:37169,127.28.196.61:43537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:46.529 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15171983675816795713/external-warehouse/table
23:51:46.800 [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:51:46.983 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:51:47.003 [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:51:47.022 [INFO - Metastore-Handler-Pool: Thread-65] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:47.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:47.024587 29734 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:47.275 [INFO - Metastore-Handler-Pool: Thread-66] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:47.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:47.276026 29709 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:47.318 [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:51:47.396 [INFO - Metastore-Handler-Pool: Thread-67] (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:51:47.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:47.397508 29763 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:47.815 [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:51:47.879 [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:51:47.926 [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:51:48.028 [INFO - Metastore-Handler-Pool: Thread-68] (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:51:48.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:48.029438 29734 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:48.110 [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=d6cd14e8-f326-426f-b389-44dd68f8dfed, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.196.60:44865,127.28.196.62:37169,127.28.196.61:43537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:48.114 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:48.117 [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/hive15171983675816795713/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=d6cd14e8-f326-426f-b389-44dd68f8dfed, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.196.60:44865,127.28.196.62:37169,127.28.196.61:43537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:48.120 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15171983675816795713/external-warehouse/table
23:51:48.157 [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:51:48.200 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:51:48.201 [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:51:48.285 [INFO - Metastore-Handler-Pool: Thread-70] (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:51:48.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:48.286587 29709 client.h:373] Failed to connect to Hive Metastore (localhost:37561): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:48.307 [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:51:48.337 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:51:48.337 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:51:48.337 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7102810a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@16819787 will be shutdown
23:51:48.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:48.338020 29456 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 29468
23:51:48.339 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:51:48.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:48.375962 29456 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 29537
23:51:48.383 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.196.62:37169(127.28.196.62:37169)] handling channelInactive
23:51:48.384 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.196.62:37169(127.28.196.62:37169)] cleaning up while in state READY due to: connection closed
23:51:48.418 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.28.196.61:43537(127.28.196.61:43537)] handling channelInactive
23:51:48.419 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.28.196.61:43537(127.28.196.61:43537)] cleaning up while in state READY due to: connection closed
23:51:48.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:48.421003 29456 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 29611
23:51:48.457 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.196.60:44865(127.28.196.60:44865)] handling channelInactive
23:51:48.458 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.196.60:44865(127.28.196.60:44865)] cleaning up while in state READY due to: connection closed
23:51:49.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:49Z chronyd exiting
.23:51:50.563 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:51:50.563 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:51:50.564 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:51:50.583 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive5356353438310582102
23:51:50.584 [INFO - Thread-46] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:51:50.584 [INFO - Thread-46] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:51:50.589 [INFO - Thread-46] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:51:50.590 [INFO - Thread-46] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:51:50.590 [INFO - Thread-46] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:51:50.596 [INFO - Thread-46] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:51:50.600 [INFO - Thread-46] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:51:50.600 [INFO - Thread-46] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:51:50.601 [INFO - Thread-46] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:51:50.601 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:51:50.603 [INFO - Thread-46] (HikariDataSource.java:80) objectstore - Starting...
23:51:50.721 [INFO - Thread-46] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:51:50.721 [INFO - Thread-46] (HikariDataSource.java:82) objectstore - Start completed.
23:51:50.722 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:51:50.724 [INFO - Thread-46] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:51:50.726 [INFO - Thread-46] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:51:50.728 [INFO - Thread-46] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:51:50.761 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:51:50.762 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:51:50.762 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:51:50.802 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.803 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.804 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.804 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.805 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.806 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:51.095 [INFO - Thread-46] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:51:51.095 [INFO - Thread-46] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2451db9b, with PersistenceManager: null will be shutdown
23:51:51.096 [INFO - Thread-46] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2451db9b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@53dd97a5 created in the thread with id: 71
23:51:51.098 [WARN - Thread-46] (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:51:51.099 [INFO - Thread-46] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2451db9b
23:51:51.245 [INFO - Thread-46] (HMSHandler.java:595) Started creating a default database with name: default
23:51:51.270 [INFO - Thread-46] (HMSHandler.java:605) Successfully created a default database with name: default
23:51:51.301 [INFO - Thread-46] (HMSHandler.java:668) Added admin role in metastore
23:51:51.304 [INFO - Thread-46] (HMSHandler.java:677) Added public role in metastore
23:51:51.335 [INFO - Thread-46] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:51:51.336 [INFO - Thread-46] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:51:51.336 [INFO - Thread-46] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:51:51.337 [INFO - Thread-46] (HiveMetaStore.java:697) Direct SQL optimization = true
23:51:51.337 [WARN - Thread-46] (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:51:51.337 [INFO - Thread-46] (HiveMetaStore.java:632) Started the new metaserver on port [40291]...
23:51:51.337 [INFO - Thread-46] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:51:51.337 [INFO - Thread-46] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:51:51.337 [INFO - Thread-46] (HiveMetaStore.java:635) TCP keepalive = true
23:51:51.337 [INFO - Thread-46] (HiveMetaStore.java:636) Enable SSL = false
23:51:51.587 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:51:51.588 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:51:51.588 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:51:51.591 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:51:51.591 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40291]
23:51:51.591 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40291) in binary transport mode
23:51:51.592 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40291) current connections: 1
23:51:51.593 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskHL7rxV/test-tmp
23:51:51.593 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
23:51:51.594 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskHL7rxV/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
23:51:51.596 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40291"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:51:51.929 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:51:51.930 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:51:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:51.933478 29836 mini_oidc.cc:150] Starting JWKS server
23:51:51.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:51.936996 29836 webserver.cc:534] Webserver started at http://127.0.0.1:39981/ using document root <none> and password file <none>
23:51:51.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:51.937448 29836 mini_oidc.cc:186] Starting OIDC Discovery server
23:51:51.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:51.939330 29836 webserver.cc:534] Webserver started at http://127.0.0.1:40985/ using document root <none> and password file <none>
23:51:51.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:51Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:51:51.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:51Z Disabled control of system clock
23:51:52.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:52.003399 29836 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:52.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:52.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/wal
23:51:52.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/data
23:51:52.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:52.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:52.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:52.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/logs
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/data/info.pb
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.35.62:40275
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.35.62
23:51:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:52.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.35.20:42901
23:51:52.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:52.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:52.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:52.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:52.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.35.62:40275,127.29.35.61:42841,127.29.35.60:45151
23:51:52.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:52.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39981/jwks.json
23:51:52.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40291 with env {}
23:51:52.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.318742 29848 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:52.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.319320 29848 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:52.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.319799 29848 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:52.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.353753 29848 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:52.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.354084 29848 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:52.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.354372 29848 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:52.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.354611 29848 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:52.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.354839 29848 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:52.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.354992 29848 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39981/jwks.json
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:52.391947 29848 master_runner.cc:387] Master server non-default flags:
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.35.20:42901
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/data
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/wal
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40291
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.35.62:40275,127.29.35.61:42841,127.29.35.60:45151
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:52.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.35.62:40275
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39981/jwks.json
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/data/info.pb
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.35.62
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/logs
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:51:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:52.393510 29848 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:51:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:52.395845 29848 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:52.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.408181 29854 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:51:53.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:53.809682 29853 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 29848
23:51:53.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:53.972015 29853 kernel_stack_watchdog.cc:198] Thread 29848 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 399ms:
23:51:53.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
23:51:53.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
23:51:53.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
23:51:53.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
23:51:53.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:52.408295 29855 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:51:53.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:53.973258 29848 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.566s	user 0.655s	sys 0.910s
23:51:53.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:53.973644 29848 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.566s	user 0.655s	sys 0.910s
23:51:53.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:53.975593 29857 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:51:53.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:53.978164 29856 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1565 milliseconds
23:51:53.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.978240 29848 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:51:53.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.979822 29848 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:53.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.982290 29848 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:53.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.983702 29848 hybrid_clock.cc:648] HybridClock initialized: now 1783468313983637 us; error 68 us; skew 500 ppm
23:51:53.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.984608 29848 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:51:53.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.991009 29848 webserver.cc:534] Webserver started at http://127.29.35.62:44059/ using document root <none> and password file <none>
23:51:53.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.991968 29848 fs_manager.cc:362] Metadata directory not provided
23:51:53.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.992177 29848 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:53.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.992573 29848 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:53.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.996999 29848 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/data/instance:
23:51:53.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d8a426b38f1449579513a045e1ae879e"
23:51:53.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:53 on dist-test-slave-152c"
23:51:53.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.998220 29848 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/wal/instance:
23:51:53.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d8a426b38f1449579513a045e1ae879e"
23:51:53.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:53 on dist-test-slave-152c"
23:51:54.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.006421 29848 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.001s	sys 0.005s
23:51:54.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.013603 29864 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:54.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.015184 29848 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.007s	sys 0.000s
23:51:54.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.015529 29848 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/wal
23:51:54.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d8a426b38f1449579513a045e1ae879e"
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:53 on dist-test-slave-152c"
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.015857 29848 fs_report.cc:389] FS layout report
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/wal
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/wal
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/data/data
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:54.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:54.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.062214 29848 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.063773 29848 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:51:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.064214 29848 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:54.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.134032 29848 rpc_server.cc:307] RPC server started. Bound to: 127.29.35.62:40275
23:51:54.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.134181 29915 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.35.62:40275 every 8 connection(s)
23:51:54.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.136765 29848 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/data/info.pb
23:51:54.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.142514 29916 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:51:54.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.147619 29836 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 29848
23:51:54.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.148046 29836 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-0/wal/instance
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.151604 29836 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/wal
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/data
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/logs
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/data/info.pb
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.35.61:42841
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.35.61
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.35.20:42901
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.35.62:40275,127.29.35.61:42841,127.29.35.60:45151
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39981/jwks.json
23:51:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40291 with env {}
23:51:54.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.154289 29916 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.186231 29916 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.188789 29865 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.35.61:42841: connect: Connection refused (error 111)
23:51:54.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.192971 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.61:42841: Network error: Client connection negotiation failed: client connection to 127.29.35.61:42841: connect: Connection refused (error 111)
23:51:54.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.242563 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } attempt: 1
23:51:54.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.247186 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.61:42841: Network error: Client connection negotiation failed: client connection to 127.29.35.61:42841: connect: Connection refused (error 111)
23:51:54.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.315721 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } attempt: 2
23:51:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.320065 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.61:42841: Network error: Client connection negotiation failed: client connection to 127.29.35.61:42841: connect: Connection refused (error 111)
23:51:54.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.411550 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } attempt: 3
23:51:54.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.415964 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.61:42841: Network error: Client connection negotiation failed: client connection to 127.29.35.61:42841: connect: Connection refused (error 111)
23:51:54.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.462693 29917 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:54.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.463264 29917 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:54.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.463853 29917 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.496583 29917 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.496904 29917 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.497102 29917 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.497296 29917 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.497483 29917 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.497642 29917 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39981/jwks.json
23:51:54.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.535295 29917 master_runner.cc:387] Master server non-default flags:
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.35.20:42901
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/data
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/wal
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40291
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.35.62:40275,127.29.35.61:42841,127.29.35.60:45151
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.35.61:42841
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39981/jwks.json
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/data/info.pb
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.35.61
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/logs
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:51:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.536736 29917 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:51:54.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.538391 29917 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:54.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.549860 29926 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:51:54.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.559444 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } attempt: 4
23:51:54.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.566574 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.61:42841: Network error: Client connection negotiation failed: client connection to 127.29.35.61:42841: connect: Connection refused (error 111)
23:51:54.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.866097 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } attempt: 5
23:51:54.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.873253 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.61:42841: Network error: Client connection negotiation failed: client connection to 127.29.35.61:42841: connect: Connection refused (error 111)
23:51:55.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:55.420755 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } attempt: 6
23:51:55.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:55.446465 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.61:42841: Network error: Client connection negotiation failed: client connection to 127.29.35.61:42841: connect: Connection refused (error 111)
23:51:56.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:55.952521 29925 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 29917
23:51:56.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.109637 29917 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.558s	user 0.660s	sys 0.898s
23:51:56.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.550886 29927 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:51:56.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.110044 29917 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.559s	user 0.660s	sys 0.898s
23:51:56.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.113163 29929 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:51:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.116444 29928 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1564 milliseconds
23:51:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.116503 29917 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:51:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.117789 29917 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.120328 29917 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:56.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.121764 29917 hybrid_clock.cc:648] HybridClock initialized: now 1783468316121714 us; error 55 us; skew 500 ppm
23:51:56.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.122678 29917 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:51:56.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.128924 29917 webserver.cc:534] Webserver started at http://127.29.35.61:38565/ using document root <none> and password file <none>
23:51:56.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.129858 29917 fs_manager.cc:362] Metadata directory not provided
23:51:56.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.130257 29917 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:56.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.131132 29917 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:56.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.135627 29917 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/data/instance:
23:51:56.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "873ab5868f9a477d8a295ce33793cdfd"
23:51:56.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:56 on dist-test-slave-152c"
23:51:56.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.136793 29917 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/wal/instance:
23:51:56.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "873ab5868f9a477d8a295ce33793cdfd"
23:51:56.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:56 on dist-test-slave-152c"
23:51:56.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.144409 29917 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
23:51:56.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.150429 29938 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.151701 29917 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.152052 29917 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/wal
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "873ab5868f9a477d8a295ce33793cdfd"
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:56 on dist-test-slave-152c"
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.152385 29917 fs_report.cc:389] FS layout report
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/wal
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/wal
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/data/data
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:56.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.203783 29917 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:56.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.205318 29917 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:51:56.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.205775 29917 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:56.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.278119 29917 rpc_server.cc:307] RPC server started. Bound to: 127.29.35.61:42841
23:51:56.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.278270 29989 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.35.61:42841 every 8 connection(s)
23:51:56.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.280845 29917 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/data/info.pb
23:51:56.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.287484 29990 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:51:56.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.288898 29836 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 29917
23:51:56.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.289538 29836 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-1/wal/instance
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.293025 29836 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/wal
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/data
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/logs
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/data/info.pb
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:56.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.35.60:45151
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.35.60
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.35.20:42901
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.35.62:40275,127.29.35.61:42841,127.29.35.60:45151
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39981/jwks.json
23:51:56.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40291 with env {}
23:51:56.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.302474 29990 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } has no permanent_uuid. Determining permanent_uuid...
23:51:56.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.326550 29990 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } has no permanent_uuid. Determining permanent_uuid...
23:51:56.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.342305 29990 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } has no permanent_uuid. Determining permanent_uuid...
23:51:56.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.345216 29942 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.350063 29990 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.399598 29990 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 1
23:51:56.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.404184 29990 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.472596 29990 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 2
23:51:56.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.476876 29990 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.507040 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } attempt: 7
23:51:56.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.519285 29916 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } has no permanent_uuid. Determining permanent_uuid...
23:51:56.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.525269 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.568326 29990 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 3
23:51:56.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.572939 29990 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.583699 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 1
23:51:56.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.588351 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.615442 29991 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:56.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.616019 29991 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:56.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.616492 29991 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:56.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.650688 29991 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:56.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.650985 29991 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:56.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.651199 29991 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:56.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.651440 29991 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:56.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.651643 29991 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:56.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.651793 29991 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39981/jwks.json
23:51:56.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.669771 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 2
23:51:56.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.674521 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.690091 29991 master_runner.cc:387] Master server non-default flags:
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.35.20:42901
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/data
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/wal
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40291
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.35.62:40275,127.29.35.61:42841,127.29.35.60:45151
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:56.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.35.60:45151
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39981/jwks.json
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/data/info.pb
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.35.60
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/logs
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:51:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.691433 29991 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:51:56.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.693043 29991 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:56.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.704118 30003 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:51:56.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.716351 29990 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 4
23:51:56.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.722628 29990 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.759991 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 3
23:51:56.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.767700 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:56.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:56.908205 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 4
23:51:56.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.916440 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:57.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:57.022176 29990 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 5
23:51:57.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:57.030292 29990 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:57.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:57.199924 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 5
23:51:57.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:57.208657 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:57.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:57.578245 29990 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 6
23:51:57.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:57.603202 29990 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:57.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:57.761181 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 6
23:51:57.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:57.790225 29916 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.35.60:45151: Network error: Client connection negotiation failed: client connection to 127.29.35.60:45151: connect: Connection refused (error 111)
23:51:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.705533 30004 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:51:58.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.049129 29991 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.345s	user 0.004s	sys 0.002s
23:51:58.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.049333 30005 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1340 milliseconds
23:51:58.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.049890 29991 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.346s	user 0.004s	sys 0.002s
23:51:58.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.050787 30006 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:51:58.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.050849 29991 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:51:58.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.052131 29991 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.059221 29991 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:58.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.060679 29991 hybrid_clock.cc:648] HybridClock initialized: now 1783468318060609 us; error 70 us; skew 500 ppm
23:51:58.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.061962 29991 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:51:58.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.071048 29991 webserver.cc:534] Webserver started at http://127.29.35.60:37057/ using document root <none> and password file <none>
23:51:58.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.072364 29991 fs_manager.cc:362] Metadata directory not provided
23:51:58.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.072667 29991 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:58.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.073235 29991 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:58.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.079754 29991 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/data/instance:
23:51:58.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bb4adca3180843dfa5e8a9f5edaa6797"
23:51:58.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:58 on dist-test-slave-152c"
23:51:58.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.081597 29991 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/wal/instance:
23:51:58.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bb4adca3180843dfa5e8a9f5edaa6797"
23:51:58.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:58 on dist-test-slave-152c"
23:51:58.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.091528 29991 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.007s	sys 0.005s
23:51:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.099470 30017 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:58.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.100914 29991 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.003s
23:51:58.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.101348 29991 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/wal
23:51:58.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bb4adca3180843dfa5e8a9f5edaa6797"
23:51:58.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:58 on dist-test-slave-152c"
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.101795 29991 fs_report.cc:389] FS layout report
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/wal
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/wal
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/data/data
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.179646 29991 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.181093 29991 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:51:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.181531 29991 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:58.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.253230 29991 rpc_server.cc:307] RPC server started. Bound to: 127.29.35.60:45151
23:51:58.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.253304 30068 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.35.60:45151 every 8 connection(s)
23:51:58.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.256055 29991 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/data/info.pb
23:51:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.261869 30069 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:51:58.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.265247 29836 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 29991
23:51:58.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.265715 29836 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster15890239356433412419/master-2/wal/instance
23:51:58.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.275238 30069 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } has no permanent_uuid. Determining permanent_uuid...
23:51:58.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.303292 30069 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } has no permanent_uuid. Determining permanent_uuid...
23:51:58.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.316246 30069 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } has no permanent_uuid. Determining permanent_uuid...
23:51:58.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.331574 29836 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:51:58.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.333837 30069 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797: Bootstrap starting.
23:51:58.339 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:51:58.340 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:51:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.340195 30069 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797: Neither blocks nor log segments found. Creating new log.
23:51:58.341 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.35.62"
      port: 40275
    }
    bound_http_address {
      host: "127.29.35.62"
      port: 44059
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.35.61"
      port: 42841
    }
    bound_http_address {
      host: "127.29.35.61"
      port: 38565
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.35.60"
      port: 45151
    }
    bound_http_address {
      host: "127.29.35.60"
      port: 37057
    }
  }
}

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

23:51:58.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.342525 30069 log.cc:826] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797: Log is configured to *not* fsync() on all Append() calls
23:51:58.343 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:51:58.344 [INFO - Metastore-Handler-Pool: Thread-92] (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=329f693a-43ff-41a2-8dd1-2227eb9c9a09, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.35.61:42841,127.29.35.60:45151,127.29.35.62:40275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:58.347 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:51:58.347 [INFO - Metastore-Handler-Pool: Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:51:58.347 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30b3e568, with PersistenceManager: null will be shutdown
23:51:58.348 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30b3e568, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73b02fa created in the thread with id: 92
23:51:58.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.348716 30069 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797: No bootstrap required, opened a new log
23:51:58.354 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30b3e568
23:51:58.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.372670 30069 raft_consensus.cc:359] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } }
23:51:58.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.373423 30069 raft_consensus.cc:385] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:51:58.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.373701 30069 raft_consensus.cc:740] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb4adca3180843dfa5e8a9f5edaa6797, State: Initialized, Role: FOLLOWER
23:51:58.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.374670 30069 consensus_queue.cc:260] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [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: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } }
23:51:58.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.382691 30077 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [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: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:58.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.383976 30077 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [sys.catalog]: This master's current role is: FOLLOWER
23:51:58.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.385018 30069 sys_catalog.cc:565] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [sys.catalog]: configured and running, proceeding with master startup.
23:51:58.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.436743 30023 tablet.cc:2406] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:51:58.481 [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:51:58.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.482509 30089 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:58.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.522393 30093 catalog_manager.cc:1593] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:51:58.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.523146 30093 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:51:58.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.503870 29991 master_runner.cc:187] Error getting master registration for 127.29.35.62:40275: OK, instance_id { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" instance_seqno: 1783468314114770 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:51:58.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.550297 29991 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:51:58.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.663695 29990 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 7
23:51:58.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.709534 29990 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd: Bootstrap starting.
23:51:58.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.729640 29990 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd: Neither blocks nor log segments found. Creating new log.
23:51:58.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.740795 29990 log.cc:826] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd: Log is configured to *not* fsync() on all Append() calls
23:51:58.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.759804 30077 raft_consensus.cc:493] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:51:58.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.760402 30077 raft_consensus.cc:515] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } }
23:51:58.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.761761 29990 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd: No bootstrap required, opened a new log
23:51:58.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.768965 30077 leader_election.cc:290] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8a426b38f1449579513a045e1ae879e (127.29.35.62:40275), 873ab5868f9a477d8a295ce33793cdfd (127.29.35.61:42841)
23:51:58.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.801391 29990 raft_consensus.cc:359] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } }
23:51:58.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.802280 29990 raft_consensus.cc:385] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:51:58.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.802564 29990 raft_consensus.cc:740] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 873ab5868f9a477d8a295ce33793cdfd, State: Initialized, Role: FOLLOWER
23:51:58.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.803576 29990 consensus_queue.cc:260] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [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: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } }
23:51:58.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.815685 30097 sys_catalog.cc:455] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [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: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:58.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.816496 30097 sys_catalog.cc:458] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [sys.catalog]: This master's current role is: FOLLOWER
23:51:58.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.822249 29990 sys_catalog.cc:565] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [sys.catalog]: configured and running, proceeding with master startup.
23:51:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.822391 29965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "873ab5868f9a477d8a295ce33793cdfd" is_pre_election: true
23:51:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.823380 29965 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bb4adca3180843dfa5e8a9f5edaa6797 in term 0.
23:51:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.824484 29916 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } attempt: 7
23:51:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.827127 30018 leader_election.cc:304] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [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: 873ab5868f9a477d8a295ce33793cdfd, bb4adca3180843dfa5e8a9f5edaa6797; no voters: 
23:51:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.828452 30077 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:51:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.828807 30077 raft_consensus.cc:493] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:51:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.829139 30077 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 0 FOLLOWER]: Advancing to term 1
23:51:58.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.883865 29916 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e: Bootstrap starting.
23:51:58.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.905442 29916 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e: Neither blocks nor log segments found. Creating new log.
23:51:58.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.908025 29916 log.cc:826] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e: Log is configured to *not* fsync() on all Append() calls
23:51:58.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.907769 30077 raft_consensus.cc:515] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } }
23:51:58.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.909857 30077 leader_election.cc:290] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [CANDIDATE]: Term 1 election: Requested vote from peers d8a426b38f1449579513a045e1ae879e (127.29.35.62:40275), 873ab5868f9a477d8a295ce33793cdfd (127.29.35.61:42841)
23:51:58.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.912299 29965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "873ab5868f9a477d8a295ce33793cdfd"
23:51:58.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.912915 29965 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [term 0 FOLLOWER]: Advancing to term 1
23:51:58.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.925678 29916 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e: No bootstrap required, opened a new log
23:51:58.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.947014 29965 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bb4adca3180843dfa5e8a9f5edaa6797 in term 1.
23:51:58.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.948848 30018 leader_election.cc:304] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [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: 873ab5868f9a477d8a295ce33793cdfd, bb4adca3180843dfa5e8a9f5edaa6797; no voters: 
23:51:58.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.949997 30077 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 1 FOLLOWER]: Leader election won for term 1
23:51:58.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.964390 29944 tablet.cc:2406] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:51:58.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.969619 30077 raft_consensus.cc:697] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [term 1 LEADER]: Becoming Leader. State: Replica: bb4adca3180843dfa5e8a9f5edaa6797, State: Running, Role: LEADER
23:51:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.970686 30077 consensus_queue.cc:237] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [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: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } }
23:51:58.981 [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:51:58.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:58.982141 30111 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:58.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.989409 30110 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [sys.catalog]: SysCatalogTable state changed. Reason: New leader bb4adca3180843dfa5e8a9f5edaa6797. Latest consensus state: current_term: 1 leader_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:58.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.990401 30110 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [sys.catalog]: This master's current role is: LEADER
23:51:58.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.993959 30116 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:51:58.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.996250 30117 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:51:59.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.013782 30117 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:51:59.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.056574 29965 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [term 1 FOLLOWER]: Refusing update from remote peer bb4adca3180843dfa5e8a9f5edaa6797: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:51:59.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.058995 30110 consensus_queue.cc:1048] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [LEADER]: Connected to new peer: Peer: permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:51:59.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.998826 29917 master_runner.cc:187] Error getting master registration for 127.29.35.62:40275: OK, instance_id { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" instance_seqno: 1783468314114770 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:51:59.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.119407 29917 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:51:59.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.191038 29916 raft_consensus.cc:359] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } }
23:51:59.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.191995 29916 raft_consensus.cc:385] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:51:59.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.192282 29916 raft_consensus.cc:740] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8a426b38f1449579513a045e1ae879e, State: Initialized, Role: FOLLOWER
23:51:59.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.193315 29916 consensus_queue.cc:260] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [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: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } }
23:51:59.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.205854 30097 sys_catalog.cc:455] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [sys.catalog]: SysCatalogTable state changed. Reason: New leader bb4adca3180843dfa5e8a9f5edaa6797. Latest consensus state: current_term: 1 leader_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.207055 30097 sys_catalog.cc:458] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [sys.catalog]: This master's current role is: FOLLOWER
23:51:59.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.207724 30121 sys_catalog.cc:455] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [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: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:59.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.208504 30121 sys_catalog.cc:458] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [sys.catalog]: This master's current role is: FOLLOWER
23:51:59.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.216183 29916 sys_catalog.cc:565] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [sys.catalog]: configured and running, proceeding with master startup.
23:51:59.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.216348 29891 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8a426b38f1449579513a045e1ae879e" is_pre_election: true
23:51:59.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.217228 29891 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bb4adca3180843dfa5e8a9f5edaa6797 in term 0.
23:51:59.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.219252 29889 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [term 0 FOLLOWER]: Advancing to term 1
23:51:59.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.223281 29890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8a426b38f1449579513a045e1ae879e"
23:51:59.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.227737 29889 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [term 1 FOLLOWER]: Refusing update from remote peer bb4adca3180843dfa5e8a9f5edaa6797: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:51:59.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.230763 30118 mvcc.cc:204] Tried to move back new op lower bound from 7305086234837585920 to 7305086234515353600. Current Snapshot: MvccSnapshot[applied={T|T < 7305086234837585920}]
23:51:59.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.234025 30077 consensus_queue.cc:1048] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:51:59.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.245828 30077 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:59.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.247252 30077 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [sys.catalog]: This master's current role is: LEADER
23:51:59.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.260015 30117 catalog_manager.cc:1382] Generated new cluster ID: 7d8754a5d02f46eaa96523e54334bd6a
23:51:59.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.260324 30117 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:51:59.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.276620 30097 sys_catalog.cc:455] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:59.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.277346 30097 sys_catalog.cc:458] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd [sys.catalog]: This master's current role is: FOLLOWER
23:51:59.321 [WARN - Metastore-Handler-Pool: Thread-92] (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:51:59.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.326892 29870 tablet.cc:2406] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:51:59.339 [WARN - Metastore-Handler-Pool: Thread-92] (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:51:59.339 [WARN - Metastore-Handler-Pool: Thread-92] (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:51:59.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.368700 30121 sys_catalog.cc:455] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [sys.catalog]: SysCatalogTable state changed. Reason: New leader bb4adca3180843dfa5e8a9f5edaa6797. Latest consensus state: current_term: 1 leader_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:59.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.369517 30121 sys_catalog.cc:458] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [sys.catalog]: This master's current role is: FOLLOWER
23:51:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.368781 30129 sys_catalog.cc:455] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.372830 30129 sys_catalog.cc:458] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e [sys.catalog]: This master's current role is: FOLLOWER
23:51:59.431 [INFO - Metastore-Handler-Pool: Thread-96] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:59.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.438493 30110 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8a426b38f1449579513a045e1ae879e" member_type: VOTER last_known_addr { host: "127.29.35.62" port: 40275 } } peers { permanent_uuid: "873ab5868f9a477d8a295ce33793cdfd" member_type: VOTER last_known_addr { host: "127.29.35.61" port: 42841 } } peers { permanent_uuid: "bb4adca3180843dfa5e8a9f5edaa6797" member_type: VOTER last_known_addr { host: "127.29.35.60" port: 45151 } } }
23:51:59.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.439227 30110 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797 [sys.catalog]: This master's current role is: LEADER
23:51:59.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.450423 30117 catalog_manager.cc:1405] Generated new certificate authority record
23:51:59.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.463608 30117 catalog_manager.cc:1539] Loading token signing keys...
23:51:59.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.467263 30138 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:59.473 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:59.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.475065 30142 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:51:59.502 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive5356353438310582102/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=329f693a-43ff-41a2-8dd1-2227eb9c9a09, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.35.61:42841,127.29.35.60:45151,127.29.35.62:40275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:59.505 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5356353438310582102/external-warehouse/table
23:51:59.507 [INFO - Metastore-Handler-Pool: Thread-97] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:59.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.508261 30089 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:59.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.530788 30117 catalog_manager.cc:6069] T 00000000000000000000000000000000 P bb4adca3180843dfa5e8a9f5edaa6797: Generated new TSK 0
23:51:59.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.531942 30117 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:51:59.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.545995 30117 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:51:59.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.553745 30117 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:51:59.724 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:51:59.824 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
23:51:59.826 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:00.001 [INFO - Metastore-Handler-Pool: Thread-100] (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:52:00.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.003365 30111 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:00.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.008611 30116 catalog_manager.cc:1294] Loaded cluster ID: 7d8754a5d02f46eaa96523e54334bd6a
23:52:00.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.009207 30116 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd: loading cluster ID for follower catalog manager: success
23:52:00.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.016837 30116 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd: acquiring CA information for follower catalog manager: success
23:52:00.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.030192 30116 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 873ab5868f9a477d8a295ce33793cdfd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:00.031 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:00.434 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:00.479 [INFO - Metastore-Handler-Pool: Thread-101] (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:52:00.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.480392 30138 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:00.504 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:00.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.505514 30142 catalog_manager.cc:1294] Loaded cluster ID: 7d8754a5d02f46eaa96523e54334bd6a
23:52:00.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.506070 30142 catalog_manager.cc:1587] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e: loading cluster ID for follower catalog manager: success
23:52:00.519 [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:52:00.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.520275 30089 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:00.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.542958 30142 catalog_manager.cc:1609] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e: acquiring CA information for follower catalog manager: success
23:52:00.570 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:00.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.572070 30142 catalog_manager.cc:1637] T 00000000000000000000000000000000 P d8a426b38f1449579513a045e1ae879e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:00.846 [DEBUG - Metastore-Handler-Pool: Thread-92] (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:52:00.859 [DEBUG - Metastore-Handler-Pool: Thread-92] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:52:00.863 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.29.35.61:42841(127.29.35.61:42841)] connecting to peer
23:52:00.875 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.29.35.60:45151(127.29.35.60:45151)] connecting to peer
23:52:00.876 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.35.61:42841(127.29.35.61:42841)] Successfully connected to peer
23:52:00.892 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.29.35.62:40275(127.29.35.62:40275)] connecting to peer
23:52:00.909 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.35.62:40275(127.29.35.62:40275)] Successfully connected to peer
23:52:00.912 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.35.60:45151(127.29.35.60:45151)] Successfully connected to peer
23:52:00.913 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.35.61
23:52:00.952 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.35.60
23:52:00.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:52:01.000 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.35.62
23:52:01.020 [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:52:01.023 [INFO - Metastore-Handler-Pool: Thread-107] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:01.024197 30111 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:01.034 [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:52:01.051 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x7ac2916e, L:/127.0.0.1:52450 - R:/127.29.35.61:42841] using SASL/PLAIN
23:52:01.055 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7b8f6d98, L:/127.0.0.1:60726 - R:/127.29.35.60:45151] using SASL/PLAIN
23:52:01.065 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:52:01.066 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x58eb33d5, L:/127.0.0.1:33524 - R:/127.29.35.62:40275] using SASL/PLAIN
23:52:01.077 [ERROR - Metastore-Handler-Pool: Thread-92] (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:52:01.084 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:01.162 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:01.171 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:01.330 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:01.396 [INFO - Metastore-Handler-Pool: Thread-92] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:52:01.403 [INFO - Metastore-Handler-Pool: Thread-92] (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=329f693a-43ff-41a2-8dd1-2227eb9c9a09, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.35.61:42841,127.29.35.60:45151,127.29.35.62:40275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:01.439 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:01.454 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive5356353438310582102/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=329f693a-43ff-41a2-8dd1-2227eb9c9a09, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.35.61:42841,127.29.35.60:45151,127.29.35.62:40275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:01.457 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5356353438310582102/external-warehouse/table
23:52:01.492 [INFO - Metastore-Handler-Pool: Thread-109] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:01.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:01.493036 30138 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:01.535 [INFO - Metastore-Handler-Pool: Thread-110] (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:52:01.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:01.536337 30089 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:01.587 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:01.653 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:01.656 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:01.735 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:01.784 [INFO - Metastore-Handler-Pool: Thread-92] (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:52:01.787 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:01.808 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive5356353438310582102/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:52:01.810 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive5356353438310582102/external-warehouse/table specified for non-external table:table
23:52:01.818 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5356353438310582102/external-warehouse/table
23:52:01.883 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:01.932 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:01.943 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:02.010 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:02.038 [INFO - Metastore-Handler-Pool: Thread-112] (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:52:02.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:02.039395 30111 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:02.077 [ERROR - Metastore-Handler-Pool: Thread-92] (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:52:02.085 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:02.147 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:02.162 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:02.241 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:02.299 [INFO - Metastore-Handler-Pool: Thread-92] (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:52:02.314 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:02.322 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive5356353438310582102/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:52:02.324 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive5356353438310582102/external-warehouse/table specified for non-external table:table
23:52:02.325 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5356353438310582102/external-warehouse/table
23:52:02.379 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:02.419 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:02.421 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:02.469 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:02.503 [INFO - Metastore-Handler-Pool: Thread-114] (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:52:02.504 [ERROR - Metastore-Handler-Pool: Thread-92] (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:52:02.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:02.504504 30138 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:02.507 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:02.525 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:02.539 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:02.544 [INFO - Metastore-Handler-Pool: Thread-115] (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:52:02.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:02.545683 30089 client.h:373] Failed to connect to Hive Metastore (localhost:40291): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:02.567 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:02.611 [INFO - Metastore-Handler-Pool: Thread-92] (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:52:02.614 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:02.617 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive5356353438310582102/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:52:02.624 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5356353438310582102/external-warehouse/table
23:52:02.664 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:02.690 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:02.703 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:02.767 [WARN - Metastore-Handler-Pool: Thread-92] (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:52:02.816 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:02.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:02.817131 29836 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 29848
23:52:02.824 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:52:02.825 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30b3e568, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73b02fa will be shutdown
23:52:02.825 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:52:02.850 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.35.62:40275(127.29.35.62:40275)] handling channelInactive
23:52:02.850 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.35.62:40275(127.29.35.62:40275)] cleaning up while in state READY due to: connection closed
23:52:02.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:02.851787 29836 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 29917
23:52:02.876 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.35.61:42841(127.29.35.61:42841)] handling channelInactive
23:52:02.877 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.35.61:42841(127.29.35.61:42841)] cleaning up while in state READY due to: connection closed
23:52:02.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:02.877710 29836 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 29991
23:52:02.904 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.35.60:45151(127.29.35.60:45151)] handling channelInactive
23:52:02.904 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.35.60:45151(127.29.35.60:45151)] cleaning up while in state READY due to: connection closed
23:52:03.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:03Z chronyd exiting
.23:52:04.987 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:04.987 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:04.987 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:05.009 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive14051886918019730810
23:52:05.010 [INFO - Thread-81] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:52:05.010 [INFO - Thread-81] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:52:05.013 [INFO - Thread-81] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:05.013 [INFO - Thread-81] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:05.014 [INFO - Thread-81] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:52:05.014 [INFO - Thread-81] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:52:05.016 [INFO - Thread-81] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:52:05.016 [INFO - Thread-81] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:52:05.017 [INFO - Thread-81] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:52:05.017 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:52:05.019 [INFO - Thread-81] (HikariDataSource.java:80) objectstore - Starting...
23:52:05.096 [INFO - Thread-81] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:05.097 [INFO - Thread-81] (HikariDataSource.java:82) objectstore - Start completed.
23:52:05.097 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:52:05.099 [INFO - Thread-81] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:52:05.101 [INFO - Thread-81] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:05.102 [INFO - Thread-81] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:52:05.120 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:52:05.120 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:52:05.120 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:52:05.145 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.146 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.147 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.147 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.147 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.148 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.360 [INFO - Thread-81] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:52:05.360 [INFO - Thread-81] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14d3067, with PersistenceManager: null will be shutdown
23:52:05.361 [INFO - Thread-81] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14d3067, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@47b65e12 created in the thread with id: 117
23:52:05.363 [WARN - Thread-81] (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:52:05.364 [INFO - Thread-81] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14d3067
23:52:05.487 [INFO - Thread-81] (HMSHandler.java:595) Started creating a default database with name: default
23:52:05.510 [INFO - Thread-81] (HMSHandler.java:605) Successfully created a default database with name: default
23:52:05.545 [INFO - Thread-81] (HMSHandler.java:668) Added admin role in metastore
23:52:05.547 [INFO - Thread-81] (HMSHandler.java:677) Added public role in metastore
23:52:05.583 [INFO - Thread-81] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:52:05.584 [INFO - Thread-81] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:52:05.584 [INFO - Thread-81] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:52:05.584 [INFO - Thread-81] (HiveMetaStore.java:697) Direct SQL optimization = true
23:52:05.585 [WARN - Thread-81] (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:52:05.585 [INFO - Thread-81] (HiveMetaStore.java:632) Started the new metaserver on port [40569]...
23:52:05.585 [INFO - Thread-81] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:52:05.585 [INFO - Thread-81] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:52:05.585 [INFO - Thread-81] (HiveMetaStore.java:635) TCP keepalive = true
23:52:05.585 [INFO - Thread-81] (HiveMetaStore.java:636) Enable SSL = false
23:52:06.012 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:06.012 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:06.013 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:06.015 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:52:06.015 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40569]
23:52:06.015 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40569) in binary transport mode
23:52:06.016 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40569) current connections: 1
23:52:06.017 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskHL7rxV/test-tmp
23:52:06.018 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
23:52:06.018 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskHL7rxV/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
23:52:06.021 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40569"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:52:06.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.361563 30199 mini_oidc.cc:150] Starting JWKS server
23:52:06.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.364905 30199 webserver.cc:534] Webserver started at http://127.0.0.1:42815/ using document root <none> and password file <none>
23:52:06.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.365430 30199 mini_oidc.cc:186] Starting OIDC Discovery server
23:52:06.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.367177 30199 webserver.cc:534] Webserver started at http://127.0.0.1:45465/ using document root <none> and password file <none>
23:52:06.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:06Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:52:06.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:06Z Disabled control of system clock
23:52:06.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.433426 30199 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/wal
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/data
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/logs
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/data/info.pb
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.125.254:33277
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.125.254
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.125.212:33645
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.125.254:33277,127.29.125.253:36845,127.29.125.252:44253
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42815/jwks.json
23:52:06.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40569 with env {}
23:52:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.746551 30211 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.747151 30211 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.747614 30211 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.780053 30211 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.780352 30211 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.780543 30211 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.780753 30211 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:06.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.780946 30211 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:06.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.781141 30211 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42815/jwks.json
23:52:06.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.818390 30211 master_runner.cc:387] Master server non-default flags:
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.125.212:33645
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/data
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/wal
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40569
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.125.254:33277,127.29.125.253:36845,127.29.125.252:44253
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.125.254:33277
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42815/jwks.json
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/data/info.pb
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.125.254
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/logs
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:06.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:06.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.819839 30211 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:52:06.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.821549 30211 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:06.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.833374 30217 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:52:07.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.833773 30218 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:52:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.956398 30220 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:52:07.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.959021 30211 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.126s	user 0.386s	sys 0.740s
23:52:07.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.959414 30211 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.126s	user 0.386s	sys 0.740s
23:52:07.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.959769 30219 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1119 milliseconds
23:52:07.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.959834 30211 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:07.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.961297 30211 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:07.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.964735 30211 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:07.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.968380 30211 hybrid_clock.cc:648] HybridClock initialized: now 1783468327968320 us; error 63 us; skew 500 ppm
23:52:07.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.969609 30211 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:07.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.977427 30211 webserver.cc:534] Webserver started at http://127.29.125.254:34289/ using document root <none> and password file <none>
23:52:07.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.978619 30211 fs_manager.cc:362] Metadata directory not provided
23:52:07.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.978914 30211 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:07.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.979441 30211 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:07.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.984045 30211 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/data/instance:
23:52:07.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7be2fb9222444e9e96fc7ae9d0f75494"
23:52:07.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:07 on dist-test-slave-152c"
23:52:07.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.985359 30211 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/wal/instance:
23:52:07.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7be2fb9222444e9e96fc7ae9d0f75494"
23:52:07.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:07 on dist-test-slave-152c"
23:52:07.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.993710 30211 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.001s	sys 0.009s
23:52:08.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.000124 30227 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:08.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.001315 30211 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
23:52:08.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.001616 30211 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/wal
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7be2fb9222444e9e96fc7ae9d0f75494"
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:07 on dist-test-slave-152c"
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.001947 30211 fs_report.cc:389] FS layout report
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/wal
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/wal
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/data/data
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:08.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:08.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:08.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:08.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:08.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:08.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:08.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.078002 30211 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:08.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.079605 30211 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:52:08.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.080044 30211 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:08.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.154922 30211 rpc_server.cc:307] RPC server started. Bound to: 127.29.125.254:33277
23:52:08.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.155064 30278 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.125.254:33277 every 8 connection(s)
23:52:08.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.158768 30211 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/data/info.pb
23:52:08.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.163177 30199 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 30211
23:52:08.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.163707 30199 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-0/wal/instance
23:52:08.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.166309 30279 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:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.169054 30199 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/wal
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/data
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/logs
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/data/info.pb
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.125.253:36845
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.125.253
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.125.212:33645
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.125.254:33277,127.29.125.253:36845,127.29.125.252:44253
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42815/jwks.json
23:52:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40569 with env {}
23:52:08.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.180022 30279 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } has no permanent_uuid. Determining permanent_uuid...
23:52:08.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.206843 30279 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } has no permanent_uuid. Determining permanent_uuid...
23:52:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.209474 30229 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.125.253:36845: connect: Connection refused (error 111)
23:52:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.214485 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.253:36845: Network error: Client connection negotiation failed: client connection to 127.29.125.253:36845: connect: Connection refused (error 111)
23:52:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.264123 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } attempt: 1
23:52:08.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.268951 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.253:36845: Network error: Client connection negotiation failed: client connection to 127.29.125.253:36845: connect: Connection refused (error 111)
23:52:08.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.337800 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } attempt: 2
23:52:08.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.342556 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.253:36845: Network error: Client connection negotiation failed: client connection to 127.29.125.253:36845: connect: Connection refused (error 111)
23:52:08.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.434052 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } attempt: 3
23:52:08.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.438804 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.253:36845: Network error: Client connection negotiation failed: client connection to 127.29.125.253:36845: connect: Connection refused (error 111)
23:52:08.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.501147 30280 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:08.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.501835 30280 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:08.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.502424 30280 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:08.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.535933 30280 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:08.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.536314 30280 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:08.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.536641 30280 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.536975 30280 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.537286 30280 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.537520 30280 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42815/jwks.json
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.574720 30280 master_runner.cc:387] Master server non-default flags:
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.125.212:33645
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/data
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/wal
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40569
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.125.254:33277,127.29.125.253:36845,127.29.125.252:44253
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.125.253:36845
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42815/jwks.json
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/data/info.pb
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.125.253
23:52:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/logs
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.576467 30280 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:52:08.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.578265 30280 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:08.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.582242 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } attempt: 4
23:52:08.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.587128 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.253:36845: Network error: Client connection negotiation failed: client connection to 127.29.125.253:36845: connect: Connection refused (error 111)
23:52:08.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.590678 30289 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:52:08.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.886577 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } attempt: 5
23:52:08.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.893786 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.253:36845: Network error: Client connection negotiation failed: client connection to 127.29.125.253:36845: connect: Connection refused (error 111)
23:52:09.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.441277 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } attempt: 6
23:52:09.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:09.465178 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.253:36845: Network error: Client connection negotiation failed: client connection to 127.29.125.253:36845: connect: Connection refused (error 111)
23:52:09.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.591266 30290 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:52:09.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:09.931937 30292 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:52:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:09.934378 30280 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.344s	user 0.485s	sys 0.854s
23:52:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:09.934930 30280 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.344s	user 0.489s	sys 0.854s
23:52:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:09.935050 30291 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1337 milliseconds
23:52:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.935230 30280 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:09.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.936832 30280 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:09.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.939633 30280 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:09.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.941071 30280 hybrid_clock.cc:648] HybridClock initialized: now 1783468329941016 us; error 66 us; skew 500 ppm
23:52:09.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.942183 30280 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:09.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.950321 30280 webserver.cc:534] Webserver started at http://127.29.125.253:41239/ using document root <none> and password file <none>
23:52:09.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.951416 30280 fs_manager.cc:362] Metadata directory not provided
23:52:09.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.951668 30280 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.952236 30280 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:09.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.957089 30280 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/data/instance:
23:52:09.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bb19a6ad22294fe58f32c5e8b1540ae2"
23:52:09.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:09 on dist-test-slave-152c"
23:52:09.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.958495 30280 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/wal/instance:
23:52:09.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bb19a6ad22294fe58f32c5e8b1540ae2"
23:52:09.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:09 on dist-test-slave-152c"
23:52:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.967978 30280 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.006s	sys 0.002s
23:52:09.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.975701 30301 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:09.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.977169 30280 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.001s
23:52:09.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.977511 30280 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/wal
23:52:09.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bb19a6ad22294fe58f32c5e8b1540ae2"
23:52:09.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:09 on dist-test-slave-152c"
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.977859 30280 fs_report.cc:389] FS layout report
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/wal
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/wal
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/data/data
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:09.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:10.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.052531 30280 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:10.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.054210 30280 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:52:10.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.054687 30280 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:10.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.129667 30280 rpc_server.cc:307] RPC server started. Bound to: 127.29.125.253:36845
23:52:10.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.129755 30352 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.125.253:36845 every 8 connection(s)
23:52:10.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.132591 30280 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/data/info.pb
23:52:10.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.133563 30199 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 30280
23:52:10.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.134150 30199 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-1/wal/instance
23:52:10.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.136468 30199 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:10.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/wal
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/data
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/logs
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/data/info.pb
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.125.252:44253
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.125.252
23:52:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.125.212:33645
23:52:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.125.254:33277,127.29.125.253:36845,127.29.125.252:44253
23:52:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42815/jwks.json
23:52:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40569 with env {}
23:52:10.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.139191 30353 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:52:10.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.151072 30353 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } has no permanent_uuid. Determining permanent_uuid...
23:52:10.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.186923 30353 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } has no permanent_uuid. Determining permanent_uuid...
23:52:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.201879 30353 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } has no permanent_uuid. Determining permanent_uuid...
23:52:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.204710 30304 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.208940 30353 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.258571 30353 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 1
23:52:10.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.262820 30353 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.331346 30353 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 2
23:52:10.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.336762 30353 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.428192 30353 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 3
23:52:10.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.432418 30353 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.465487 30354 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:10.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.466058 30354 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:10.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.466540 30354 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:10.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.499750 30354 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:10.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.500058 30354 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:10.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.500329 30354 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:10.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.500552 30354 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:10.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.500756 30354 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:10.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.500905 30354 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42815/jwks.json
23:52:10.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.525725 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } attempt: 7
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.541093 30354 master_runner.cc:387] Master server non-default flags:
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.125.212:33645
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/data
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/wal
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40569
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.125.254:33277,127.29.125.253:36845,127.29.125.252:44253
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.125.252:44253
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:10.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42815/jwks.json
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/data/info.pb
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.125.252
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/logs
23:52:10.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:10.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:10.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:10.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:10.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:10.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:10.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:10.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:10.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:10.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:10.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.541635 30279 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } has no permanent_uuid. Determining permanent_uuid...
23:52:10.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.542809 30354 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:52:10.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.544814 30354 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:10.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.548452 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.557248 30366 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:52:10.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.575933 30353 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 4
23:52:10.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.584106 30353 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.606927 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 1
23:52:10.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.615991 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.697530 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 2
23:52:10.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.709991 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.795522 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 3
23:52:10.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.803259 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.883630 30353 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 5
23:52:10.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.890794 30353 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:10.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.943888 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 4
23:52:10.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.950985 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:11.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.234520 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 5
23:52:11.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.242453 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.438328 30353 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 6
23:52:11.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.466989 30353 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:11.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:10.557806 30367 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:52:11.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.728644 30369 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:52:11.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.730448 30368 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1168 milliseconds
23:52:11.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.731179 30354 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.174s	user 0.467s	sys 0.704s
23:52:11.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.731523 30354 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.174s	user 0.467s	sys 0.704s
23:52:11.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.731805 30354 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.733319 30354 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:11.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.736531 30354 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.738317 30354 hybrid_clock.cc:648] HybridClock initialized: now 1783468331738263 us; error 44 us; skew 500 ppm
23:52:11.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.739498 30354 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:11.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.748395 30354 webserver.cc:534] Webserver started at http://127.29.125.252:36617/ using document root <none> and password file <none>
23:52:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.749709 30354 fs_manager.cc:362] Metadata directory not provided
23:52:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.750015 30354 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.750598 30354 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:11.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.757135 30354 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/data/instance:
23:52:11.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e089c80d4314403b1336b3fce0d3748"
23:52:11.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-152c"
23:52:11.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.758785 30354 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/wal/instance:
23:52:11.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e089c80d4314403b1336b3fce0d3748"
23:52:11.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-152c"
23:52:11.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.769716 30354 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.009s	sys 0.000s
23:52:11.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.777942 30378 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:11.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.779513 30354 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.006s	sys 0.000s
23:52:11.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.779933 30354 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/wal
23:52:11.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e089c80d4314403b1336b3fce0d3748"
23:52:11.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-152c"
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.780400 30354 fs_report.cc:389] FS layout report
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/wal
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/wal
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/data/data
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:11.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:11.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.795085 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 6
23:52:11.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.802233 30279 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.125.252:44253: Network error: Client connection negotiation failed: client connection to 127.29.125.252:44253: connect: Connection refused (error 111)
23:52:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.859373 30354 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:11.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.861220 30354 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:52:11.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.861653 30354 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:11.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.933339 30354 rpc_server.cc:307] RPC server started. Bound to: 127.29.125.252:44253
23:52:11.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.933411 30431 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.125.252:44253 every 8 connection(s)
23:52:11.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.936055 30354 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/data/info.pb
23:52:11.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.939327 30199 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 30354
23:52:11.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.939803 30199 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster8300547646740452843/master-2/wal/instance
23:52:11.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.942903 30432 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:52:11.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.957072 30432 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.977924 30432 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.992184 30432 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } has no permanent_uuid. Determining permanent_uuid...
23:52:12.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.005228 30199 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:52:12.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.009306 30432 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748: Bootstrap starting.
23:52:12.012 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:12.013 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:52:12.014 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.125.254"
      port: 33277
    }
    bound_http_address {
      host: "127.29.125.254"
      port: 34289
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.125.253"
      port: 36845
    }
    bound_http_address {
      host: "127.29.125.253"
      port: 41239
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.125.252"
      port: 44253
    }
    bound_http_address {
      host: "127.29.125.252"
      port: 36617
    }
  }
}

23:52:12.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.016110 30432 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748: Neither blocks nor log segments found. Creating new log.
23:52:12.016 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:52:12.017 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:12.018 [INFO - Metastore-Handler-Pool: Thread-138] (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:52:12.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.018494 30432 log.cc:826] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748: Log is configured to *not* fsync() on all Append() calls
23:52:12.020 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:12.020 [INFO - Metastore-Handler-Pool: Thread-138] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:12.020 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c567c99, with PersistenceManager: null will be shutdown
23:52:12.021 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c567c99, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2bd81c00 created in the thread with id: 138
23:52:12.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.023650 30432 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748: No bootstrap required, opened a new log
23:52:12.026 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c567c99
23:52:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.044514 30432 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } }
23:52:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.045240 30432 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:12.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.045533 30432 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e089c80d4314403b1336b3fce0d3748, State: Initialized, Role: FOLLOWER
23:52:12.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.047302 30432 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [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: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } }
23:52:12.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.054070 30432 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [sys.catalog]: configured and running, proceeding with master startup.
23:52:12.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.054482 30440 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [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: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:12.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.055912 30440 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [sys.catalog]: This master's current role is: FOLLOWER
23:52:12.091 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.092698 30451 client.h:373] Failed to connect to Hive Metastore (localhost:40569): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:12.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.101228 30454 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:12.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.101862 30454 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.116995 30386 tablet.cc:2406] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.096446 30354 master_runner.cc:187] Error getting master registration for 127.29.125.254:33277: OK, instance_id { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" instance_seqno: 1783468328134089 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.125865 30354 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:12.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.267179 30440 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:52:12.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.267795 30440 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } }
23:52:12.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.274837 30440 leader_election.cc:290] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7be2fb9222444e9e96fc7ae9d0f75494 (127.29.125.254:33277), bb19a6ad22294fe58f32c5e8b1540ae2 (127.29.125.253:36845)
23:52:12.486 [WARN - Metastore-Handler-Pool: Thread-138] (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:52:12.494 [WARN - Metastore-Handler-Pool: Thread-138] (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:52:12.495 [WARN - Metastore-Handler-Pool: Thread-138] (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:52:12.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.527503 30353 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 7
23:52:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.585079 30353 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2: Bootstrap starting.
23:52:12.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.615626 30353 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2: Neither blocks nor log segments found. Creating new log.
23:52:12.617 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:52:12.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.625025 30353 log.cc:826] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2: Log is configured to *not* fsync() on all Append() calls
23:52:12.630 [INFO - Metastore-Handler-Pool: Thread-138] (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/hive14051886918019730810/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:52:12.634 [INFO - Metastore-Handler-Pool: Thread-138] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14051886918019730810/external-warehouse/legacy_table
23:52:12.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.652328 30353 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2: No bootstrap required, opened a new log
23:52:12.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.745023 30353 raft_consensus.cc:359] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } }
23:52:12.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.750864 30353 raft_consensus.cc:385] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:12.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.751598 30353 raft_consensus.cc:740] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb19a6ad22294fe58f32c5e8b1540ae2, State: Initialized, Role: FOLLOWER
23:52:12.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.752959 30353 consensus_queue.cc:260] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [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: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } }
23:52:12.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.777089 30328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e089c80d4314403b1336b3fce0d3748" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" is_pre_election: true
23:52:12.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.778074 30328 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4e089c80d4314403b1336b3fce0d3748 in term 0.
23:52:12.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.779836 30382 leader_election.cc:304] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [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: 4e089c80d4314403b1336b3fce0d3748, bb19a6ad22294fe58f32c5e8b1540ae2; no voters: 
23:52:12.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.780429 30465 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [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: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:12.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.781313 30465 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [sys.catalog]: This master's current role is: FOLLOWER
23:52:12.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.781826 30353 sys_catalog.cc:565] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [sys.catalog]: configured and running, proceeding with master startup.
23:52:12.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.800062 30466 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:52:12.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.802125 30466 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:52:12.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.803972 30466 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 0 FOLLOWER]: Advancing to term 1
23:52:12.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.813760 30307 tablet.cc:2406] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:12.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.835618 30279 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } attempt: 7
23:52:12.838 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:52:12.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.851027 30466 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } }
23:52:12.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.870992 30328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e089c80d4314403b1336b3fce0d3748" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2"
23:52:12.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.871604 30328 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [term 0 FOLLOWER]: Advancing to term 1
23:52:12.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.883338 30466 leader_election.cc:290] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [CANDIDATE]: Term 1 election: Requested vote from peers 7be2fb9222444e9e96fc7ae9d0f75494 (127.29.125.254:33277), bb19a6ad22294fe58f32c5e8b1540ae2 (127.29.125.253:36845)
23:52:12.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.885459 30328 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4e089c80d4314403b1336b3fce0d3748 in term 1.
23:52:12.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.891496 30382 leader_election.cc:304] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [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: 4e089c80d4314403b1336b3fce0d3748, bb19a6ad22294fe58f32c5e8b1540ae2; no voters: 
23:52:12.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.892887 30466 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 1 FOLLOWER]: Leader election won for term 1
23:52:12.903 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:12.911 [INFO - Metastore-Handler-Pool: Thread-138] (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:52:12.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.920114 30466 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [term 1 LEADER]: Becoming Leader. State: Replica: 4e089c80d4314403b1336b3fce0d3748, State: Running, Role: LEADER
23:52:12.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.921450 30466 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [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: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } }
23:52:12.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.926950 30279 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494: Bootstrap starting.
23:52:12.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.944742 30475 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e089c80d4314403b1336b3fce0d3748. Latest consensus state: current_term: 1 leader_uuid: "4e089c80d4314403b1336b3fce0d3748" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:12.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.945617 30475 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [sys.catalog]: This master's current role is: LEADER
23:52:12.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.952425 30479 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:52:12.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.959185 30279 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494: Neither blocks nor log segments found. Creating new log.
23:52:12.968 [INFO - Metastore-Handler-Pool: Thread-143] (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:52:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.971349 30479 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:52:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.970335 30481 client.h:373] Failed to connect to Hive Metastore (localhost:40569): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:12.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.980186 30279 log.cc:826] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494: Log is configured to *not* fsync() on all Append() calls
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.975621 30485 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:52:12.995 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:52:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.009910 30279 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494: No bootstrap required, opened a new log
23:52:13.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.984283 30280 master_runner.cc:187] Error getting master registration for 127.29.125.254:33277: OK, instance_id { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" instance_seqno: 1783468328134089 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:13.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.025512 30280 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:13.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.026496 30328 raft_consensus.cc:1275] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [term 1 FOLLOWER]: Refusing update from remote peer 4e089c80d4314403b1336b3fce0d3748: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:13.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.028409 30475 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.050231 30279 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } }
23:52:13.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.051684 30279 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:13.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.052307 30279 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7be2fb9222444e9e96fc7ae9d0f75494, State: Initialized, Role: FOLLOWER
23:52:13.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.053725 30279 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [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: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } }
23:52:13.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.059625 30279 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [sys.catalog]: configured and running, proceeding with master startup.
23:52:13.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.059796 30253 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e089c80d4314403b1336b3fce0d3748" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7be2fb9222444e9e96fc7ae9d0f75494"
23:52:13.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.060662 30253 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [term 0 FOLLOWER]: Advancing to term 1
23:52:13.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.062909 30254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e089c80d4314403b1336b3fce0d3748" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" is_pre_election: true
23:52:13.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.058983 30490 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [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: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.075322 30490 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.074793 30253 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4e089c80d4314403b1336b3fce0d3748 in term 1.
23:52:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.077023 30252 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [term 1 FOLLOWER]: Refusing update from remote peer 4e089c80d4314403b1336b3fce0d3748: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.085886 30465 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e089c80d4314403b1336b3fce0d3748. Latest consensus state: current_term: 1 leader_uuid: "4e089c80d4314403b1336b3fce0d3748" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.087455 30475 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.086578 30465 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.088356 30487 mvcc.cc:204] Tried to move back new op lower bound from 7305086292012433408 to 7305086291658825728. Current Snapshot: MvccSnapshot[applied={T|T < 7305086292012433408}]
23:52:13.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.091169 30233 tablet.cc:2406] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:13.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.095094 30488 mvcc.cc:204] Tried to move back new op lower bound from 7305086292012433408 to 7305086291658825728. Current Snapshot: MvccSnapshot[applied={T|T < 7305086292012433408}]
23:52:13.103 [INFO - Metastore-Handler-Pool: Thread-144] (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:52:13.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.104378 30451 client.h:373] Failed to connect to Hive Metastore (localhost:40569): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:13.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.140833 30465 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4e089c80d4314403b1336b3fce0d3748" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:13.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.141623 30465 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.165863 30475 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4e089c80d4314403b1336b3fce0d3748" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.166754 30475 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [sys.catalog]: This master's current role is: LEADER
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.177647 30479 catalog_manager.cc:1382] Generated new cluster ID: 583a9b7965724cee8e672761c85b7a45
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.177975 30479 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:52:13.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.223621 30502 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4e089c80d4314403b1336b3fce0d3748" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:13.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.229089 30502 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.228698 30490 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e089c80d4314403b1336b3fce0d3748. Latest consensus state: current_term: 1 leader_uuid: "4e089c80d4314403b1336b3fce0d3748" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:13.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.229465 30490 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.233271 30466 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4e089c80d4314403b1336b3fce0d3748" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7be2fb9222444e9e96fc7ae9d0f75494" member_type: VOTER last_known_addr { host: "127.29.125.254" port: 33277 } } peers { permanent_uuid: "bb19a6ad22294fe58f32c5e8b1540ae2" member_type: VOTER last_known_addr { host: "127.29.125.253" port: 36845 } } peers { permanent_uuid: "4e089c80d4314403b1336b3fce0d3748" member_type: VOTER last_known_addr { host: "127.29.125.252" port: 44253 } } }
23:52:13.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.233987 30466 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 [sys.catalog]: This master's current role is: LEADER
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.235121 30479 catalog_manager.cc:1405] Generated new certificate authority record
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.237210 30479 catalog_manager.cc:1539] Loading token signing keys...
23:52:13.246 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:52:13.246 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:52:13.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.331604 30479 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748: Generated new TSK 0
23:52:13.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.332739 30479 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:52:13.342 [INFO - Metastore-Handler-Pool: Thread-145] (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:52:13.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.343298 30509 client.h:373] Failed to connect to Hive Metastore (localhost:40569): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:13.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.353108 30479 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:52:13.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.366029 30479 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:52:13.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.388623 30513 catalog_manager.cc:1294] Loaded cluster ID: 583a9b7965724cee8e672761c85b7a45
23:52:13.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.388890 30513 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494: loading cluster ID for follower catalog manager: success
23:52:13.394 [INFO - Metastore-Handler-Pool: Thread-138] (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:52:13.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.401314 30513 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494: acquiring CA information for follower catalog manager: success
23:52:13.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.406906 30513 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 7be2fb9222444e9e96fc7ae9d0f75494: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:13.442 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
23:52:13.515 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
23:52:13.558 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:13.559 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
23:52:13.790 [WARN - Metastore-Handler-Pool: Thread-138] (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:52:13.985 [INFO - Metastore-Handler-Pool: Thread-146] (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:52:13.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.986404 30481 client.h:373] Failed to connect to Hive Metastore (localhost:40569): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:14.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.003212 30485 catalog_manager.cc:1294] Loaded cluster ID: 583a9b7965724cee8e672761c85b7a45
23:52:14.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.003852 30485 catalog_manager.cc:1587] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2: loading cluster ID for follower catalog manager: success
23:52:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.011827 30485 catalog_manager.cc:1609] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2: acquiring CA information for follower catalog manager: success
23:52:14.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.028218 30485 catalog_manager.cc:1637] T 00000000000000000000000000000000 P bb19a6ad22294fe58f32c5e8b1540ae2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:14.087 [WARN - Metastore-Handler-Pool: Thread-138] (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:52:14.119 [INFO - Metastore-Handler-Pool: Thread-147] (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:52:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:14.120282 30451 client.h:373] Failed to connect to Hive Metastore (localhost:40569): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:14.256 [WARN - Metastore-Handler-Pool: Thread-138] (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:52:14.363 [INFO - Metastore-Handler-Pool: Thread-148] (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:52:14.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:14.364427 30509 client.h:373] Failed to connect to Hive Metastore (localhost:40569): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:14.573 [INFO - Metastore-Handler-Pool: Thread-138] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:52:14.574 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:14.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.575181 30199 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 30211
23:52:14.584 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:52:14.584 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c567c99, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2bd81c00 will be shutdown
23:52:14.584 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:52:14.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.620820 30199 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 30280
23:52:14.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:14.658577 30381 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.125.254:33277: connect: Connection refused (error 111)
23:52:14.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:14.672120 30381 consensus_peers.cc:597] T 00000000000000000000000000000000 P 4e089c80d4314403b1336b3fce0d3748 -> Peer 7be2fb9222444e9e96fc7ae9d0f75494 (127.29.125.254:33277): Couldn't send request to peer 7be2fb9222444e9e96fc7ae9d0f75494. Status: Network error: Client connection negotiation failed: client connection to 127.29.125.254:33277: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
23:52:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:14.673650 30382 connection.cc:573] client connection to 127.29.125.253:36845 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
23:52:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.675742 30199 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 30354
23:52:15.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:15Z chronyd exiting
.23:52:16.822 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:16.822 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:16.823 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:16.848 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive15316961137624889935
23:52:16.849 [INFO - Thread-106] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:52:16.849 [INFO - Thread-106] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:52:16.851 [INFO - Thread-106] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:16.851 [INFO - Thread-106] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:16.852 [INFO - Thread-106] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:52:16.852 [INFO - Thread-106] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:52:16.853 [INFO - Thread-106] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:52:16.853 [INFO - Thread-106] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:52:16.854 [INFO - Thread-106] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:52:16.854 [INFO - Thread-106] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:52:16.855 [INFO - Thread-106] (HikariDataSource.java:80) objectstore - Starting...
23:52:16.928 [INFO - Thread-106] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:16.931 [INFO - Thread-106] (HikariDataSource.java:82) objectstore - Start completed.
23:52:16.931 [INFO - Thread-106] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:52:16.933 [INFO - Thread-106] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:52:16.935 [INFO - Thread-106] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:16.941 [INFO - Thread-106] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:52:17.007 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:52:17.008 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:52:17.008 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:52:17.047 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:17.048 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:17.049 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:17.049 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:17.050 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:17.050 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:17.249 [INFO - Thread-106] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:52:17.249 [INFO - Thread-106] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9d5ad13, with PersistenceManager: null will be shutdown
23:52:17.249 [INFO - Thread-106] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9d5ad13, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7860fa17 created in the thread with id: 149
23:52:17.251 [WARN - Thread-106] (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:52:17.252 [INFO - Thread-106] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9d5ad13
23:52:17.356 [INFO - Thread-106] (HMSHandler.java:595) Started creating a default database with name: default
23:52:17.376 [INFO - Thread-106] (HMSHandler.java:605) Successfully created a default database with name: default
23:52:17.399 [INFO - Thread-106] (HMSHandler.java:668) Added admin role in metastore
23:52:17.400 [INFO - Thread-106] (HMSHandler.java:677) Added public role in metastore
23:52:17.433 [INFO - Thread-106] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:52:17.434 [INFO - Thread-106] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:52:17.435 [INFO - Thread-106] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:52:17.435 [INFO - Thread-106] (HiveMetaStore.java:697) Direct SQL optimization = true
23:52:17.435 [WARN - Thread-106] (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:52:17.436 [INFO - Thread-106] (HiveMetaStore.java:632) Started the new metaserver on port [46041]...
23:52:17.436 [INFO - Thread-106] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:52:17.436 [INFO - Thread-106] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:52:17.436 [INFO - Thread-106] (HiveMetaStore.java:635) TCP keepalive = true
23:52:17.436 [INFO - Thread-106] (HiveMetaStore.java:636) Enable SSL = false
23:52:17.851 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:17.852 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:17.852 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:17.854 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:52:17.854 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46041]
23:52:17.854 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46041) in binary transport mode
23:52:17.854 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46041) current connections: 1
23:52:17.856 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskHL7rxV/test-tmp
23:52:17.856 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
23:52:17.856 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskHL7rxV/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
23:52:17.859 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46041"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:52:18.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:18.195039 30546 mini_oidc.cc:150] Starting JWKS server
23:52:18.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:18.198422 30546 webserver.cc:534] Webserver started at http://127.0.0.1:38071/ using document root <none> and password file <none>
23:52:18.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:18.198951 30546 mini_oidc.cc:186] Starting OIDC Discovery server
23:52:18.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:18.200814 30546 webserver.cc:534] Webserver started at http://127.0.0.1:44905/ using document root <none> and password file <none>
23:52:18.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:18Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:52:18.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:18Z Disabled control of system clock
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:18.265538 30546 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/wal
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/data
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/logs
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/data/info.pb
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.212.190:39421
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.212.190
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.212.148:42489
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.212.190:39421,127.29.212.189:39899,127.29.212.188:37073
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38071/jwks.json
23:52:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46041 with env {}
23:52:18.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.575532 30558 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:18.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.576093 30558 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:18.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.576567 30558 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:18.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.611234 30558 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:18.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.611541 30558 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:18.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.611752 30558 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:18.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.611948 30558 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:18.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.612154 30558 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:18.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.612309 30558 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38071/jwks.json
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:18.651646 30558 master_runner.cc:387] Master server non-default flags:
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.212.148:42489
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/data
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/wal
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46041
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.212.190:39421,127.29.212.189:39899,127.29.212.188:37073
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.212.190:39421
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38071/jwks.json
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/data/info.pb
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.212.190
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/logs
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:18.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:18.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:18.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:18.652971 30558 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:52:18.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:18.654578 30558 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:18.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.666000 30564 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:52:19.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:18.667006 30565 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:52:19.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:19.801524 30567 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:52:19.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:19.804339 30566 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1132 milliseconds
23:52:19.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.804438 30558 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:19.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.805707 30558 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:19.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.808250 30558 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:19.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.809679 30558 hybrid_clock.cc:648] HybridClock initialized: now 1783468339809639 us; error 44 us; skew 500 ppm
23:52:19.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.810536 30558 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:19.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.817202 30558 webserver.cc:534] Webserver started at http://127.29.212.190:42177/ using document root <none> and password file <none>
23:52:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.818259 30558 fs_manager.cc:362] Metadata directory not provided
23:52:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.818512 30558 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.819087 30558 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:19.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.823585 30558 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/data/instance:
23:52:19.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "35dbc5a39055441798c5a57d782441dc"
23:52:19.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:19 on dist-test-slave-152c"
23:52:19.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.824898 30558 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/wal/instance:
23:52:19.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "35dbc5a39055441798c5a57d782441dc"
23:52:19.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:19 on dist-test-slave-152c"
23:52:19.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.832576 30558 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.001s	sys 0.007s
23:52:19.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.838740 30574 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:19.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.840106 30558 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.840561 30558 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/wal
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "35dbc5a39055441798c5a57d782441dc"
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:19 on dist-test-slave-152c"
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.840943 30558 fs_report.cc:389] FS layout report
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/wal
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/wal
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/data/data
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:19.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.897688 30558 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:19.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.899256 30558 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:52:19.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.899664 30558 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:19.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.972249 30558 rpc_server.cc:307] RPC server started. Bound to: 127.29.212.190:39421
23:52:19.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.972266 30625 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.212.190:39421 every 8 connection(s)
23:52:19.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.975230 30558 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/data/info.pb
23:52:19.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.981587 30626 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:52:19.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.983095 30546 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 30558
23:52:19.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.983639 30546 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-0/wal/instance
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.988847 30546 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/wal
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/data
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/logs
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/data/info.pb
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.212.189:39899
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.212.189
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.212.148:42489
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.212.190:39421,127.29.212.189:39899,127.29.212.188:37073
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38071/jwks.json
23:52:19.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46041 with env {}
23:52:20.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:19.997787 30626 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } has no permanent_uuid. Determining permanent_uuid...
23:52:20.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:20.030609 30626 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } has no permanent_uuid. Determining permanent_uuid...
23:52:20.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.033335 30575 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.212.189:39899: connect: Connection refused (error 111)
23:52:20.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.037750 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.189:39899: Network error: Client connection negotiation failed: client connection to 127.29.212.189:39899: connect: Connection refused (error 111)
23:52:20.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:20.087395 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } attempt: 1
23:52:20.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.091712 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.189:39899: Network error: Client connection negotiation failed: client connection to 127.29.212.189:39899: connect: Connection refused (error 111)
23:52:20.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:20.160223 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } attempt: 2
23:52:20.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.165189 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.189:39899: Network error: Client connection negotiation failed: client connection to 127.29.212.189:39899: connect: Connection refused (error 111)
23:52:20.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:20.256656 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } attempt: 3
23:52:20.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.260850 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.189:39899: Network error: Client connection negotiation failed: client connection to 127.29.212.189:39899: connect: Connection refused (error 111)
23:52:20.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.311813 30627 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:20.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.312373 30627 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:20.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.312835 30627 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:20.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.345440 30627 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:20.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.345757 30627 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:20.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.345950 30627 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:20.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.346153 30627 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:20.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.346347 30627 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:20.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.346494 30627 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38071/jwks.json
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:20.383821 30627 master_runner.cc:387] Master server non-default flags:
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.212.148:42489
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/data
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/wal
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46041
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.212.190:39421,127.29.212.189:39899,127.29.212.188:37073
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.212.189:39899
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:20.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38071/jwks.json
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/data/info.pb
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.212.189
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/logs
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:20.385206 30627 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:52:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:20.386816 30627 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:20.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.397248 30636 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:52:20.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:20.404332 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } attempt: 4
23:52:20.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.409082 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.189:39899: Network error: Client connection negotiation failed: client connection to 127.29.212.189:39899: connect: Connection refused (error 111)
23:52:20.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:20.708519 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } attempt: 5
23:52:20.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.714821 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.189:39899: Network error: Client connection negotiation failed: client connection to 127.29.212.189:39899: connect: Connection refused (error 111)
23:52:21.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.262502 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } attempt: 6
23:52:21.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:21.273468 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.189:39899: Network error: Client connection negotiation failed: client connection to 127.29.212.189:39899: connect: Connection refused (error 111)
23:52:21.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:20.398788 30637 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:52:21.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:21.523662 30639 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:52:21.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:21.526325 30638 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1123 milliseconds
23:52:21.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.526420 30627 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:21.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.527678 30627 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:21.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.530612 30627 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:21.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.532105 30627 hybrid_clock.cc:648] HybridClock initialized: now 1783468341532051 us; error 60 us; skew 500 ppm
23:52:21.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.533008 30627 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:21.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.539383 30627 webserver.cc:534] Webserver started at http://127.29.212.189:44651/ using document root <none> and password file <none>
23:52:21.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.540331 30627 fs_manager.cc:362] Metadata directory not provided
23:52:21.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.540531 30627 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:21.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.540922 30627 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:21.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.545439 30627 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/data/instance:
23:52:21.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aba70e71ba6243728a272bb8b20359a9"
23:52:21.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:21 on dist-test-slave-152c"
23:52:21.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.546615 30627 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/wal/instance:
23:52:21.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aba70e71ba6243728a272bb8b20359a9"
23:52:21.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:21 on dist-test-slave-152c"
23:52:21.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.554179 30627 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
23:52:21.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.560420 30648 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:21.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.561666 30627 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.003s
23:52:21.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.562047 30627 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/wal
23:52:21.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aba70e71ba6243728a272bb8b20359a9"
23:52:21.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:21 on dist-test-slave-152c"
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.562453 30627 fs_report.cc:389] FS layout report
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/wal
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/wal
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/data/data
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:21.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.619304 30627 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:21.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.620913 30627 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:52:21.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.621425 30627 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:21.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.694569 30627 rpc_server.cc:307] RPC server started. Bound to: 127.29.212.189:39899
23:52:21.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.694829 30699 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.212.189:39899 every 8 connection(s)
23:52:21.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.697566 30627 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/data/info.pb
23:52:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.703504 30700 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:52:21.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.706202 30546 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 30627
23:52:21.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.706668 30546 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-1/wal/instance
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.708885 30546 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/wal
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/data
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/logs
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/data/info.pb
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:21.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.212.188:37073
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.212.188
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.212.148:42489
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.212.190:39421,127.29.212.189:39899,127.29.212.188:37073
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38071/jwks.json
23:52:21.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46041 with env {}
23:52:21.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.717996 30700 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } has no permanent_uuid. Determining permanent_uuid...
23:52:21.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.743898 30700 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } has no permanent_uuid. Determining permanent_uuid...
23:52:21.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.759620 30700 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } has no permanent_uuid. Determining permanent_uuid...
23:52:21.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:21.762218 30652 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:21.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:21.766683 30700 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.816345 30700 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 1
23:52:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:21.820822 30700 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.889320 30700 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 2
23:52:21.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:21.894717 30700 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:21.986184 30700 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 3
23:52:21.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:21.991255 30700 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:22.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.030171 30701 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:22.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.030836 30701 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:22.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.031332 30701 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:22.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.064635 30701 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:22.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.064941 30701 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:22.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.065137 30701 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:22.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.065338 30701 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:22.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.065521 30701 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:22.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.065676 30701 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38071/jwks.json
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.102978 30701 master_runner.cc:387] Master server non-default flags:
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.212.148:42489
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/data
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/wal
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46041
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.212.190:39421,127.29.212.189:39899,127.29.212.188:37073
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.212.188:37073
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38071/jwks.json
23:52:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/data/info.pb
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.212.188
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/logs
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.104496 30701 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:52:22.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.106287 30701 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:22.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.117048 30711 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:52:22.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.134716 30700 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 4
23:52:22.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.143052 30700 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:22.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.334018 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } attempt: 7
23:52:22.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.377269 30626 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } has no permanent_uuid. Determining permanent_uuid...
23:52:22.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.394465 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:22.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.442608 30700 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 5
23:52:22.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.449903 30700 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:22.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.453020 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 1
23:52:22.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.459900 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:22.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.541409 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 2
23:52:22.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.548233 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:22.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.633754 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 3
23:52:22.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.640506 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:22.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.781024 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 4
23:52:22.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.789441 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:22.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:22.997392 30700 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 6
23:52:23.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:23.024022 30700 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:23.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.073010 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 5
23:52:23.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:23.080329 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.632825 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 6
23:52:23.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:23.662353 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.212.188:37073: Network error: Client connection negotiation failed: client connection to 127.29.212.188:37073: connect: Connection refused (error 111)
23:52:23.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:23.520716 30710 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 30701
23:52:23.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:23.681188 30710 kernel_stack_watchdog.cc:198] Thread 30701 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 400ms:
23:52:23.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
23:52:23.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
23:52:23.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
23:52:23.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
23:52:23.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:22.117856 30712 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:52:23.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:23.685951 30713 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1562 milliseconds
23:52:23.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:23.686388 30701 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.569s	user 0.000s	sys 0.002s
23:52:23.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:23.686801 30701 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.569s	user 0.000s	sys 0.003s
23:52:23.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:23.688539 30714 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:52:23.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.688622 30701 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:23.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.689925 30701 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:23.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.692911 30701 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:23.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.694706 30701 hybrid_clock.cc:648] HybridClock initialized: now 1783468343694632 us; error 40 us; skew 500 ppm
23:52:23.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.695863 30701 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:23.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.703820 30701 webserver.cc:534] Webserver started at http://127.29.212.188:46779/ using document root <none> and password file <none>
23:52:23.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.705159 30701 fs_manager.cc:362] Metadata directory not provided
23:52:23.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.705456 30701 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:23.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.706024 30701 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:23.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.710986 30701 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/data/instance:
23:52:23.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b0ec37b83ea540229789f15352267287"
23:52:23.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:23 on dist-test-slave-152c"
23:52:23.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.712214 30701 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/wal/instance:
23:52:23.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b0ec37b83ea540229789f15352267287"
23:52:23.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:23 on dist-test-slave-152c"
23:52:23.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.719862 30701 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.001s
23:52:23.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.725904 30728 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:23.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.727394 30701 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.727727 30701 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/wal
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b0ec37b83ea540229789f15352267287"
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:23 on dist-test-slave-152c"
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.728045 30701 fs_report.cc:389] FS layout report
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/wal
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/wal
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/data/data
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.778074 30701 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:23.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.779590 30701 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:52:23.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.780020 30701 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:23.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.855609 30701 rpc_server.cc:307] RPC server started. Bound to: 127.29.212.188:37073
23:52:23.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.855697 30779 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.212.188:37073 every 8 connection(s)
23:52:23.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.858636 30701 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/data/info.pb
23:52:23.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.864619 30546 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 30701
23:52:23.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.864992 30780 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:52:23.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.865089 30546 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster6977806030085573897/master-2/wal/instance
23:52:23.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.878103 30780 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } has no permanent_uuid. Determining permanent_uuid...
23:52:23.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.900481 30780 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } has no permanent_uuid. Determining permanent_uuid...
23:52:23.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.914002 30780 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } has no permanent_uuid. Determining permanent_uuid...
23:52:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.928877 30546 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:52:23.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.931279 30780 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287: Bootstrap starting.
23:52:23.937 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:23.937 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:52:23.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.937711 30780 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287: Neither blocks nor log segments found. Creating new log.
23:52:23.938 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.212.190"
      port: 39421
    }
    bound_http_address {
      host: "127.29.212.190"
      port: 42177
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.212.189"
      port: 39899
    }
    bound_http_address {
      host: "127.29.212.189"
      port: 44651
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.212.188"
      port: 37073
    }
    bound_http_address {
      host: "127.29.212.188"
      port: 46779
    }
  }
}

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

23:52:23.939 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:23.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.940065 30780 log.cc:826] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287: Log is configured to *not* fsync() on all Append() calls
23:52:23.941 [INFO - Metastore-Handler-Pool: Thread-170] (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=fb044919-db40-43cd-bb98-2a1a1263ef2a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.212.188:37073,127.29.212.189:39899,127.29.212.190:39421}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:23.943 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:23.943 [INFO - Metastore-Handler-Pool: Thread-170] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:23.944 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@126b679, with PersistenceManager: null will be shutdown
23:52:23.944 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@126b679, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2d0926b7 created in the thread with id: 170
23:52:23.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.945333 30780 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287: No bootstrap required, opened a new log
23:52:23.948 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@126b679
23:52:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.967414 30780 raft_consensus.cc:359] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } }
23:52:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.968297 30780 raft_consensus.cc:385] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.968628 30780 raft_consensus.cc:740] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0ec37b83ea540229789f15352267287, State: Initialized, Role: FOLLOWER
23:52:23.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.969619 30780 consensus_queue.cc:260] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [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: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } }
23:52:23.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.984443 30788 sys_catalog.cc:455] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [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: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:23.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.985597 30788 sys_catalog.cc:458] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [sys.catalog]: This master's current role is: FOLLOWER
23:52:23.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:23.986354 30780 sys_catalog.cc:565] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [sys.catalog]: configured and running, proceeding with master startup.
23:52:24.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:24.035460 30734 tablet.cc:2406] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:24.038 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:24.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:24.039649 30799 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:24.045926 30803 catalog_manager.cc:1593] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:24.046315 30803 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:24.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.030470 30701 master_runner.cc:187] Error getting master registration for 127.29.212.190:39421: OK, instance_id { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" instance_seqno: 1783468339951470 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:24.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.063267 30701 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:24.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.084554 30700 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 7
23:52:24.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.109143 30700 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9: Bootstrap starting.
23:52:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.117274 30700 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9: Neither blocks nor log segments found. Creating new log.
23:52:24.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.120085 30700 log.cc:826] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9: Log is configured to *not* fsync() on all Append() calls
23:52:24.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.131675 30700 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9: No bootstrap required, opened a new log
23:52:24.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.157130 30700 raft_consensus.cc:359] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } }
23:52:24.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.158370 30700 raft_consensus.cc:385] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:24.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.158918 30700 raft_consensus.cc:740] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aba70e71ba6243728a272bb8b20359a9, State: Initialized, Role: FOLLOWER
23:52:24.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.160439 30700 consensus_queue.cc:260] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [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: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } }
23:52:24.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.169305 30807 sys_catalog.cc:455] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [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: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:24.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.173480 30807 sys_catalog.cc:458] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [sys.catalog]: This master's current role is: FOLLOWER
23:52:24.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.173051 30700 sys_catalog.cc:565] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [sys.catalog]: configured and running, proceeding with master startup.
23:52:24.292 [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:52:24.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:24.294991 30818 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:24.307 [WARN - Metastore-Handler-Pool: Thread-170] (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:52:24.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.307148 30822 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:52:24.323 [WARN - Metastore-Handler-Pool: Thread-170] (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:52:24.323 [WARN - Metastore-Handler-Pool: Thread-170] (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:52:24.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.311736 30627 master_runner.cc:187] Error getting master registration for 127.29.212.190:39421: OK, instance_id { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" instance_seqno: 1783468339951470 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:24.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.341728 30627 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:24.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:24.379793 30654 tablet.cc:2406] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:24.412 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:24.418 [INFO - Metastore-Handler-Pool: Thread-170] (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/hive15316961137624889935/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=fb044919-db40-43cd-bb98-2a1a1263ef2a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.212.188:37073,127.29.212.189:39899,127.29.212.190:39421}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:24.420 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15316961137624889935/external-warehouse/table
23:52:24.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.456723 30788 raft_consensus.cc:493] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:52:24.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.457367 30788 raft_consensus.cc:515] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } }
23:52:24.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.461935 30788 leader_election.cc:290] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 35dbc5a39055441798c5a57d782441dc (127.29.212.190:39421), aba70e71ba6243728a272bb8b20359a9 (127.29.212.189:39899)
23:52:24.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.463596 30675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b0ec37b83ea540229789f15352267287" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aba70e71ba6243728a272bb8b20359a9" is_pre_election: true
23:52:24.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.464531 30675 raft_consensus.cc:2468] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0ec37b83ea540229789f15352267287 in term 0.
23:52:24.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.466833 30729 leader_election.cc:304] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [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: aba70e71ba6243728a272bb8b20359a9, b0ec37b83ea540229789f15352267287; no voters: 
23:52:24.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.467904 30788 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:52:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.468290 30788 raft_consensus.cc:493] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:52:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.468611 30788 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 0 FOLLOWER]: Advancing to term 1
23:52:24.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.477037 30788 raft_consensus.cc:515] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } }
23:52:24.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.481881 30675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b0ec37b83ea540229789f15352267287" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aba70e71ba6243728a272bb8b20359a9"
23:52:24.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.482498 30675 raft_consensus.cc:3060] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [term 0 FOLLOWER]: Advancing to term 1
23:52:24.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.490044 30675 raft_consensus.cc:2468] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0ec37b83ea540229789f15352267287 in term 1.
23:52:24.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.491863 30729 leader_election.cc:304] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [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: aba70e71ba6243728a272bb8b20359a9, b0ec37b83ea540229789f15352267287; no voters: 
23:52:24.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.501142 30788 leader_election.cc:290] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [CANDIDATE]: Term 1 election: Requested vote from peers 35dbc5a39055441798c5a57d782441dc (127.29.212.190:39421), aba70e71ba6243728a272bb8b20359a9 (127.29.212.189:39899)
23:52:24.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.505283 30788 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 1 FOLLOWER]: Leader election won for term 1
23:52:24.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.508410 30788 raft_consensus.cc:697] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [term 1 LEADER]: Becoming Leader. State: Replica: b0ec37b83ea540229789f15352267287, State: Running, Role: LEADER
23:52:24.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.515280 30788 consensus_queue.cc:237] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [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: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } }
23:52:24.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.546993 30827 sys_catalog.cc:455] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b0ec37b83ea540229789f15352267287. Latest consensus state: current_term: 1 leader_uuid: "b0ec37b83ea540229789f15352267287" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.549077 30827 sys_catalog.cc:458] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [sys.catalog]: This master's current role is: LEADER
23:52:24.556 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:24.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.564841 30829 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:52:24.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.574702 30829 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:52:24.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.597682 30675 raft_consensus.cc:1275] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [term 1 FOLLOWER]: Refusing update from remote peer b0ec37b83ea540229789f15352267287: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.600112 30827 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:24.630 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:24.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.636516 30827 sys_catalog.cc:455] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b0ec37b83ea540229789f15352267287" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:24.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.637301 30827 sys_catalog.cc:458] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [sys.catalog]: This master's current role is: LEADER
23:52:24.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.639631 30829 catalog_manager.cc:1382] Generated new cluster ID: 06a44b80d165412ba037216890749da2
23:52:24.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.639971 30829 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:52:24.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.640267 30807 sys_catalog.cc:455] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b0ec37b83ea540229789f15352267287. Latest consensus state: current_term: 1 leader_uuid: "b0ec37b83ea540229789f15352267287" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:24.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.642434 30807 sys_catalog.cc:458] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [sys.catalog]: This master's current role is: FOLLOWER
23:52:24.646 [INFO - Metastore-Handler-Pool: Thread-170] (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:52:24.649 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:52:24.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.658046 30807 sys_catalog.cc:455] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b0ec37b83ea540229789f15352267287" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:24.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.659551 30807 sys_catalog.cc:458] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9 [sys.catalog]: This master's current role is: FOLLOWER
23:52:24.664 [INFO - Metastore-Handler-Pool: Thread-170] (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/hive15316961137624889935/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:52:24.667 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15316961137624889935/external-warehouse/legacy_table
23:52:24.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.671856 30829 catalog_manager.cc:1405] Generated new certificate authority record
23:52:24.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.676208 30829 catalog_manager.cc:1539] Loading token signing keys...
23:52:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.695854 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } attempt: 7
23:52:24.705 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:52:24.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.713847 30829 catalog_manager.cc:6069] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287: Generated new TSK 0
23:52:24.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.715055 30829 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:52:24.716 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:24.717 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.719403 30829 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:52:24.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.723559 30829 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:52:24.746 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:24.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.764559 30626 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc: Bootstrap starting.
23:52:24.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.772735 30626 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc: Neither blocks nor log segments found. Creating new log.
23:52:24.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.786336 30626 log.cc:826] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc: Log is configured to *not* fsync() on all Append() calls
23:52:24.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.806578 30626 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc: No bootstrap required, opened a new log
23:52:24.826 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:24.826 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:24.864 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:24.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.877552 30626 raft_consensus.cc:359] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } }
23:52:24.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.879823 30626 raft_consensus.cc:385] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:24.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.880656 30626 raft_consensus.cc:740] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35dbc5a39055441798c5a57d782441dc, State: Initialized, Role: FOLLOWER
23:52:24.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.884071 30626 consensus_queue.cc:260] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [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: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } }
23:52:24.895 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:24.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.908058 30600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b0ec37b83ea540229789f15352267287" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35dbc5a39055441798c5a57d782441dc"
23:52:24.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.908902 30600 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [term 0 FOLLOWER]: Advancing to term 1
23:52:24.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.909543 30601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b0ec37b83ea540229789f15352267287" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35dbc5a39055441798c5a57d782441dc" is_pre_election: true
23:52:24.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:24.910636 30580 tablet.cc:2406] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:24.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.918974 30600 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0ec37b83ea540229789f15352267287 in term 1.
23:52:24.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.920279 30599 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [term 1 FOLLOWER]: Refusing update from remote peer b0ec37b83ea540229789f15352267287: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:24.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.927052 30788 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [LEADER]: Connected to new peer: Peer: permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
23:52:24.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.930303 30626 sys_catalog.cc:565] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [sys.catalog]: configured and running, proceeding with master startup.
23:52:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.907305 30841 sys_catalog.cc:455] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [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: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:24.939023 30841 sys_catalog.cc:458] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [sys.catalog]: This master's current role is: FOLLOWER
23:52:24.940 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:24.940 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:24.966 [DEBUG - Metastore-Handler-Pool: Thread-170] (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:52:24.967 [DEBUG - Metastore-Handler-Pool: Thread-170] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:52:24.999 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.29.212.188:37073(127.29.212.188:37073)] connecting to peer
23:52:25.008 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.29.212.189:39899(127.29.212.189:39899)] connecting to peer
23:52:25.012 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.212.188:37073(127.29.212.188:37073)] Successfully connected to peer
23:52:25.017 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.29.212.190:39421(127.29.212.190:39421)] connecting to peer
23:52:25.018 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.212.189:39899(127.29.212.189:39899)] Successfully connected to peer
23:52:25.035 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.212.190:39421(127.29.212.190:39421)] Successfully connected to peer
23:52:25.045 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.212.190
23:52:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.045492 30842 sys_catalog.cc:455] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b0ec37b83ea540229789f15352267287" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:25.047 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.212.189
23:52:25.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.047868 30842 sys_catalog.cc:458] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [sys.catalog]: This master's current role is: FOLLOWER
23:52:25.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.047144 30841 sys_catalog.cc:455] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [sys.catalog]: SysCatalogTable state changed. Reason: New leader b0ec37b83ea540229789f15352267287. Latest consensus state: current_term: 1 leader_uuid: "b0ec37b83ea540229789f15352267287" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:25.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.048564 30841 sys_catalog.cc:458] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc [sys.catalog]: This master's current role is: FOLLOWER
23:52:25.055 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.212.188
23:52:25.073 [INFO - Metastore-Handler-Pool: Thread-181] (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:52:25.073 [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:52:25.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:25.074012 30799 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:25.078 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x67c886fd, L:/127.0.0.1:38670 - R:/127.29.212.190:39421] using SASL/PLAIN
23:52:25.091 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.29.212.190:39421: Catalog manager is not initialized. State: Starting
23:52:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.111536 30867 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:52:25.112 [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:52:25.118 [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:52:25.119 [INFO - Metastore-Handler-Pool: Thread-182] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:25.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:25.120575 30864 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:25.124 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x35d0155a, L:/127.0.0.1:57660 - R:/127.29.212.188:37073] using SASL/PLAIN
23:52:25.127 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x87a670d2, L:/127.0.0.1:51394 - R:/127.29.212.189:39899] using SASL/PLAIN
23:52:25.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:52:25.136 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:25.138 [ERROR - Metastore-Handler-Pool: Thread-170] (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:52:25.139 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.152 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.166 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.166 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.174 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.188 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.199 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.199 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.204 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.227 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.249 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.249 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.258 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:25.261 [ERROR - Metastore-Handler-Pool: Thread-170] (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:52:25.262 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.289 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.310 [INFO - Metastore-Handler-Pool: Thread-183] (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:52:25.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:25.311590 30818 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.347891 30822 catalog_manager.cc:1294] Loaded cluster ID: 06a44b80d165412ba037216890749da2
23:52:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.348234 30822 catalog_manager.cc:1587] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9: loading cluster ID for follower catalog manager: success
23:52:25.360 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.360 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.367 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:25.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.369076 30822 catalog_manager.cc:1609] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9: acquiring CA information for follower catalog manager: success
23:52:25.371 [ERROR - Metastore-Handler-Pool: Thread-170] (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:52:25.373 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.378661 30822 catalog_manager.cc:1637] T 00000000000000000000000000000000 P aba70e71ba6243728a272bb8b20359a9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:25.398 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.426570 30788 sys_catalog.cc:455] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b0ec37b83ea540229789f15352267287" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35dbc5a39055441798c5a57d782441dc" member_type: VOTER last_known_addr { host: "127.29.212.190" port: 39421 } } peers { permanent_uuid: "aba70e71ba6243728a272bb8b20359a9" member_type: VOTER last_known_addr { host: "127.29.212.189" port: 39899 } } peers { permanent_uuid: "b0ec37b83ea540229789f15352267287" member_type: VOTER last_known_addr { host: "127.29.212.188" port: 37073 } } }
23:52:25.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:25.427901 30788 sys_catalog.cc:458] T 00000000000000000000000000000000 P b0ec37b83ea540229789f15352267287 [sys.catalog]: This master's current role is: LEADER
23:52:25.449 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.449 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.461 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.481 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.497 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.497 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.513 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.526 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.539 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.539 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.546 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:25.547 [ERROR - Metastore-Handler-Pool: Thread-170] (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:52:25.551 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.568 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.581 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.582 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.603 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.615 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.632 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.633 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.645 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.669 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.694 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.694 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.711 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.728 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.744 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.745 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:25.867 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:25.874 [ERROR - Metastore-Handler-Pool: Thread-170] (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:52:25.876 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:25.933 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:25.960 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:25.961 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:26.001 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:26.020 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:26.040 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:26.041 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:26.054 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:26.066 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:26.084 [INFO - Metastore-Handler-Pool: Thread-184] (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:52:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:26.084951 30799 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:26.093 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:26.093 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:26.112 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:26.130 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:26.132 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:26.135 [INFO - Metastore-Handler-Pool: Thread-185] (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:52:26.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:26.136164 30864 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:26.140285 30867 catalog_manager.cc:1294] Loaded cluster ID: 06a44b80d165412ba037216890749da2
23:52:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:26.140587 30867 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc: loading cluster ID for follower catalog manager: success
23:52:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:26.164049 30867 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc: acquiring CA information for follower catalog manager: success
23:52:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:26.170106 30867 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 35dbc5a39055441798c5a57d782441dc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:26.299 [WARN - Metastore-Handler-Pool: Thread-170] (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:52:26.331 [INFO - Metastore-Handler-Pool: Thread-186] (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:52:26.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:26.332162 30818 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:26.627 [WARN - Metastore-Handler-Pool: Thread-170] (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:52:26.723 [WARN - Metastore-Handler-Pool: Thread-170] (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:52:27.024 [WARN - Metastore-Handler-Pool: Thread-170] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive15316961137624889935/warehouse/default/table
23:52:27.025 [INFO - Metastore-Handler-Pool: Thread-170] (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:52:27.028 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:27.039 [INFO - Metastore-Handler-Pool: Thread-170] (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/hive15316961137624889935/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:52:27.053 [WARN - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:2452) Location: file:/tmp/hive15316961137624889935/external-warehouse/table specified for non-external table:table
23:52:27.055 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:27.056 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:27.103 [INFO - Metastore-Handler-Pool: Thread-187] (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:52:27.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:27.104202 30799 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:27.125 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:27.155 [INFO - Metastore-Handler-Pool: Thread-188] (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:52:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:27.156427 30864 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:27.188 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:27.192 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:27.230 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:27.261 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:27.262 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:27.267 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:27.270 [ERROR - Metastore-Handler-Pool: Thread-170] (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:52:27.272 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:27.294 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:27.320 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:27.321 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:27.329 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:27.330 [ERROR - Metastore-Handler-Pool: Thread-170] (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:52:27.334 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:27.347 [INFO - Metastore-Handler-Pool: Thread-189] (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:52:27.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:27.348163 30818 client.h:373] Failed to connect to Hive Metastore (localhost:46041): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:27.361 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:27.403 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:27.404 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:27.423 [INFO - Metastore-Handler-Pool: Thread-170] (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:52:27.441 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:52:27.468 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:52:27.468 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:52:27.484 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:27.495 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:27.496 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:27.563 [INFO - Metastore-Handler-Pool: Thread-170] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:52:27.566 [INFO - Metastore-Handler-Pool: Thread-170] (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=fb044919-db40-43cd-bb98-2a1a1263ef2a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.212.188:37073,127.29.212.189:39899,127.29.212.190:39421}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:27.568 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:27.570 [INFO - Metastore-Handler-Pool: Thread-170] (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/hive15316961137624889935/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=fb044919-db40-43cd-bb98-2a1a1263ef2a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.212.188:37073,127.29.212.189:39899,127.29.212.190:39421}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:27.573 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15316961137624889935/external-warehouse/table
23:52:27.658 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:27.684 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:27.706 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:27.728 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:27.756 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:27.756 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:27.769 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:27.778 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:27.779 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:27.838 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:27.838 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:52:27.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:27.838963 30546 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 30558
23:52:27.840 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@126b679, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2d0926b7 will be shutdown
23:52:27.840 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:52:27.876 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.212.190:39421(127.29.212.190:39421)] handling channelInactive
23:52:27.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:27.875998 30546 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 30627
23:52:27.876 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.212.190:39421(127.29.212.190:39421)] cleaning up while in state READY due to: connection closed
23:52:27.910 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.212.189:39899(127.29.212.189:39899)] handling channelInactive
23:52:27.910 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.212.189:39899(127.29.212.189:39899)] cleaning up while in state READY due to: connection closed
23:52:27.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:27.910212 30546 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 30701
23:52:27.935 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.212.188:37073(127.29.212.188:37073)] handling channelInactive
23:52:27.935 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.212.188:37073(127.29.212.188:37073)] cleaning up while in state READY due to: connection closed
23:52:29.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:29Z chronyd exiting
.23:52:30.059 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:30.059 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:30.059 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:30.076 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive7174962859794659508
23:52:30.077 [INFO - Thread-137] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:52:30.077 [INFO - Thread-137] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:52:30.079 [INFO - Thread-137] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:30.079 [INFO - Thread-137] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:30.079 [INFO - Thread-137] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:52:30.080 [INFO - Thread-137] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:52:30.081 [INFO - Thread-137] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:52:30.081 [INFO - Thread-137] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:52:30.082 [INFO - Thread-137] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:52:30.082 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:52:30.083 [INFO - Thread-137] (HikariDataSource.java:80) objectstore - Starting...
23:52:30.138 [INFO - Thread-137] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:30.139 [INFO - Thread-137] (HikariDataSource.java:82) objectstore - Start completed.
23:52:30.139 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:52:30.140 [INFO - Thread-137] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:52:30.142 [INFO - Thread-137] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:30.143 [INFO - Thread-137] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:52:30.153 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:52:30.154 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:52:30.154 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:52:30.168 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:30.169 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:30.169 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:30.169 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:30.169 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:30.170 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:30.349 [INFO - Thread-137] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:52:30.349 [INFO - Thread-137] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73aeca3, with PersistenceManager: null will be shutdown
23:52:30.350 [INFO - Thread-137] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73aeca3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7245c347 created in the thread with id: 191
23:52:30.351 [WARN - Thread-137] (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:52:30.353 [INFO - Thread-137] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73aeca3
23:52:30.459 [INFO - Thread-137] (HMSHandler.java:595) Started creating a default database with name: default
23:52:30.478 [INFO - Thread-137] (HMSHandler.java:605) Successfully created a default database with name: default
23:52:30.504 [INFO - Thread-137] (HMSHandler.java:668) Added admin role in metastore
23:52:30.507 [INFO - Thread-137] (HMSHandler.java:677) Added public role in metastore
23:52:30.534 [INFO - Thread-137] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:52:30.534 [INFO - Thread-137] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:52:30.535 [INFO - Thread-137] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:52:30.535 [INFO - Thread-137] (HiveMetaStore.java:697) Direct SQL optimization = true
23:52:30.535 [WARN - Thread-137] (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:52:30.535 [INFO - Thread-137] (HiveMetaStore.java:632) Started the new metaserver on port [33397]...
23:52:30.535 [INFO - Thread-137] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:52:30.535 [INFO - Thread-137] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:52:30.535 [INFO - Thread-137] (HiveMetaStore.java:635) TCP keepalive = true
23:52:30.535 [INFO - Thread-137] (HiveMetaStore.java:636) Enable SSL = false
23:52:31.078 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:31.079 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:31.079 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:31.082 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:52:31.082 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33397]
23:52:31.082 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33397) in binary transport mode
23:52:31.083 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33397) current connections: 1
23:52:31.085 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskHL7rxV/test-tmp
23:52:31.086 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
23:52:31.086 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskHL7rxV/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
23:52:31.088 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33397"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:52:31.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:31.592062 30908 mini_oidc.cc:150] Starting JWKS server
23:52:31.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:31.595347 30908 webserver.cc:534] Webserver started at http://127.0.0.1:35747/ using document root <none> and password file <none>
23:52:31.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:31.595796 30908 mini_oidc.cc:186] Starting OIDC Discovery server
23:52:31.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:31.597523 30908 webserver.cc:534] Webserver started at http://127.0.0.1:46827/ using document root <none> and password file <none>
23:52:31.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:31Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:52:31.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:31Z Disabled control of system clock
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:31.682626 30908 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/wal
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/data
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/logs
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/data/info.pb
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:31.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.47.62:32801
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.47.62
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.47.20:42003
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.47.62:32801,127.30.47.61:35445,127.30.47.60:34917
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35747/jwks.json
23:52:31.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33397 with env {}
23:52:31.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:31.989399 30920 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:31.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:31.990404 30920 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:31.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:31.991026 30920 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:32.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:32.024832 30920 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:32.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:32.025151 30920 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:32.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:32.025364 30920 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:32.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:32.025557 30920 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:32.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:32.025755 30920 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:32.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:32.025897 30920 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35747/jwks.json
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:32.064934 30920 master_runner.cc:387] Master server non-default flags:
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.47.20:42003
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/data
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/wal
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33397
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.47.62:32801,127.30.47.61:35445,127.30.47.60:34917
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.47.62:32801
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35747/jwks.json
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/data/info.pb
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.47.62
23:52:32.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/logs
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:32.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:32.066241 30920 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:52:32.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:32.067957 30920 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:32.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:32.080281 30926 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:52:33.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:32.080673 30927 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:52:33.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.240960 30929 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:52:33.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.243680 30928 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1157 milliseconds
23:52:33.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.243790 30920 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:33.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.245311 30920 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:33.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.248798 30920 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:33.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.250425 30920 hybrid_clock.cc:648] HybridClock initialized: now 1783468353250317 us; error 89 us; skew 500 ppm
23:52:33.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.251528 30920 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:33.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.258380 30920 webserver.cc:534] Webserver started at http://127.30.47.62:38745/ using document root <none> and password file <none>
23:52:33.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.259421 30920 fs_manager.cc:362] Metadata directory not provided
23:52:33.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.259640 30920 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:33.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.260144 30920 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.264753 30920 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/data/instance:
23:52:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a43730d5f83a498297e4e36cc83e2246"
23:52:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:33 on dist-test-slave-152c"
23:52:33.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.266012 30920 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/wal/instance:
23:52:33.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a43730d5f83a498297e4e36cc83e2246"
23:52:33.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:33 on dist-test-slave-152c"
23:52:33.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.274706 30920 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.004s
23:52:33.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.281322 30936 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:33.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.282820 30920 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.004s
23:52:33.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.283181 30920 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/wal
23:52:33.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a43730d5f83a498297e4e36cc83e2246"
23:52:33.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:33 on dist-test-slave-152c"
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.283524 30920 fs_report.cc:389] FS layout report
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/wal
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/wal
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/data/data
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:33.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.335886 30920 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:33.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.337626 30920 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:52:33.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.338137 30920 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:33.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.414063 30920 rpc_server.cc:307] RPC server started. Bound to: 127.30.47.62:32801
23:52:33.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.414171 30987 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.47.62:32801 every 8 connection(s)
23:52:33.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.416919 30920 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/data/info.pb
23:52:33.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.423069 30988 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:52:33.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.423774 30908 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 30920
23:52:33.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.424328 30908 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-0/wal/instance
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.429456 30908 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/wal
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/data
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/logs
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/data/info.pb
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.47.61:35445
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.47.61
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.47.20:42003
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.47.62:32801,127.30.47.61:35445,127.30.47.60:34917
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35747/jwks.json
23:52:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33397 with env {}
23:52:33.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.438335 30988 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.47.62" port: 32801 } has no permanent_uuid. Determining permanent_uuid...
23:52:33.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.469535 30988 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } has no permanent_uuid. Determining permanent_uuid...
23:52:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.472710 30938 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.47.61:35445: connect: Connection refused (error 111)
23:52:33.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.477417 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.61:35445: Network error: Client connection negotiation failed: client connection to 127.30.47.61:35445: connect: Connection refused (error 111)
23:52:33.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.526976 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } attempt: 1
23:52:33.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.531682 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.61:35445: Network error: Client connection negotiation failed: client connection to 127.30.47.61:35445: connect: Connection refused (error 111)
23:52:33.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.600121 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } attempt: 2
23:52:33.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.604404 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.61:35445: Network error: Client connection negotiation failed: client connection to 127.30.47.61:35445: connect: Connection refused (error 111)
23:52:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.695839 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } attempt: 3
23:52:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.700433 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.61:35445: Network error: Client connection negotiation failed: client connection to 127.30.47.61:35445: connect: Connection refused (error 111)
23:52:33.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.761214 30989 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:33.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.761821 30989 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:33.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.762292 30989 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:33.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.795643 30989 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:33.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.796075 30989 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:33.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.796314 30989 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:33.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.796530 30989 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:33.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.796725 30989 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:33.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.796891 30989 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35747/jwks.json
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.834789 30989 master_runner.cc:387] Master server non-default flags:
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.47.20:42003
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/data
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/wal
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33397
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.47.62:32801,127.30.47.61:35445,127.30.47.60:34917
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.47.61:35445
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35747/jwks.json
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/data/info.pb
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.47.61
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/logs
23:52:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.836127 30989 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:52:33.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.837795 30989 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:33.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.843954 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } attempt: 4
23:52:33.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.850149 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.61:35445: Network error: Client connection negotiation failed: client connection to 127.30.47.61:35445: connect: Connection refused (error 111)
23:52:33.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.850154 30998 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:52:34.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.149678 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } attempt: 5
23:52:34.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:34.155422 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.61:35445: Network error: Client connection negotiation failed: client connection to 127.30.47.61:35445: connect: Connection refused (error 111)
23:52:34.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.702986 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } attempt: 6
23:52:34.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:34.710150 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.61:35445: Network error: Client connection negotiation failed: client connection to 127.30.47.61:35445: connect: Connection refused (error 111)
23:52:34.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.856372 31001 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:52:34.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:33.856561 30989 server_base.cc:1061] running on GCE node
23:52:34.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:33.852231 30999 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:52:34.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.973496 30989 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:34.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.976334 30989 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:34.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.977751 30989 hybrid_clock.cc:648] HybridClock initialized: now 1783468354977701 us; error 54 us; skew 500 ppm
23:52:34.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.978637 30989 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.985952 30989 webserver.cc:534] Webserver started at http://127.30.47.61:45915/ using document root <none> and password file <none>
23:52:34.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.987056 30989 fs_manager.cc:362] Metadata directory not provided
23:52:34.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.987290 30989 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:34.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.987717 30989 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:34.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.992200 30989 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/data/instance:
23:52:34.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "063be43740da49bd9b4e8278512bac29"
23:52:34.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:34 on dist-test-slave-152c"
23:52:34.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:34.993396 30989 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/wal/instance:
23:52:34.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "063be43740da49bd9b4e8278512bac29"
23:52:34.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:34 on dist-test-slave-152c"
23:52:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.001273 30989 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
23:52:35.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.008077 31010 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:35.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.009363 30989 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.000s
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.009681 30989 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/wal
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "063be43740da49bd9b4e8278512bac29"
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:34 on dist-test-slave-152c"
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.010007 30989 fs_report.cc:389] FS layout report
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/wal
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/wal
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/data/data
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:35.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:35.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:35.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:35.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.065969 30989 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:35.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.067567 30989 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:52:35.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.068048 30989 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:35.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.141494 30989 rpc_server.cc:307] RPC server started. Bound to: 127.30.47.61:35445
23:52:35.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.141554 31061 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.47.61:35445 every 8 connection(s)
23:52:35.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.144408 30989 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/data/info.pb
23:52:35.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.150156 31062 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:52:35.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.150913 30908 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 30989
23:52:35.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.151379 30908 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-1/wal/instance
23:52:35.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.154314 30908 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:35.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:35.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/wal
23:52:35.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/data
23:52:35.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/logs
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/data/info.pb
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.47.60:34917
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.47.60
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.47.20:42003
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.47.62:32801,127.30.47.61:35445,127.30.47.60:34917
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35747/jwks.json
23:52:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33397 with env {}
23:52:35.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.167104 31062 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.47.62" port: 32801 } has no permanent_uuid. Determining permanent_uuid...
23:52:35.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.207598 31062 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } has no permanent_uuid. Determining permanent_uuid...
23:52:35.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.226073 31062 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } has no permanent_uuid. Determining permanent_uuid...
23:52:35.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.229717 31012 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:35.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.234795 31062 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:35.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.284415 31062 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 1
23:52:35.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.289611 31062 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:35.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.358129 31062 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 2
23:52:35.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.363391 31062 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:35.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.454857 31062 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 3
23:52:35.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.460647 31062 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.506978 31063 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.507565 31063 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:35.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.508036 31063 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:35.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.541038 31063 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:35.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.541344 31063 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:35.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.541543 31063 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:35.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.541736 31063 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.541934 31063 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.542083 31063 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35747/jwks.json
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.581734 31063 master_runner.cc:387] Master server non-default flags:
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.47.20:42003
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/data
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/wal
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33397
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.47.62:32801,127.30.47.61:35445,127.30.47.60:34917
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.47.60:34917
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35747/jwks.json
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/data/info.pb
23:52:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.47.60
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/logs
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:35.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.583164 31063 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:52:35.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.584862 31063 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:35.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.596563 31073 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:52:35.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.604112 31062 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 4
23:52:35.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.610213 31062 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:35.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.770704 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } attempt: 7
23:52:35.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.794044 30988 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } has no permanent_uuid. Determining permanent_uuid...
23:52:35.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.817412 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.875988 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 1
23:52:35.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.889463 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:35.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.909734 31062 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 5
23:52:35.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.917412 31062 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:35.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:35.971042 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 2
23:52:35.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.978072 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:36.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.063617 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 3
23:52:36.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:36.070839 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:36.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.211341 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 4
23:52:36.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:36.219007 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:36.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.464895 31062 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 6
23:52:36.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:36.489364 31062 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.502573 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 5
23:52:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:36.510200 30988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.47.60:34917: Network error: Client connection negotiation failed: client connection to 127.30.47.60:34917: connect: Connection refused (error 111)
23:52:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:35.598340 31074 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:52:36.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:36.826144 31076 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:52:36.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:36.828352 31075 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection timed out after 1230 milliseconds
23:52:36.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:36.829022 31063 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.232s	user 0.445s	sys 0.750s
23:52:36.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:36.829272 31063 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.233s	user 0.445s	sys 0.750s
23:52:36.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.829454 31063 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:36.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.830614 31063 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:36.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.833338 31063 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:36.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.834753 31063 hybrid_clock.cc:648] HybridClock initialized: now 1783468356834697 us; error 57 us; skew 500 ppm
23:52:36.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.835670 31063 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:36.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.843575 31063 webserver.cc:534] Webserver started at http://127.30.47.60:36751/ using document root <none> and password file <none>
23:52:36.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.844583 31063 fs_manager.cc:362] Metadata directory not provided
23:52:36.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.844789 31063 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:36.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.845185 31063 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:36.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.849984 31063 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/data/instance:
23:52:36.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf6616a9cba847e4896f8aaf4042b9dc"
23:52:36.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:36 on dist-test-slave-152c"
23:52:36.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.851233 31063 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/wal/instance:
23:52:36.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf6616a9cba847e4896f8aaf4042b9dc"
23:52:36.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:36 on dist-test-slave-152c"
23:52:36.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.859683 31063 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.002s
23:52:36.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.866456 31089 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:36.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.868731 31063 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.002s	sys 0.001s
23:52:36.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.869227 31063 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/wal
23:52:36.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf6616a9cba847e4896f8aaf4042b9dc"
23:52:36.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:36 on dist-test-slave-152c"
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.869683 31063 fs_report.cc:389] FS layout report
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/wal
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/wal
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/data/data
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:36.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.960119 31063 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:36.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.961651 31063 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:52:36.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:36.962102 31063 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:37.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.034345 31063 rpc_server.cc:307] RPC server started. Bound to: 127.30.47.60:34917
23:52:37.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.034431 31140 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.47.60:34917 every 8 connection(s)
23:52:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.037101 31063 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/data/info.pb
23:52:37.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.042408 30908 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 31063
23:52:37.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.042850 30908 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster13011063923796192996/master-2/wal/instance
23:52:37.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.042932 31141 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:52:37.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.054828 31141 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.47.62" port: 32801 } has no permanent_uuid. Determining permanent_uuid...
23:52:37.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.062734 30988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } attempt: 6
23:52:37.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.090010 31141 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } has no permanent_uuid. Determining permanent_uuid...
23:52:37.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.100013 30988 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a43730d5f83a498297e4e36cc83e2246: Bootstrap starting.
23:52:37.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.106388 31141 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } has no permanent_uuid. Determining permanent_uuid...
23:52:37.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.106679 30988 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a43730d5f83a498297e4e36cc83e2246: Neither blocks nor log segments found. Creating new log.
23:52:37.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.109103 30988 log.cc:826] T 00000000000000000000000000000000 P a43730d5f83a498297e4e36cc83e2246: Log is configured to *not* fsync() on all Append() calls
23:52:37.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.120010 30988 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a43730d5f83a498297e4e36cc83e2246: No bootstrap required, opened a new log
23:52:37.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.120966 30908 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:52:37.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.124517 31141 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc: Bootstrap starting.
23:52:37.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.131071 31141 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc: Neither blocks nor log segments found. Creating new log.
23:52:37.132 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:37.133 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:52:37.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.133222 31141 log.cc:826] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc: Log is configured to *not* fsync() on all Append() calls
23:52:37.134 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.47.62"
      port: 32801
    }
    bound_http_address {
      host: "127.30.47.62"
      port: 38745
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.47.61"
      port: 35445
    }
    bound_http_address {
      host: "127.30.47.61"
      port: 45915
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.47.60"
      port: 34917
    }
    bound_http_address {
      host: "127.30.47.60"
      port: 36751
    }
  }
}

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

23:52:37.135 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:37.136 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:37.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.136885 30908 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 30920
23:52:37.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.139724 31141 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc: No bootstrap required, opened a new log
23:52:37.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.157469 30908 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 30989
23:52:37.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.165709 31141 raft_consensus.cc:359] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a43730d5f83a498297e4e36cc83e2246" member_type: VOTER last_known_addr { host: "127.30.47.62" port: 32801 } } peers { permanent_uuid: "063be43740da49bd9b4e8278512bac29" member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } } peers { permanent_uuid: "cf6616a9cba847e4896f8aaf4042b9dc" member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } }
23:52:37.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.166397 31141 raft_consensus.cc:385] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:37.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.166596 31141 raft_consensus.cc:740] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf6616a9cba847e4896f8aaf4042b9dc, State: Initialized, Role: FOLLOWER
23:52:37.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.167593 31141 consensus_queue.cc:260] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc [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: "a43730d5f83a498297e4e36cc83e2246" member_type: VOTER last_known_addr { host: "127.30.47.62" port: 32801 } } peers { permanent_uuid: "063be43740da49bd9b4e8278512bac29" member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } } peers { permanent_uuid: "cf6616a9cba847e4896f8aaf4042b9dc" member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } }
23:52:37.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.170589 31152 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc [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: "a43730d5f83a498297e4e36cc83e2246" member_type: VOTER last_known_addr { host: "127.30.47.62" port: 32801 } } peers { permanent_uuid: "063be43740da49bd9b4e8278512bac29" member_type: VOTER last_known_addr { host: "127.30.47.61" port: 35445 } } peers { permanent_uuid: "cf6616a9cba847e4896f8aaf4042b9dc" member_type: VOTER last_known_addr { host: "127.30.47.60" port: 34917 } } }
23:52:37.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.171545 31152 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc [sys.catalog]: This master's current role is: FOLLOWER
23:52:37.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.172210 31141 sys_catalog.cc:565] T 00000000000000000000000000000000 P cf6616a9cba847e4896f8aaf4042b9dc [sys.catalog]: configured and running, proceeding with master startup.
23:52:37.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:37.181200 30908 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 31063
23:52:38.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:38Z chronyd exiting
.23:52:39.310 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:39.310 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:39.311 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:39.331 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive8755219521785876526
23:52:39.332 [INFO - Thread-153] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:52:39.332 [INFO - Thread-153] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:52:39.334 [INFO - Thread-153] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:39.335 [INFO - Thread-153] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:39.335 [INFO - Thread-153] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:52:39.335 [INFO - Thread-153] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:52:39.337 [INFO - Thread-153] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:52:39.337 [INFO - Thread-153] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:52:39.338 [INFO - Thread-153] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:52:39.338 [INFO - Thread-153] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:52:39.340 [INFO - Thread-153] (HikariDataSource.java:80) objectstore - Starting...
23:52:39.401 [INFO - Thread-153] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:39.401 [INFO - Thread-153] (HikariDataSource.java:82) objectstore - Start completed.
23:52:39.402 [INFO - Thread-153] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:52:39.404 [INFO - Thread-153] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:52:39.407 [INFO - Thread-153] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:39.408 [INFO - Thread-153] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:52:39.422 [INFO - Thread-153] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:52:39.422 [INFO - Thread-153] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:52:39.422 [INFO - Thread-153] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:52:39.445 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:39.446 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:39.446 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:39.447 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:39.447 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:39.447 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:39.672 [INFO - Thread-153] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:52:39.672 [INFO - Thread-153] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@e20306a, with PersistenceManager: null will be shutdown
23:52:39.672 [INFO - Thread-153] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@e20306a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@53ea244a created in the thread with id: 214
23:52:39.674 [WARN - Thread-153] (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:52:39.675 [INFO - Thread-153] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@e20306a
23:52:39.800 [INFO - Thread-153] (HMSHandler.java:595) Started creating a default database with name: default
23:52:39.821 [INFO - Thread-153] (HMSHandler.java:605) Successfully created a default database with name: default
23:52:39.849 [INFO - Thread-153] (HMSHandler.java:668) Added admin role in metastore
23:52:39.850 [INFO - Thread-153] (HMSHandler.java:677) Added public role in metastore
23:52:39.881 [INFO - Thread-153] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:52:39.882 [INFO - Thread-153] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:52:39.882 [INFO - Thread-153] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:52:39.882 [INFO - Thread-153] (HiveMetaStore.java:697) Direct SQL optimization = true
23:52:39.883 [WARN - Thread-153] (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:52:39.883 [INFO - Thread-153] (HiveMetaStore.java:632) Started the new metaserver on port [41857]...
23:52:39.883 [INFO - Thread-153] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:52:39.883 [INFO - Thread-153] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:52:39.883 [INFO - Thread-153] (HiveMetaStore.java:635) TCP keepalive = true
23:52:39.883 [INFO - Thread-153] (HiveMetaStore.java:636) Enable SSL = false
23:52:40.334 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:40.334 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:40.334 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:40.336 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:52:40.336 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41857]
23:52:40.336 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41857) in binary transport mode
23:52:40.337 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41857) current connections: 1
23:52:40.339 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskHL7rxV/test-tmp
23:52:40.339 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
23:52:40.340 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskHL7rxV/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
23:52:40.343 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:52:40.679 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:40.680 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:52:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:40.683676 31182 mini_oidc.cc:150] Starting JWKS server
23:52:40.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:40.687053 31182 webserver.cc:534] Webserver started at http://127.0.0.1:38909/ using document root <none> and password file <none>
23:52:40.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:40.687505 31182 mini_oidc.cc:186] Starting OIDC Discovery server
23:52:40.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:40.689339 31182 webserver.cc:534] Webserver started at http://127.0.0.1:37869/ using document root <none> and password file <none>
23:52:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:40Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:52:40.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:40Z Disabled control of system clock
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:40.751804 31182 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/wal
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/data
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/logs
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/data/info.pb
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.115.190:35197
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.115.190
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.115.148:38439
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.115.190:35197,127.30.115.189:35659,127.30.115.188:42023
23:52:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:40.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38909/jwks.json with env {}
23:52:41.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.059811 31194 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:41.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.060391 31194 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:41.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.060851 31194 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:41.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.095633 31194 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:41.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.095934 31194 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:41.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.096132 31194 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:41.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.096349 31194 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:41.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.096542 31194 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:41.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.096688 31194 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38909/jwks.json
23:52:41.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:41.134291 31194 master_runner.cc:387] Master server non-default flags:
23:52:41.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.115.148:38439
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/data
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/wal
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.115.190:35197,127.30.115.189:35659,127.30.115.188:42023
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.115.190:35197
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38909/jwks.json
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/data/info.pb
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.115.190
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/logs
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:41.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:41.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:41.135787 31194 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:52:41.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:41.137467 31194 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:41.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.149039 31200 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:52:42.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:41.149514 31201 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:52:42.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.296586 31203 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:52:42.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.298797 31202 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1143 milliseconds
23:52:42.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.299248 31194 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.150s	user 0.402s	sys 0.740s
23:52:42.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.299695 31194 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.151s	user 0.402s	sys 0.740s
23:52:42.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.299937 31194 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:42.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.301069 31194 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:42.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.303771 31194 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:42.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.305207 31194 hybrid_clock.cc:648] HybridClock initialized: now 1783468362305162 us; error 54 us; skew 500 ppm
23:52:42.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.306128 31194 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:42.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.314842 31194 webserver.cc:534] Webserver started at http://127.30.115.190:43615/ using document root <none> and password file <none>
23:52:42.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.316177 31194 fs_manager.cc:362] Metadata directory not provided
23:52:42.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.316461 31194 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:42.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.316895 31194 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:42.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.321580 31194 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/data/instance:
23:52:42.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dfa20960fe24445a90b9f6b54394dcdb"
23:52:42.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:42 on dist-test-slave-152c"
23:52:42.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.322844 31194 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/wal/instance:
23:52:42.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dfa20960fe24445a90b9f6b54394dcdb"
23:52:42.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:42 on dist-test-slave-152c"
23:52:42.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.331293 31194 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.002s
23:52:42.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.339030 31210 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:42.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.340420 31194 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.002s
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.340808 31194 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/wal
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dfa20960fe24445a90b9f6b54394dcdb"
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:42 on dist-test-slave-152c"
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.341173 31194 fs_report.cc:389] FS layout report
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/wal
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/wal
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/data/data
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:42.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:42.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:42.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:42.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:42.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:42.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:42.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:42.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:42.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.406353 31194 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:42.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.407963 31194 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:52:42.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.408473 31194 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.479148 31194 rpc_server.cc:307] RPC server started. Bound to: 127.30.115.190:35197
23:52:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.479233 31261 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.115.190:35197 every 8 connection(s)
23:52:42.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.482016 31194 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/data/info.pb
23:52:42.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.483042 31182 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 31194
23:52:42.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.483481 31182 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-0/wal/instance
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.488511 31182 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/wal
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/data
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/logs
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/data/info.pb
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.115.189:35659
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.115.189
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.115.148:38439
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.115.190:35197,127.30.115.189:35659,127.30.115.188:42023
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38909/jwks.json with env {}
23:52:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.489553 31262 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:52:42.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.501598 31262 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } has no permanent_uuid. Determining permanent_uuid...
23:52:42.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.530882 31262 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } has no permanent_uuid. Determining permanent_uuid...
23:52:42.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.533845 31214 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.115.189:35659: connect: Connection refused (error 111)
23:52:42.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.538915 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.189:35659: Network error: Client connection negotiation failed: client connection to 127.30.115.189:35659: connect: Connection refused (error 111)
23:52:42.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.588595 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } attempt: 1
23:52:42.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.593916 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.189:35659: Network error: Client connection negotiation failed: client connection to 127.30.115.189:35659: connect: Connection refused (error 111)
23:52:42.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.662441 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } attempt: 2
23:52:42.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.667153 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.189:35659: Network error: Client connection negotiation failed: client connection to 127.30.115.189:35659: connect: Connection refused (error 111)
23:52:42.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.758744 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } attempt: 3
23:52:42.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.764436 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.189:35659: Network error: Client connection negotiation failed: client connection to 127.30.115.189:35659: connect: Connection refused (error 111)
23:52:42.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.811501 31264 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:42.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.812083 31264 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:42.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.812548 31264 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:42.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.846153 31264 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:42.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.846478 31264 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:42.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.846720 31264 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:42.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.846941 31264 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:42.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.847136 31264 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:42.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.847286 31264 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38909/jwks.json
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.884889 31264 master_runner.cc:387] Master server non-default flags:
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.115.148:38439
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/data
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/wal
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.115.190:35197,127.30.115.189:35659,127.30.115.188:42023
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.115.189:35659
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38909/jwks.json
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/data/info.pb
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.115.189
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/logs
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:42.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.886168 31264 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:52:42.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.887790 31264 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:42.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.899237 31273 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:52:42.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:42.907982 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } attempt: 4
23:52:42.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.915589 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.189:35659: Network error: Client connection negotiation failed: client connection to 127.30.115.189:35659: connect: Connection refused (error 111)
23:52:43.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:43.215107 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } attempt: 5
23:52:43.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:43.224192 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.189:35659: Network error: Client connection negotiation failed: client connection to 127.30.115.189:35659: connect: Connection refused (error 111)
23:52:43.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:43.771919 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } attempt: 6
23:52:43.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:43.795635 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.189:35659: Network error: Client connection negotiation failed: client connection to 127.30.115.189:35659: connect: Connection refused (error 111)
23:52:44.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:42.899930 31274 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:52:44.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.287788 31276 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:52:44.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.290269 31275 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1386 milliseconds
23:52:44.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.290730 31264 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.391s	user 0.490s	sys 0.895s
23:52:44.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.291069 31264 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.392s	user 0.490s	sys 0.895s
23:52:44.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.291254 31264 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:44.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.292518 31264 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:44.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.295280 31264 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:44.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.297086 31264 hybrid_clock.cc:648] HybridClock initialized: now 1783468364297028 us; error 63 us; skew 500 ppm
23:52:44.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.298054 31264 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:44.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.306099 31264 webserver.cc:534] Webserver started at http://127.30.115.189:38257/ using document root <none> and password file <none>
23:52:44.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.307238 31264 fs_manager.cc:362] Metadata directory not provided
23:52:44.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.307477 31264 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:44.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.308008 31264 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:44.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.312806 31264 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/data/instance:
23:52:44.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4"
23:52:44.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:44 on dist-test-slave-152c"
23:52:44.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.314165 31264 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/wal/instance:
23:52:44.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4"
23:52:44.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:44 on dist-test-slave-152c"
23:52:44.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.323154 31264 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.001s
23:52:44.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.330066 31285 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:44.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.331646 31264 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.007s	sys 0.000s
23:52:44.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.332123 31264 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/wal
23:52:44.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4"
23:52:44.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:44 on dist-test-slave-152c"
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.332592 31264 fs_report.cc:389] FS layout report
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/wal
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/wal
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/data/data
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:44.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.412840 31264 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:44.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.414381 31264 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:52:44.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.414844 31264 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:44.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.487143 31264 rpc_server.cc:307] RPC server started. Bound to: 127.30.115.189:35659
23:52:44.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.487176 31336 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.115.189:35659 every 8 connection(s)
23:52:44.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.491181 31264 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/data/info.pb
23:52:44.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.492161 31182 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 31264
23:52:44.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.492561 31182 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-1/wal/instance
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.494992 31182 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/wal
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/data
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/logs
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/data/info.pb
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:44.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.115.188:42023
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.115.188
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.115.148:38439
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.115.190:35197,127.30.115.189:35659,127.30.115.188:42023
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38909/jwks.json with env {}
23:52:44.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.498584 31337 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:52:44.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.510068 31337 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } has no permanent_uuid. Determining permanent_uuid...
23:52:44.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.531729 31337 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } has no permanent_uuid. Determining permanent_uuid...
23:52:44.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.548329 31337 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } has no permanent_uuid. Determining permanent_uuid...
23:52:44.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.550670 31289 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:44.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.554884 31337 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:44.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.604526 31337 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 1
23:52:44.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.608985 31337 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:44.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.677487 31337 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 2
23:52:44.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.682041 31337 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:44.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.773514 31337 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 3
23:52:44.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.777949 31337 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:44.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.823310 31339 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:44.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.823899 31339 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:44.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.824453 31339 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:44.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.856145 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } attempt: 7
23:52:44.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.857475 31339 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:44.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.857873 31339 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:44.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.858449 31339 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:44.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.858911 31339 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:44.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.859218 31339 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:44.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.859503 31339 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38909/jwks.json
23:52:44.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.869326 31262 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } has no permanent_uuid. Determining permanent_uuid...
23:52:44.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.875896 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:44.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.899317 31339 master_runner.cc:387] Master server non-default flags:
23:52:44.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:44.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.115.148:38439
23:52:44.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/data
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/wal
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.115.190:35197,127.30.115.189:35659,127.30.115.188:42023
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.115.188:42023
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38909/jwks.json
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/data/info.pb
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.115.188
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/logs
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on e7f111948823
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16836
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
23:52:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.900625 31339 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:52:44.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.902298 31339 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:44.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.913260 31351 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:52:44.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.921450 31337 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 4
23:52:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.926110 31337 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:44.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:44.934337 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 1
23:52:44.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.939904 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:45.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:45.021431 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 2
23:52:45.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:45.028915 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:45.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:45.114451 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 3
23:52:45.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:45.120765 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:45.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:45.225612 31337 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 5
23:52:45.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:45.232101 31337 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:45.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:45.261353 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 4
23:52:45.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:45.267452 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:45.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:45.550977 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 5
23:52:45.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:45.557554 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:45.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:45.779641 31337 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 6
23:52:45.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:45.789628 31337 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:46.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.921543 31354 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:52:46.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:44.914366 31352 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:52:46.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:46.086203 31353 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1168 milliseconds
23:52:46.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.086326 31339 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
23:52:46.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.087674 31339 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:46.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.091457 31339 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:46.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.092898 31339 hybrid_clock.cc:648] HybridClock initialized: now 1783468366092846 us; error 65 us; skew 500 ppm
23:52:46.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.093712 31339 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:52:46.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.099972 31339 webserver.cc:534] Webserver started at http://127.30.115.188:40329/ using document root <none> and password file <none>
23:52:46.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.101020 31339 fs_manager.cc:362] Metadata directory not provided
23:52:46.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.101265 31339 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:46.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.101804 31339 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:46.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.106405 31339 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/data/instance:
23:52:46.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "02d8ba7f75d940f18b63e91cca132822"
23:52:46.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:46 on dist-test-slave-152c"
23:52:46.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.107790 31339 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/wal/instance:
23:52:46.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "02d8ba7f75d940f18b63e91cca132822"
23:52:46.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:46 on dist-test-slave-152c"
23:52:46.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.110152 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 6
23:52:46.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.118458 31339 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.001s	sys 0.008s
23:52:46.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:46.120702 31262 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.115.188:42023: Network error: Client connection negotiation failed: client connection to 127.30.115.188:42023: connect: Connection refused (error 111)
23:52:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.125556 31365 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:46.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.127018 31339 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
23:52:46.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.127385 31339 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/data,/tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/wal
23:52:46.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "02d8ba7f75d940f18b63e91cca132822"
23:52:46.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:46 on dist-test-slave-152c"
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.127714 31339 fs_report.cc:389] FS layout report
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/wal
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/wal
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/data/data
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:46.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:46.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.197438 31339 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:46.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.199095 31339 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:52:46.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.199599 31339 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:46.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.274720 31339 rpc_server.cc:307] RPC server started. Bound to: 127.30.115.188:42023
23:52:46.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.274850 31416 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.115.188:42023 every 8 connection(s)
23:52:46.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.277330 31339 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/data/info.pb
23:52:46.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.278375 31182 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu as pid 31339
23:52:46.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.278894 31182 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskHL7rxV/test-tmp/mini-kudu-cluster1713626515128606326/master-2/wal/instance
23:52:46.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.284735 31417 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:52:46.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.300679 31417 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } has no permanent_uuid. Determining permanent_uuid...
23:52:46.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.317418 31417 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } has no permanent_uuid. Determining permanent_uuid...
23:52:46.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.329689 31417 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } has no permanent_uuid. Determining permanent_uuid...
23:52:46.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.340068 31182 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:52:46.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.345845 31417 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822: Bootstrap starting.
23:52:46.348 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:46.348 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:52:46.349 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.115.190"
      port: 35197
    }
    bound_http_address {
      host: "127.30.115.190"
      port: 43615
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.115.189"
      port: 35659
    }
    bound_http_address {
      host: "127.30.115.189"
      port: 38257
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.115.188"
      port: 42023
    }
    bound_http_address {
      host: "127.30.115.188"
      port: 40329
    }
  }
}

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

23:52:46.351 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:46.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.352303 31417 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822: Neither blocks nor log segments found. Creating new log.
23:52:46.352 [INFO - Metastore-Handler-Pool: Thread-235] (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=9ce8581d-8bb7-46e6-a1f3-c75ced33ce95, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.115.189:35659,127.30.115.190:35197,127.30.115.188:42023}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:46.353 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:46.354 [INFO - Metastore-Handler-Pool: Thread-235] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:46.354 [INFO - Metastore-Handler-Pool: Thread-235] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5dbeca95, with PersistenceManager: null will be shutdown
23:52:46.354 [INFO - Metastore-Handler-Pool: Thread-235] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5dbeca95, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6e2d7d28 created in the thread with id: 235
23:52:46.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.354815 31417 log.cc:826] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822: Log is configured to *not* fsync() on all Append() calls
23:52:46.360 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5dbeca95
23:52:46.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.362591 31417 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822: No bootstrap required, opened a new log
23:52:46.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.381826 31417 raft_consensus.cc:359] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } }
23:52:46.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.382506 31417 raft_consensus.cc:385] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:46.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.382824 31417 raft_consensus.cc:740] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02d8ba7f75d940f18b63e91cca132822, State: Initialized, Role: FOLLOWER
23:52:46.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.383716 31417 consensus_queue.cc:260] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [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: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } }
23:52:46.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.387533 31426 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [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: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:46.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.388689 31426 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [sys.catalog]: This master's current role is: FOLLOWER
23:52:46.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.389371 31417 sys_catalog.cc:565] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [sys.catalog]: configured and running, proceeding with master startup.
23:52:46.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:46.417582 31437 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:46.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:46.419566 31437 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:46.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.414553 31339 master_runner.cc:187] Error getting master registration for 127.30.115.190:35197: OK, instance_id { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" instance_seqno: 1783468362460232 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:46.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.444939 31339 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:46.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:46.455255 31371 tablet.cc:2406] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:46.680 [WARN - Metastore-Handler-Pool: Thread-235] (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:52:46.687 [WARN - Metastore-Handler-Pool: Thread-235] (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:52:46.687 [WARN - Metastore-Handler-Pool: Thread-235] (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:52:46.758 [INFO - Metastore-Handler-Pool: Thread-235] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:46.763 [INFO - Metastore-Handler-Pool: Thread-235] (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/hive8755219521785876526/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=9ce8581d-8bb7-46e6-a1f3-c75ced33ce95, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.115.189:35659,127.30.115.190:35197,127.30.115.188:42023}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:46.764 [INFO - Metastore-Handler-Pool: Thread-235] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8755219521785876526/external-warehouse/table
23:52:46.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.772810 31426 raft_consensus.cc:493] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:52:46.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.773391 31426 raft_consensus.cc:515] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } }
23:52:46.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.783121 31426 leader_election.cc:290] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dfa20960fe24445a90b9f6b54394dcdb (127.30.115.190:35197), cf5ee1d36a754c57b204ac7daaf5e4f4 (127.30.115.189:35659)
23:52:46.819 [DEBUG - Metastore-Handler-Pool: Thread-235] (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:52:46.820 [DEBUG - Metastore-Handler-Pool: Thread-235] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:52:46.821 [DEBUG - Metastore-Handler-Pool: Thread-235] (Connection.java:748) [peer master-127.30.115.189:35659(127.30.115.189:35659)] connecting to peer
23:52:46.831 [DEBUG - Metastore-Handler-Pool: Thread-235] (Connection.java:748) [peer master-127.30.115.190:35197(127.30.115.190:35197)] connecting to peer
23:52:46.835 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.115.189:35659(127.30.115.189:35659)] Successfully connected to peer
23:52:46.839 [DEBUG - Metastore-Handler-Pool: Thread-235] (Connection.java:748) [peer master-127.30.115.188:42023(127.30.115.188:42023)] connecting to peer
23:52:46.841 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.115.190:35197(127.30.115.190:35197)] Successfully connected to peer
23:52:46.847 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.115.189
23:52:46.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.850128 31337 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 7
23:52:46.852 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.30.115.188:42023(127.30.115.188:42023)] Successfully connected to peer
23:52:46.867 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.115.190
23:52:46.876 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.115.188
23:52:46.881 [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:52:46.890 [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:52:46.893 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x1048dee9, L:/127.0.0.1:37852 - R:/127.30.115.189:35659] using SASL/PLAIN
23:52:46.899 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.189:35659: Catalog manager is not initialized. State: Starting
23:52:46.903 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x94c5cdc7, L:/127.0.0.1:50146 - R:/127.30.115.190:35197] using SASL/PLAIN
23:52:46.908 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.190:35197: Catalog manager is not initialized. State: Starting
23:52:46.926 [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:52:46.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.934156 31337 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4: Bootstrap starting.
23:52:46.943 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xe029d430, L:/127.0.0.1:51782 - R:/127.30.115.188:42023] using SASL/PLAIN
23:52:46.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.949772 31337 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4: Neither blocks nor log segments found. Creating new log.
23:52:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.952531 31337 log.cc:826] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4: Log is configured to *not* fsync() on all Append() calls
23:52:46.960 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.30.115.189:35659,127.30.115.190:35197,127.30.115.188:42023; will retry
23:52:46.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:46.965615 31337 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4: No bootstrap required, opened a new log
23:52:46.989 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.190:35197: Catalog manager is not initialized. State: Starting
23:52:46.990 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.189:35659: Catalog manager is not initialized. State: Starting
23:52:46.997 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.30.115.189:35659,127.30.115.190:35197,127.30.115.188:42023; will retry
23:52:47.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.005518 31337 raft_consensus.cc:359] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } }
23:52:47.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.006445 31337 raft_consensus.cc:385] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:47.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.006826 31337 raft_consensus.cc:740] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf5ee1d36a754c57b204ac7daaf5e4f4, State: Initialized, Role: FOLLOWER
23:52:47.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.007866 31337 consensus_queue.cc:260] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [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: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } }
23:52:47.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.010833 31453 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [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: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:47.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.011714 31453 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [sys.catalog]: This master's current role is: FOLLOWER
23:52:47.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.012876 31337 sys_catalog.cc:565] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [sys.catalog]: configured and running, proceeding with master startup.
23:52:47.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.013046 31312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "02d8ba7f75d940f18b63e91cca132822" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" is_pre_election: true
23:52:47.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.013988 31312 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02d8ba7f75d940f18b63e91cca132822 in term 0.
23:52:47.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.015452 31369 leader_election.cc:304] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [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: 02d8ba7f75d940f18b63e91cca132822, cf5ee1d36a754c57b204ac7daaf5e4f4; no voters: 
23:52:47.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.016376 31426 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:52:47.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.016757 31426 raft_consensus.cc:493] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:52:47.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.017099 31426 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 0 FOLLOWER]: Advancing to term 1
23:52:47.027 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.189:35659: Catalog manager is not initialized. State: Starting
23:52:47.027 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.190:35197: Catalog manager is not initialized. State: Starting
23:52:47.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.030872 31426 raft_consensus.cc:515] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } }
23:52:47.041 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.30.115.189:35659,127.30.115.190:35197,127.30.115.188:42023; will retry
23:52:47.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.042861 31426 leader_election.cc:290] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [CANDIDATE]: Term 1 election: Requested vote from peers dfa20960fe24445a90b9f6b54394dcdb (127.30.115.190:35197), cf5ee1d36a754c57b204ac7daaf5e4f4 (127.30.115.189:35659)
23:52:47.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.044039 31312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "02d8ba7f75d940f18b63e91cca132822" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4"
23:52:47.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.044631 31312 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [term 0 FOLLOWER]: Advancing to term 1
23:52:47.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.051400 31312 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02d8ba7f75d940f18b63e91cca132822 in term 1.
23:52:47.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.052573 31369 leader_election.cc:304] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [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: 02d8ba7f75d940f18b63e91cca132822, cf5ee1d36a754c57b204ac7daaf5e4f4; no voters: 
23:52:47.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.053300 31426 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 1 FOLLOWER]: Leader election won for term 1
23:52:47.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.055436 31426 raft_consensus.cc:697] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [term 1 LEADER]: Becoming Leader. State: Replica: 02d8ba7f75d940f18b63e91cca132822, State: Running, Role: LEADER
23:52:47.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.056468 31426 consensus_queue.cc:237] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [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: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } }
23:52:47.066 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.190:35197: Catalog manager is not initialized. State: Starting
23:52:47.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.065620 31465 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:52:47.067 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.189:35659: Catalog manager is not initialized. State: Starting
23:52:47.070 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.30.115.189:35659,127.30.115.190:35197,127.30.115.188:42023; will retry
23:52:47.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.069819 31464 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 02d8ba7f75d940f18b63e91cca132822. Latest consensus state: current_term: 1 leader_uuid: "02d8ba7f75d940f18b63e91cca132822" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:47.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.070685 31464 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [sys.catalog]: This master's current role is: LEADER
23:52:47.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.083725 31467 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:52:47.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.091493 31467 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:52:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.070149 31264 master_runner.cc:187] Error getting master registration for 127.30.115.190:35197: OK, instance_id { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" instance_seqno: 1783468362460232 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:47.107 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.190:35197: Catalog manager is not initialized. State: Starting
23:52:47.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.102355 31264 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:47.110 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.30.115.189:35659,127.30.115.190:35197,127.30.115.188:42023; will retry
23:52:47.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.115264 31312 raft_consensus.cc:1275] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [term 1 FOLLOWER]: Refusing update from remote peer 02d8ba7f75d940f18b63e91cca132822: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.117151 31426 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:47.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.133224 31453 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 02d8ba7f75d940f18b63e91cca132822. Latest consensus state: current_term: 1 leader_uuid: "02d8ba7f75d940f18b63e91cca132822" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:47.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.133977 31453 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [sys.catalog]: This master's current role is: FOLLOWER
23:52:47.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.140759 31468 mvcc.cc:204] Tried to move back new op lower bound from 7305086431682232320 to 7305086431475302400. Current Snapshot: MvccSnapshot[applied={T|T < 7305086431682232320}]
23:52:47.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.145933 31453 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "02d8ba7f75d940f18b63e91cca132822" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:47.147 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.190:35197: Catalog manager is not initialized. State: Starting
23:52:47.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.146631 31453 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf5ee1d36a754c57b204ac7daaf5e4f4 [sys.catalog]: This master's current role is: FOLLOWER
23:52:47.151 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.30.115.189:35659,127.30.115.190:35197,127.30.115.188:42023; will retry
23:52:47.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.150384 31426 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "02d8ba7f75d940f18b63e91cca132822" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:47.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.151041 31426 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [sys.catalog]: This master's current role is: LEADER
23:52:47.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.153256 31469 mvcc.cc:204] Tried to move back new op lower bound from 7305086431682232320 to 7305086431475302400. Current Snapshot: MvccSnapshot[applied={T|T < 7305086431682232320 or (T in {7305086431682232320})}]
23:52:47.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.154023 31262 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } attempt: 7
23:52:47.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.166270 31467 catalog_manager.cc:1382] Generated new cluster ID: a495c2f43481481a88aaeb8346cec1e3
23:52:47.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.166592 31467 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:52:47.187 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.190:35197: Catalog manager is not initialized. State: Starting
23:52:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.188987 31262 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb: Bootstrap starting.
23:52:47.194 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.30.115.189:35659,127.30.115.190:35197,127.30.115.188:42023; will retry
23:52:47.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.199369 31467 catalog_manager.cc:1405] Generated new certificate authority record
23:52:47.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.201900 31467 catalog_manager.cc:1539] Loading token signing keys...
23:52:47.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.202600 31262 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb: Neither blocks nor log segments found. Creating new log.
23:52:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.205075 31262 log.cc:826] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb: Log is configured to *not* fsync() on all Append() calls
23:52:47.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.211871 31262 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb: No bootstrap required, opened a new log
23:52:47.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.228199 31467 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822: Generated new TSK 0
23:52:47.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.229385 31467 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:52:47.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.244794 31262 raft_consensus.cc:359] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } }
23:52:47.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.245764 31262 raft_consensus.cc:385] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:47.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.246090 31262 raft_consensus.cc:740] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfa20960fe24445a90b9f6b54394dcdb, State: Initialized, Role: FOLLOWER
23:52:47.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.247283 31262 consensus_queue.cc:260] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [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: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } }
23:52:47.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.252538 31476 sys_catalog.cc:455] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [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: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:47.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.254621 31476 sys_catalog.cc:458] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [sys.catalog]: This master's current role is: FOLLOWER
23:52:47.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.255681 31236 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "02d8ba7f75d940f18b63e91cca132822" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfa20960fe24445a90b9f6b54394dcdb"
23:52:47.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.255096 31237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "02d8ba7f75d940f18b63e91cca132822" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfa20960fe24445a90b9f6b54394dcdb" is_pre_election: true
23:52:47.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.255790 31235 raft_consensus.cc:3060] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [term 0 FOLLOWER]: Advancing to term 1
23:52:47.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.254959 31262 sys_catalog.cc:565] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [sys.catalog]: configured and running, proceeding with master startup.
23:52:47.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.280907 31235 raft_consensus.cc:1275] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [term 1 FOLLOWER]: Refusing update from remote peer 02d8ba7f75d940f18b63e91cca132822: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.283268 31464 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:47.349 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.30.115.190:35197: Catalog manager is not initialized. State: Starting
23:52:47.353 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:52:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.386659 31476 sys_catalog.cc:455] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 02d8ba7f75d940f18b63e91cca132822. Latest consensus state: current_term: 1 leader_uuid: "02d8ba7f75d940f18b63e91cca132822" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.386870 31484 sys_catalog.cc:455] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "02d8ba7f75d940f18b63e91cca132822" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.387686 31476 sys_catalog.cc:458] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [sys.catalog]: This master's current role is: FOLLOWER
23:52:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.387732 31484 sys_catalog.cc:458] T 00000000000000000000000000000000 P dfa20960fe24445a90b9f6b54394dcdb [sys.catalog]: This master's current role is: FOLLOWER
23:52:47.419 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:47.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.424916 31492 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:52:47.453 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:47.455 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:47.464 [INFO - Metastore-Handler-Pool: Thread-235] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:47.504 [INFO - Metastore-Handler-Pool: Thread-235] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:47.504 [INFO - Metastore-Handler-Pool: Thread-235] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:47.601 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:47.631 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:47.632 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:47.733 [WARN - Metastore-Handler-Pool: Thread-235] (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:52:47.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.755761 31464 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "02d8ba7f75d940f18b63e91cca132822" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfa20960fe24445a90b9f6b54394dcdb" member_type: VOTER last_known_addr { host: "127.30.115.190" port: 35197 } } peers { permanent_uuid: "cf5ee1d36a754c57b204ac7daaf5e4f4" member_type: VOTER last_known_addr { host: "127.30.115.189" port: 35659 } } peers { permanent_uuid: "02d8ba7f75d940f18b63e91cca132822" member_type: VOTER last_known_addr { host: "127.30.115.188" port: 42023 } } }
23:52:47.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.757171 31464 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02d8ba7f75d940f18b63e91cca132822 [sys.catalog]: This master's current role is: LEADER
23:52:47.851 [WARN - Metastore-Handler-Pool: Thread-235] (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:52:47.881 [WARN - Metastore-Handler-Pool: Thread-235] (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:52:47.983 [INFO - Metastore-Handler-Pool: Thread-235] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:52:47.984 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:47.984 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:52:47.984 [INFO - Metastore-Handler-Pool: Thread-235] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5dbeca95, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6e2d7d28 will be shutdown
23:52:47.984 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:52:47.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:47.984436 31182 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 31194
23:52:48.016 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.115.190:35197(127.30.115.190:35197)] handling channelInactive
23:52:48.016 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.115.190:35197(127.30.115.190:35197)] cleaning up while in state READY due to: connection closed
23:52:48.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:48.018852 31182 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 31264
23:52:48.051 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.115.189:35659(127.30.115.189:35659)] handling channelInactive
23:52:48.051 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.115.189:35659(127.30.115.189:35659)] cleaning up while in state READY due to: connection closed
23:52:48.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:48.053185 31182 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskHL7rxV/build/tsan/bin/kudu with pid 31339
23:52:48.088 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.30.115.188:42023(127.30.115.188:42023)] handling channelInactive
23:52:48.089 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.30.115.188:42023(127.30.115.188:42023)] cleaning up while in state READY due to: connection closed
23:52:49.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:49Z chronyd exiting

Time: 79.833

OK (6 tests)

