JUnit version 4.13.2
.00:14:25.288 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:14:25.294 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:14:25.295 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:14:25.422 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4002843113404552730
00:14:25.573 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:14:25.588 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:14:25.839 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:14:25.869 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:14:25.870 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
00:14:25.902 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
00:14:25.918 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:14:25.938 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
00:14:26.805 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:14:26.810 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
00:14:26.833 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:14:26.835 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:14:26.849 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:14:26.850 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:14:27.042 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:14:27.042 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:14:27.044 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:14:27.614 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:14:27.615 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
00:14:27.650 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@439e5e61 created in the thread with id: 13
00:14:27.724 [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
00:14:27.948 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:27.950 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:27.951 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:27.952 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:27.953 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:27.954 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:28.649 [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
00:14:28.650 [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.69
00:14:28.650 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
00:14:28.976 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
00:14:29.027 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
00:14:29.076 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
00:14:29.079 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
00:14:29.156 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:14:29.162 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:14:29.437 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:14:29.445 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
00:14:29.448 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:14:29.449 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:14:29.450 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:14:29.457 [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)
00:14:29.458 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [33713]...
00:14:29.459 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:14:29.459 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:14:29.459 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
00:14:29.459 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
00:14:29.469 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:14:29.470 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33713]
00:14:29.470 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33713) in binary transport mode
00:14:29.487 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33713) current connections: 1
00:14:29.589 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
00:14:29.706 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4R9ju7/test-tmp
00:14:29.708 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:14:29.711 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4R9ju7/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:14:29.742 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33713"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:14:30.406 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:14:30.414 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:14:30.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:30.419289 17477 mini_oidc.cc:150] Starting JWKS server
00:14:30.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:30.424639 17477 webserver.cc:533] Webserver started at http://127.0.0.1:44541/ using document root <none> and password file <none>
00:14:30.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:30.425393 17477 mini_oidc.cc:186] Starting OIDC Discovery server
00:14:30.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:30.427997 17477 webserver.cc:533] Webserver started at http://127.0.0.1:34101/ using document root <none> and password file <none>
00:14:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:14:30Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:14:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:14:30Z Disabled control of system clock
00:14:30.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:30.504338 17477 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:30.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:30.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/wal
00:14:30.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/data
00:14:30.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:14:30.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:14:30.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:14:30.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:30.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:30.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:30.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/logs
00:14:30.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/data/info.pb
00:14:30.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:30.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:14:30.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:14:30.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:14:30.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:14:30.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:14:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:14:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.17.126:36803
00:14:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.17.126
00:14:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.17.84:43005
00:14:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319
00:14:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44541/jwks.json
00:14:30.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33713 with env {}
00:14:30.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.862799 17504 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:14:30.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.863444 17504 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:14:30.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.864010 17504 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:14:30.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.898502 17504 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:14:30.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.898838 17504 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:14:30.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.899111 17504 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:14:30.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.899441 17504 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:14:30.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.899767 17504 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:14:30.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.899971 17504 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44541/jwks.json
00:14:30.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:30.937987 17504 master_runner.cc:387] Master server non-default flags:
00:14:30.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/logs
00:14:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:14:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.17.84:43005
00:14:30.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:30.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:30.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/data
00:14:30.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/wal
00:14:30.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33713
00:14:30.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:30.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319
00:14:30.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:30.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:30.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:30.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.17.126:36803
00:14:30.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:30.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:14:30.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:30.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44541/jwks.json
00:14:30.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:30.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:30.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/data/info.pb
00:14:30.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.17.126
00:14:30.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:14:30.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:14:30.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:14:30.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:14:30.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:14:30.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:30.940057 17504 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:14:30.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:30.942655 17504 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:14:30.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.958408 17516 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
00:14:32.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.365898 17513 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 17504
00:14:32.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.375505 17513 kernel_stack_watchdog.cc:198] Thread 17504 stuck at /home/jenkins-slave/workspace/build_and_test@4/src/kudu/util/thread.cc:642 for 401ms:
00:14:32.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
00:14:32.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
00:14:32.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
00:14:32.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
00:14:32.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.376036 17504 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.418s	user 0.450s	sys 0.960s
00:14:32.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.376899 17504 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.419s	user 0.451s	sys 0.961s
00:14:32.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:30.959447 17518 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
00:14:32.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.379040 17521 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
00:14:32.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.382699 17520 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1417 milliseconds
00:14:32.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.382833 17504 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
00:14:32.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.384464 17504 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:14:32.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.387742 17504 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:14:32.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.389329 17504 hybrid_clock.cc:648] HybridClock initialized: now 1786493672389251 us; error 90 us; skew 500 ppm
00:14:32.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.390645 17504 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:14:32.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.398411 17504 webserver.cc:533] Webserver started at http://127.17.17.126:35587/ using document root <none> and password file <none>
00:14:32.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.400131 17504 fs_manager.cc:362] Metadata directory not provided
00:14:32.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.400382 17504 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:14:32.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.401206 17504 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:14:32.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.407512 17504 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/data/instance:
00:14:32.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e64f37e194ac4640abfa19fa15c3f202"
00:14:32.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:32 on dist-test-slave-z8x9"
00:14:32.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.409111 17504 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/wal/instance:
00:14:32.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e64f37e194ac4640abfa19fa15c3f202"
00:14:32.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:32 on dist-test-slave-z8x9"
00:14:32.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.419799 17504 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.004s	sys 0.004s
00:14:32.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.428292 17535 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:14:32.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.430186 17504 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.006s	sys 0.000s
00:14:32.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.430588 17504 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/wal
00:14:32.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e64f37e194ac4640abfa19fa15c3f202"
00:14:32.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:32 on dist-test-slave-z8x9"
00:14:32.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.431015 17504 fs_report.cc:389] FS layout report
00:14:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:14:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/wal
00:14:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/wal
00:14:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/data/data
00:14:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:14:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:14:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:14:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:14:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:14:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:14:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:14:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:14:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:14:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:14:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:14:32.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.492666 17504 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:14:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.494709 17504 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:14:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.495162 17504 kserver.cc:163] Server-wide thread pool size limit: 3276
00:14:32.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.600021 17504 rpc_server.cc:307] RPC server started. Bound to: 127.17.17.126:36803
00:14:32.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.600080 17640 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.17.126:36803 every 8 connection(s)
00:14:32.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.604470 17504 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/data/info.pb
00:14:32.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.614081 17477 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 17504
00:14:32.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.614916 17477 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-0/wal/instance
00:14:32.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.617460 17641 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:14:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.622494 17477 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/wal
00:14:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/data
00:14:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:14:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:14:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:14:32.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:32.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:32.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:32.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/logs
00:14:32.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/data/info.pb
00:14:32.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:32.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:14:32.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:14:32.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:14:32.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:14:32.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:32.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:32.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:32.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:14:32.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:14:32.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:32.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.17.125:45423
00:14:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.17.125
00:14:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.17.84:43005
00:14:32.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:32.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:32.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:32.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:32.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319
00:14:32.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:32.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44541/jwks.json
00:14:32.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33713 with env {}
00:14:32.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.638186 17641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } has no permanent_uuid. Determining permanent_uuid...
00:14:32.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.686225 17641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } has no permanent_uuid. Determining permanent_uuid...
00:14:32.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.689533 17536 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.17.125:45423: connect: Connection refused (error 111)
00:14:32.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.695706 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.125:45423: Network error: Client connection negotiation failed: client connection to 127.17.17.125:45423: connect: Connection refused (error 111)
00:14:32.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.745352 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } attempt: 1
00:14:32.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.751614 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.125:45423: Network error: Client connection negotiation failed: client connection to 127.17.17.125:45423: connect: Connection refused (error 111)
00:14:32.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.820273 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } attempt: 2
00:14:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.827431 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.125:45423: Network error: Client connection negotiation failed: client connection to 127.17.17.125:45423: connect: Connection refused (error 111)
00:14:32.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:32.919098 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } attempt: 3
00:14:32.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.924088 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.125:45423: Network error: Client connection negotiation failed: client connection to 127.17.17.125:45423: connect: Connection refused (error 111)
00:14:32.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.988229 17642 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:14:32.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.989099 17642 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:14:32.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:32.989926 17642 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:14:33.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.024927 17642 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:14:33.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.025282 17642 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:14:33.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.025496 17642 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:14:33.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.025691 17642 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:14:33.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.025872 17642 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:14:33.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.026011 17642 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44541/jwks.json
00:14:33.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:33.063182 17642 master_runner.cc:387] Master server non-default flags:
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/logs
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.17.84:43005
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/data
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/wal
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33713
00:14:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319
00:14:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.17.125:45423
00:14:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:33.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:14:33.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:33.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44541/jwks.json
00:14:33.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:33.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:33.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/data/info.pb
00:14:33.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.17.125
00:14:33.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:33.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:14:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:33.064551 17642 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:14:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:33.066848 17642 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:14:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:33.067579 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } attempt: 4
00:14:33.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.072031 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.125:45423: Network error: Client connection negotiation failed: client connection to 127.17.17.125:45423: connect: Connection refused (error 111)
00:14:33.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.080291 17663 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
00:14:33.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:33.371562 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } attempt: 5
00:14:33.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.384619 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.125:45423: Network error: Client connection negotiation failed: client connection to 127.17.17.125:45423: connect: Connection refused (error 111)
00:14:33.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:33.933568 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } attempt: 6
00:14:33.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.966152 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.125:45423: Network error: Client connection negotiation failed: client connection to 127.17.17.125:45423: connect: Connection refused (error 111)
00:14:34.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:33.081075 17665 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
00:14:34.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:34.406612 17668 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1322 milliseconds
00:14:34.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:34.407922 17671 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
00:14:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:34.411267 17642 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.331s	user 0.432s	sys 0.894s
00:14:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:34.411734 17642 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.332s	user 0.432s	sys 0.894s
00:14:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.412040 17642 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
00:14:34.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.414039 17642 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:14:34.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.423017 17642 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:14:34.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.425340 17642 hybrid_clock.cc:648] HybridClock initialized: now 1786493674425225 us; error 118 us; skew 500 ppm
00:14:34.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.427910 17642 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:14:34.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.450342 17642 webserver.cc:533] Webserver started at http://127.17.17.125:32815/ using document root <none> and password file <none>
00:14:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.451821 17642 fs_manager.cc:362] Metadata directory not provided
00:14:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.452170 17642 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:14:34.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.452855 17642 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:14:34.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.460718 17642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/data/instance:
00:14:34.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "33fc093135884f17bfa14e730aacaa5f"
00:14:34.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:34 on dist-test-slave-z8x9"
00:14:34.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.462539 17642 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/wal/instance:
00:14:34.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "33fc093135884f17bfa14e730aacaa5f"
00:14:34.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:34 on dist-test-slave-z8x9"
00:14:34.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.471603 17642 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.004s	sys 0.004s
00:14:34.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.478669 17684 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:14:34.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.480396 17642 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.003s
00:14:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.480721 17642 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/wal
00:14:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "33fc093135884f17bfa14e730aacaa5f"
00:14:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:34 on dist-test-slave-z8x9"
00:14:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.481063 17642 fs_report.cc:389] FS layout report
00:14:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:14:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/wal
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/wal
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/data/data
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:14:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:14:34.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:14:34.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:14:34.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:14:34.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.577160 17642 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:14:34.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.579007 17642 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:14:34.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.579452 17642 kserver.cc:163] Server-wide thread pool size limit: 3276
00:14:34.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.872371 17642 rpc_server.cc:307] RPC server started. Bound to: 127.17.17.125:45423
00:14:34.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.873001 17771 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.17.125:45423 every 8 connection(s)
00:14:34.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.881588 17642 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/data/info.pb
00:14:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.892442 17477 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 17642
00:14:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.893476 17477 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-1/wal/instance
00:14:34.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.909053 17477 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/wal
00:14:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/data
00:14:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:14:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:14:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:14:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/logs
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/data/info.pb
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.17.124:44319
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.17.124
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.17.84:43005
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:34.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:34.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319
00:14:34.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:34.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44541/jwks.json
00:14:34.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33713 with env {}
00:14:34.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.936084 17772 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:14:34.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:34.974501 17772 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } has no permanent_uuid. Determining permanent_uuid...
00:14:35.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.026834 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } attempt: 7
00:14:35.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.042898 17772 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } has no permanent_uuid. Determining permanent_uuid...
00:14:35.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.082638 17641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } has no permanent_uuid. Determining permanent_uuid...
00:14:35.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.095386 17772 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } has no permanent_uuid. Determining permanent_uuid...
00:14:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.099895 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.101734 17685 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.117246 17772 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.158836 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 1
00:14:35.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.168059 17772 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 1
00:14:35.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.170171 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.180254 17772 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.248919 17772 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 2
00:14:35.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.251792 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 2
00:14:35.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.259336 17772 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.260510 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.346051 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 3
00:14:35.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.351109 17772 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 3
00:14:35.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.354614 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.361285 17772 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.495296 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 4
00:14:35.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.503654 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.505084 17772 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 4
00:14:35.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.513998 17772 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.641021 17773 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:14:35.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.641749 17773 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:14:35.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.642220 17773 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:14:35.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.676245 17773 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:14:35.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.676611 17773 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:14:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.676808 17773 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:14:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.677000 17773 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:14:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.677228 17773 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:14:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.677389 17773 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44541/jwks.json
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.716427 17773 master_runner.cc:387] Master server non-default flags:
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/logs
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.17.84:43005
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/data
00:14:35.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/wal
00:14:35.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33713
00:14:35.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:35.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319
00:14:35.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:35.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:35.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.17.124:44319
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44541/jwks.json
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/data/info.pb
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.17.124
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:14:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.717962 17773 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:14:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.720201 17773 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:14:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.741871 17792 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
00:14:35.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.787241 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 5
00:14:35.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.798318 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:35.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:35.813669 17772 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 5
00:14:35.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.826841 17772 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:36.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:36.351284 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 6
00:14:36.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:36.369025 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:36.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:36.374683 17772 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 6
00:14:36.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:36.399211 17772 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:37.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:37.149101 17790 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 17773
00:14:37.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:37.321379 17790 kernel_stack_watchdog.cc:198] Thread 17773 stuck at /home/jenkins-slave/workspace/build_and_test@4/src/kudu/util/thread.cc:642 for 392ms:
00:14:37.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
00:14:37.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
00:14:37.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
00:14:37.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
00:14:37.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:35.746939 17795 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
00:14:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:37.336182 17773 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.585s	user 0.003s	sys 0.011s
00:14:37.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:37.336621 17773 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.586s	user 0.003s	sys 0.011s
00:14:37.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.341252 17773 server_base.cc:1061] running on GCE node
00:14:37.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:37.344580 17799 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
00:14:37.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.346642 17773 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:14:37.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.352766 17773 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:14:37.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.354494 17773 hybrid_clock.cc:648] HybridClock initialized: now 1786493677354368 us; error 79 us; skew 500 ppm
00:14:37.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.355499 17773 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:14:37.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.371650 17773 webserver.cc:533] Webserver started at http://127.17.17.124:40571/ using document root <none> and password file <none>
00:14:37.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.372730 17773 fs_manager.cc:362] Metadata directory not provided
00:14:37.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.373324 17773 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:14:37.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.373809 17773 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:14:37.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.379508 17773 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/data/instance:
00:14:37.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "221f0c61601d43a485d7e45515487a33"
00:14:37.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:37 on dist-test-slave-z8x9"
00:14:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.381098 17773 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/wal/instance:
00:14:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "221f0c61601d43a485d7e45515487a33"
00:14:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:37 on dist-test-slave-z8x9"
00:14:37.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.398799 17773 fs_manager.cc:696] Time spent creating directory manager: real 0.017s	user 0.009s	sys 0.005s
00:14:37.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.402803 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 7
00:14:37.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.420177 17829 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:14:37.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:37.422520 17641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:37.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.423671 17773 fs_manager.cc:730] Time spent opening block manager: real 0.017s	user 0.007s	sys 0.003s
00:14:37.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.423998 17773 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/wal
00:14:37.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "221f0c61601d43a485d7e45515487a33"
00:14:37.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:37 on dist-test-slave-z8x9"
00:14:37.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.424383 17773 fs_report.cc:389] FS layout report
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/wal
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/wal
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/data/data
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:14:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:14:37.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.460244 17772 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 7
00:14:37.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:37.479161 17772 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.17.124:44319: Network error: Client connection negotiation failed: client connection to 127.17.17.124:44319: connect: Connection refused (error 111)
00:14:37.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.534262 17773 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:14:37.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.537598 17773 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:14:37.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.538638 17773 kserver.cc:163] Server-wide thread pool size limit: 3276
00:14:37.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.886945 17928 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.17.124:44319 every 8 connection(s)
00:14:37.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.887913 17773 rpc_server.cc:307] RPC server started. Bound to: 127.17.17.124:44319
00:14:37.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.894697 17773 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/data/info.pb
00:14:37.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.902387 17477 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 17773
00:14:37.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.903129 17477 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster11015980760770341009/master-2/wal/instance
00:14:37.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.915607 17931 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:14:37.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:37.961057 17931 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } has no permanent_uuid. Determining permanent_uuid...
00:14:38.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.020077 17931 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } has no permanent_uuid. Determining permanent_uuid...
00:14:38.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.042479 17931 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } has no permanent_uuid. Determining permanent_uuid...
00:14:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.061583 17477 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:14:38.076 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:14:38.080 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:14:38.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.084179 17931 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33: Bootstrap starting.
00:14:38.089 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.17.126"
      port: 36803
    }
    bound_http_address {
      host: "127.17.17.126"
      port: 35587
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.17.125"
      port: 45423
    }
    bound_http_address {
      host: "127.17.17.125"
      port: 32815
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.17.124"
      port: 44319
    }
    bound_http_address {
      host: "127.17.17.124"
      port: 40571
    }
  }
}

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

00:14:38.099 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:14:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.105713 17931 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33: Neither blocks nor log segments found. Creating new log.
00:14:38.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.111229 17931 log.cc:826] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33: Log is configured to *not* fsync() on all Append() calls
00:14:38.122 [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=2bd5c6de-9651-4c8c-924b-8152fb84c91c, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:14:38.125 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:14:38.125 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:14:38.127 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3ac43e86, with PersistenceManager: null will be shutdown
00:14:38.128 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3ac43e86, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@43e9697c created in the thread with id: 36
00:14:38.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.128715 17931 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33: No bootstrap required, opened a new log
00:14:38.157 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3ac43e86
00:14:38.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.188968 17931 raft_consensus.cc:359] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } }
00:14:38.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.191459 17931 raft_consensus.cc:385] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:14:38.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.192162 17931 raft_consensus.cc:740] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 221f0c61601d43a485d7e45515487a33, State: Initialized, Role: FOLLOWER
00:14:38.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.194679 17931 consensus_queue.cc:260] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [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: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } }
00:14:38.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.212262 17931 sys_catalog.cc:565] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [sys.catalog]: configured and running, proceeding with master startup.
00:14:38.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.217890 17943 sys_catalog.cc:455] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [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: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:38.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.221475 17943 sys_catalog.cc:458] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [sys.catalog]: This master's current role is: FOLLOWER
00:14:38.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.273339 17943 raft_consensus.cc:493] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:14:38.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.274353 17943 raft_consensus.cc:515] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } }
00:14:38.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.288126 17943 leader_election.cc:290] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e64f37e194ac4640abfa19fa15c3f202 (127.17.17.126:36803), 33fc093135884f17bfa14e730aacaa5f (127.17.17.125:45423)
00:14:38.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:38.305886 17848 tablet.cc:2406] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:14:38.466 [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=	
00:14:38.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:38.470912 17965 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:38.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:38.538708 17970 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:14:38.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:38.541015 17970 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:14:38.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.508018 17773 master_runner.cc:187] Error getting master registration for 127.17.17.126:36803: OK, instance_id { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" instance_seqno: 1786493672568193 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:14:38.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:38.590696 17773 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:14:39.145 [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.
00:14:39.173 [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.
00:14:39.174 [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.
00:14:39.477 [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=	
00:14:39.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:39.479106 17965 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:39.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.484616 17641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 8
00:14:39.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:39.550452 17970 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:14:39.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:39.551083 17970 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:14:39.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.570158 17772 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } attempt: 8
00:14:39.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.641239 17641 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202: Bootstrap starting.
00:14:39.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.667572 17772 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f: Bootstrap starting.
00:14:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.681808 17641 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202: Neither blocks nor log segments found. Creating new log.
00:14:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.689685 17641 log.cc:826] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202: Log is configured to *not* fsync() on all Append() calls
00:14:39.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.707553 17772 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f: Neither blocks nor log segments found. Creating new log.
00:14:39.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.715211 17772 log.cc:826] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f: Log is configured to *not* fsync() on all Append() calls
00:14:39.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.720116 17641 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202: No bootstrap required, opened a new log
00:14:39.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.739097 17772 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f: No bootstrap required, opened a new log
00:14:39.753 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:14:39.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.829063 17641 raft_consensus.cc:359] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } }
00:14:39.832 [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/hive4002843113404552730/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=2bd5c6de-9651-4c8c-924b-8152fb84c91c, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:14:39.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.831811 17641 raft_consensus.cc:385] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:14:39.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.832938 17641 raft_consensus.cc:740] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e64f37e194ac4640abfa19fa15c3f202, State: Initialized, Role: FOLLOWER
00:14:39.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.836812 17641 consensus_queue.cc:260] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [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: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } }
00:14:39.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.852926 17772 raft_consensus.cc:359] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } }
00:14:39.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.855646 17772 raft_consensus.cc:385] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:14:39.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.857434 17772 raft_consensus.cc:740] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33fc093135884f17bfa14e730aacaa5f, State: Initialized, Role: FOLLOWER
00:14:39.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.861330 17772 consensus_queue.cc:260] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [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: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } }
00:14:39.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.867761 17983 sys_catalog.cc:455] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [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: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:39.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.876401 17590 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "221f0c61601d43a485d7e45515487a33" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e64f37e194ac4640abfa19fa15c3f202" is_pre_election: true
00:14:39.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.878232 17590 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 221f0c61601d43a485d7e45515487a33 in term 0.
00:14:39.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:39.880188 17590 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:42962 (request call id 1) took 1596 ms (client timeout 2008 ms). Trace:
00:14:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:39.881696 17590 rpcz_store.cc:269] 0812 00:14:38.283512 (+     0us) service_pool.cc:167] Inserting onto call queue
00:14:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 00:14:38.284632 (+  1120us) service_pool.cc:224] Handling call
00:14:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 00:14:39.880059 (+1595427us) inbound_call.cc:177] Queueing success response
00:14:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
00:14:39.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.885972 17842 leader_election.cc:304] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [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: 221f0c61601d43a485d7e45515487a33, e64f37e194ac4640abfa19fa15c3f202; no voters: 
00:14:39.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.893350 17641 sys_catalog.cc:565] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [sys.catalog]: configured and running, proceeding with master startup.
00:14:39.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.874752 17983 sys_catalog.cc:458] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [sys.catalog]: This master's current role is: FOLLOWER
00:14:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.907665 17985 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:14:39.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.909296 17985 raft_consensus.cc:493] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:14:39.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.910341 17985 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 0 FOLLOWER]: Advancing to term 1
00:14:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.911093 17732 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "221f0c61601d43a485d7e45515487a33" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33fc093135884f17bfa14e730aacaa5f" is_pre_election: true
00:14:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.912899 17732 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 221f0c61601d43a485d7e45515487a33 in term 0.
00:14:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:39.914124 17732 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:35288 (request call id 1) took 1630 ms (client timeout 2008 ms). Trace:
00:14:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:39.914896 17732 rpcz_store.cc:269] 0812 00:14:38.284455 (+     0us) service_pool.cc:167] Inserting onto call queue
00:14:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 00:14:38.284731 (+   276us) service_pool.cc:224] Handling call
00:14:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 00:14:39.913942 (+1629211us) inbound_call.cc:177] Queueing success response
00:14:39.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
00:14:39.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.901500 17984 sys_catalog.cc:455] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [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: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:39.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.922662 17984 sys_catalog.cc:458] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [sys.catalog]: This master's current role is: FOLLOWER
00:14:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.922034 17772 sys_catalog.cc:565] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [sys.catalog]: configured and running, proceeding with master startup.
00:14:39.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.944641 17985 raft_consensus.cc:515] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } }
00:14:39.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.975657 17985 leader_election.cc:290] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [CANDIDATE]: Term 1 election: Requested vote from peers e64f37e194ac4640abfa19fa15c3f202 (127.17.17.126:36803), 33fc093135884f17bfa14e730aacaa5f (127.17.17.125:45423)
00:14:39.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.977384 17590 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "221f0c61601d43a485d7e45515487a33" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e64f37e194ac4640abfa19fa15c3f202"
00:14:39.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.978129 17590 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [term 0 FOLLOWER]: Advancing to term 1
00:14:39.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.982563 17732 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "221f0c61601d43a485d7e45515487a33" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33fc093135884f17bfa14e730aacaa5f"
00:14:39.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:39.983479 17732 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [term 0 FOLLOWER]: Advancing to term 1
00:14:40.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:40.016168 17546 tablet.cc:2406] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:14:40.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.008638 17590 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 221f0c61601d43a485d7e45515487a33 in term 1.
00:14:40.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.030798 17842 leader_election.cc:304] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [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: 221f0c61601d43a485d7e45515487a33, e64f37e194ac4640abfa19fa15c3f202; no voters: 
00:14:40.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.032943 17985 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 1 FOLLOWER]: Leader election won for term 1
00:14:40.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.041822 17732 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 221f0c61601d43a485d7e45515487a33 in term 1.
00:14:40.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.043058 17985 raft_consensus.cc:697] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [term 1 LEADER]: Becoming Leader. State: Replica: 221f0c61601d43a485d7e45515487a33, State: Running, Role: LEADER
00:14:40.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.045276 17985 consensus_queue.cc:237] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [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: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } }
00:14:40.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:40.097091 17694 tablet.cc:2406] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:14:40.118 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4002843113404552730/external-warehouse/table
00:14:40.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.128475 18005 sys_catalog.cc:455] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 221f0c61601d43a485d7e45515487a33. Latest consensus state: current_term: 1 leader_uuid: "221f0c61601d43a485d7e45515487a33" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:40.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.131309 18005 sys_catalog.cc:458] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [sys.catalog]: This master's current role is: LEADER
00:14:40.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.147930 18027 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
00:14:40.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.170388 18027 catalog_manager.cc:1520] Initializing Kudu cluster ID...
00:14:40.223 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:14:40.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:40.227751 18032 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:40.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.243095 18044 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:14:40.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.247661 17590 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [term 1 FOLLOWER]: Refusing update from remote peer 221f0c61601d43a485d7e45515487a33: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:14:40.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.247288 17732 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [term 1 FOLLOWER]: Refusing update from remote peer 221f0c61601d43a485d7e45515487a33: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:14:40.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.264802 17985 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
00:14:40.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.266629 18005 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
00:14:40.283 [INFO - Metastore-Handler-Pool: Thread-46] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:14:40.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:40.286290 18037 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:40.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.255133 17642 master_runner.cc:187] Error getting master registration for 127.17.17.126:36803: OK, instance_id { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" instance_seqno: 1786493672568193 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:14:40.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.332947 17642 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:14:40.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.384186 17983 sys_catalog.cc:455] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 221f0c61601d43a485d7e45515487a33. Latest consensus state: current_term: 1 leader_uuid: "221f0c61601d43a485d7e45515487a33" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.385937 17983 sys_catalog.cc:458] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [sys.catalog]: This master's current role is: FOLLOWER
00:14:40.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.403365 18041 mvcc.cc:204] Tried to move back new op lower bound from 7317478114251091968 to 7317478113552142336. Current Snapshot: MvccSnapshot[applied={T|T < 7317478114251091968}]
00:14:40.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.409518 18056 mvcc.cc:204] Tried to move back new op lower bound from 7317478114251091968 to 7317478113552142336. Current Snapshot: MvccSnapshot[applied={T|T < 7317478114251091968}]
00:14:40.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.405686 17984 sys_catalog.cc:455] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 221f0c61601d43a485d7e45515487a33. Latest consensus state: current_term: 1 leader_uuid: "221f0c61601d43a485d7e45515487a33" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:40.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.412700 17984 sys_catalog.cc:458] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [sys.catalog]: This master's current role is: FOLLOWER
00:14:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.439278 17983 sys_catalog.cc:455] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "221f0c61601d43a485d7e45515487a33" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.440981 17983 sys_catalog.cc:458] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202 [sys.catalog]: This master's current role is: FOLLOWER
00:14:40.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.442514 18005 sys_catalog.cc:455] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "221f0c61601d43a485d7e45515487a33" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:40.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.443284 18005 sys_catalog.cc:458] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [sys.catalog]: This master's current role is: LEADER
00:14:40.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.457710 18058 mvcc.cc:204] Tried to move back new op lower bound from 7317478114251091968 to 7317478113552142336. Current Snapshot: MvccSnapshot[applied={T|T < 7317478114251091968}]
00:14:40.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.460891 18027 catalog_manager.cc:1383] Generated new cluster ID: 5890194539d846b0a4df66ec8ed619dd
00:14:40.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.461349 18027 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
00:14:40.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.462687 17985 sys_catalog.cc:455] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "221f0c61601d43a485d7e45515487a33" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:40.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.463486 17985 sys_catalog.cc:458] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33 [sys.catalog]: This master's current role is: LEADER
00:14:40.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.465808 17984 sys_catalog.cc:455] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "221f0c61601d43a485d7e45515487a33" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e64f37e194ac4640abfa19fa15c3f202" member_type: VOTER last_known_addr { host: "127.17.17.126" port: 36803 } } peers { permanent_uuid: "33fc093135884f17bfa14e730aacaa5f" member_type: VOTER last_known_addr { host: "127.17.17.125" port: 45423 } } peers { permanent_uuid: "221f0c61601d43a485d7e45515487a33" member_type: VOTER last_known_addr { host: "127.17.17.124" port: 44319 } } }
00:14:40.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.466917 17984 sys_catalog.cc:458] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f [sys.catalog]: This master's current role is: FOLLOWER
00:14:40.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:40.478741 18052 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:14:40.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:40.480065 18052 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:14:40.494 [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=	
00:14:40.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:40.497478 17965 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:40.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.572980 18027 catalog_manager.cc:1406] Generated new certificate authority record
00:14:40.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.584322 18027 catalog_manager.cc:1540] Loading token signing keys...
00:14:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.689582 18027 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 221f0c61601d43a485d7e45515487a33: Generated new TSK 0
00:14:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.691390 18027 catalog_manager.cc:1550] Initializing in-progress tserver states...
00:14:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.726938 18027 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
00:14:40.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:40.735332 18027 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
00:14:40.827 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:14:40.831 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:14:40.834 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:14:40.887 [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.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:14:40.935 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:14:40.955 [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/hive4002843113404552730/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.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:14:40.975 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4002843113404552730/external-warehouse/table
00:14:41.060 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:14:41.063 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:14:41.064 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:14:41.067 [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=b9448a5a-0d6d-4cc2-beda-72840437f439, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:14:41.083 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:14:41.091 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive4002843113404552730/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=b9448a5a-0d6d-4cc2-beda-72840437f439, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:14:41.100 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4002843113404552730/external-warehouse/table
00:14:41.146 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
00:14:41.154 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
00:14:41.154 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
00:14:41.172 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4ab7ded3
00:14:41.230 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
00:14:41.231 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
00:14:41.231 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
00:14:41.231 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
00:14:41.235 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
00:14:41.236 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
00:14:41.237 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
00:14:41.238 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
00:14:41.239 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
00:14:41.240 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
00:14:41.243 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @7e0b85f9
00:14:41.245 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
00:14:41.245 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
00:14:41.245 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
00:14:41.245 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
00:14:41.247 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
00:14:41.247 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
00:14:41.248 [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=	
00:14:41.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:41.248790 18032 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:41.249 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
00:14:41.249 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
00:14:41.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:41.269861 18044 catalog_manager.cc:1295] Loaded cluster ID: 5890194539d846b0a4df66ec8ed619dd
00:14:41.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:41.270701 18044 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f: loading cluster ID for follower catalog manager: success
00:14:41.283 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
00:14:41.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:41.293359 18044 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f: acquiring CA information for follower catalog manager: success
00:14:41.311 [INFO - Metastore-Handler-Pool: Thread-53] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:14:41.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:41.311308 18044 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 33fc093135884f17bfa14e730aacaa5f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:14:41.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:41.314872 18037 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:41.345 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
00:14:41.377 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
00:14:41.386 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
00:14:41.386 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
00:14:41.398 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
00:14:41.398 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
00:14:41.448 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
00:14:41.448 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
00:14:41.448 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
00:14:41.449 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
00:14:41.457 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
00:14:41.457 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
00:14:41.457 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
00:14:41.457 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
00:14:41.458 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
00:14:41.458 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
00:14:41.459 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
00:14:41.459 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
00:14:41.459 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
00:14:41.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:41.493775 18052 catalog_manager.cc:1295] Loaded cluster ID: 5890194539d846b0a4df66ec8ed619dd
00:14:41.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:41.502756 18052 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202: loading cluster ID for follower catalog manager: success
00:14:41.521 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:14:41.522 [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=	
00:14:41.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:41.523452 17965 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:41.525 [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.
00:14:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:41.531090 18052 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202: acquiring CA information for follower catalog manager: success
00:14:41.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:41.548600 18052 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e64f37e194ac4640abfa19fa15c3f202: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:14:41.604 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:14:42.047 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.17.17.126:36803(127.17.17.126:36803)] connecting to peer
00:14:42.057 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 17384 (auto-detected)
00:14:42.073 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
00:14:42.073 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
00:14:42.078 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
00:14:42.089 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
00:14:42.090 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:0a:ff:fe:55:86:3d (auto-detected)
00:14:42.170 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
00:14:42.170 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
00:14:42.171 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
00:14:42.182 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
00:14:42.199 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.17.17.125:45423(127.17.17.125:45423)] connecting to peer
00:14:42.221 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.17.17.124:44319(127.17.17.124:44319)] connecting to peer
00:14:42.254 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.17.17.124:44319(127.17.17.124:44319)] Successfully connected to peer
00:14:42.262 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.17.126:36803(127.17.17.126:36803)] Successfully connected to peer
00:14:42.262 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:14:42.263 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.17.125:45423(127.17.17.125:45423)] Successfully connected to peer
00:14:42.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:42.263459 18032 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:42.280 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
00:14:42.280 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
00:14:42.280 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@1f3c7ce6
00:14:42.289 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
00:14:42.289 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
00:14:42.289 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
00:14:42.290 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
00:14:42.290 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
00:14:42.338 [INFO - Metastore-Handler-Pool: Thread-59] (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=	
00:14:42.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:42.342995 18037 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:42.485 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.17.124
00:14:42.492 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.17.126
00:14:42.493 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.17.125
00:14:42.550 [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=	
00:14:42.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:42.551573 17965 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:42.993 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:14:42.993 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:14:42.993 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:14:43.046 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x25e95357, L:/127.0.0.1:35302 - R:/127.17.17.125:45423] using SASL/PLAIN
00:14:43.054 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x06c52beb, L:/127.0.0.1:42978 - R:/127.17.17.126:36803] using SASL/PLAIN
00:14:43.045 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xcd9f109b, L:/127.0.0.1:43268 - R:/127.17.17.124:44319] using SASL/PLAIN
00:14:43.147 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:14:43.153 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:14:43.154 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:14:43.157 [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=24e1e15b-5b01-43d6-90f0-abfa0d47ef99, 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)	
00:14:43.166 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:14:43.172 [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/hive4002843113404552730/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=24e1e15b-5b01-43d6-90f0-abfa0d47ef99, 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)
00:14:43.179 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4002843113404552730/external-warehouse/table
00:14:43.224 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:14:43.225 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:14:43.227 [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=600a6af9-58f1-4ad7-9117-e0f68c522f84, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:14:43.245 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:14:43.261 [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/hive4002843113404552730/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=600a6af9-58f1-4ad7-9117-e0f68c522f84, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:14:43.266 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4002843113404552730/external-warehouse/table
00:14:43.270 [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=	
00:14:43.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:43.271828 18032 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:43.354 [INFO - Metastore-Handler-Pool: Thread-64] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:14:43.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:43.355109 18037 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:43.485 [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	
00:14:43.568 [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=	
00:14:43.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:43.569263 17965 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:43.716 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
00:14:43.732 [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	
00:14:44.174 [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.
00:14:44.282 [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=	
00:14:44.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:44.283212 18032 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:44.378 [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=	
00:14:44.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:44.379822 18037 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:44.586 [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=	
00:14:44.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:44.587853 17965 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:44.864 [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.
00:14:44.946 [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.
00:14:45.001 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:14:45.230 [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=ebe56fcb-b80b-42ae-9a7e-df062df8b38a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:14:45.235 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:14:45.240 [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/hive4002843113404552730/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=ebe56fcb-b80b-42ae-9a7e-df062df8b38a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.17.126:36803,127.17.17.125:45423,127.17.17.124:44319}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:14:45.244 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4002843113404552730/external-warehouse/table
00:14:45.314 [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=	
00:14:45.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:45.315973 18032 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:45.329 [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	
00:14:45.367 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
00:14:45.368 [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	
00:14:45.387 [INFO - Metastore-Handler-Pool: Thread-71] (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=	
00:14:45.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:45.389410 18037 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:45.458 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:14:45.493 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:14:45.494 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:14:45.494 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3ac43e86, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@43e9697c will be shutdown
00:14:45.494 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:14:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:45.494889 17477 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 17504
00:14:45.566 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.17.126:36803(127.17.17.126:36803)] handling channelInactive
00:14:45.567 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.17.126:36803(127.17.17.126:36803)] cleaning up while in state READY due to: connection closed
00:14:45.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:45.565126 17477 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 17642
00:14:45.592 [INFO - Metastore-Handler-Pool: Thread-72] (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=	
00:14:45.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:45.593614 17965 client.h:373] Failed to connect to Hive Metastore (localhost:33713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:45.623 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.17.125:45423(127.17.17.125:45423)] handling channelInactive
00:14:45.624 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.17.125:45423(127.17.17.125:45423)] cleaning up while in state READY due to: connection closed
00:14:45.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:45.630635 17477 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 17773
00:14:45.674 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.17.17.124:44319(127.17.17.124:44319)] handling channelInactive
00:14:45.674 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.17.17.124:44319(127.17.17.124:44319)] cleaning up while in state READY due to: connection closed
00:14:47.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:14:47Z chronyd exiting
.00:14:48.103 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:14:48.104 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:14:48.105 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:14:48.144 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1145752617072707773
00:14:48.149 [INFO - Thread-48] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:14:48.150 [INFO - Thread-48] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:14:48.155 [INFO - Thread-48] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:14:48.155 [INFO - Thread-48] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:14:48.155 [INFO - Thread-48] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:14:48.166 [INFO - Thread-48] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:14:48.174 [INFO - Thread-48] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:14:48.175 [INFO - Thread-48] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:14:48.176 [INFO - Thread-48] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:14:48.176 [INFO - Thread-48] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:14:48.178 [INFO - Thread-48] (HikariDataSource.java:80) objectstore - Starting...
00:14:48.307 [INFO - Thread-48] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:14:48.309 [INFO - Thread-48] (HikariDataSource.java:82) objectstore - Start completed.
00:14:48.310 [INFO - Thread-48] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:14:48.313 [INFO - Thread-48] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:14:48.315 [INFO - Thread-48] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:14:48.316 [INFO - Thread-48] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:14:48.343 [INFO - Thread-48] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:14:48.344 [INFO - Thread-48] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:14:48.344 [INFO - Thread-48] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:14:48.392 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:48.393 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:48.394 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:48.394 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:48.395 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:48.396 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:14:48.868 [INFO - Thread-48] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:14:48.869 [INFO - Thread-48] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@21828492, with PersistenceManager: null will be shutdown
00:14:48.870 [INFO - Thread-48] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@21828492, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@9800f08 created in the thread with id: 73
00:14:48.872 [WARN - Thread-48] (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
00:14:48.874 [INFO - Thread-48] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@21828492
00:14:49.104 [INFO - Thread-48] (HMSHandler.java:595) Started creating a default database with name: default
00:14:49.133 [INFO - Thread-48] (HMSHandler.java:605) Successfully created a default database with name: default
00:14:49.189 [INFO - Thread-48] (HMSHandler.java:668) Added admin role in metastore
00:14:49.191 [INFO - Thread-48] (HMSHandler.java:677) Added public role in metastore
00:14:49.237 [INFO - Thread-48] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:14:49.238 [INFO - Thread-48] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:14:49.239 [INFO - Thread-48] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:14:49.239 [INFO - Thread-48] (HiveMetaStore.java:697) Direct SQL optimization = true
00:14:49.240 [WARN - Thread-48] (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)
00:14:49.240 [INFO - Thread-48] (HiveMetaStore.java:632) Started the new metaserver on port [33889]...
00:14:49.240 [INFO - Thread-48] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:14:49.240 [INFO - Thread-48] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:14:49.240 [INFO - Thread-48] (HiveMetaStore.java:635) TCP keepalive = true
00:14:49.240 [INFO - Thread-48] (HiveMetaStore.java:636) Enable SSL = false
00:14:50.151 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:14:50.152 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:14:50.152 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:14:50.155 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:14:50.155 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33889]
00:14:50.155 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33889) in binary transport mode
00:14:50.156 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33889) current connections: 1
00:14:50.159 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4R9ju7/test-tmp
00:14:50.159 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:14:50.160 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4R9ju7/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:14:50.165 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33889"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

00:14:50.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:50.667982 18190 mini_oidc.cc:150] Starting JWKS server
00:14:50.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:50.672251 18190 webserver.cc:533] Webserver started at http://127.0.0.1:37333/ using document root <none> and password file <none>
00:14:50.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:50.672856 18190 mini_oidc.cc:186] Starting OIDC Discovery server
00:14:50.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:50.674744 18190 webserver.cc:533] Webserver started at http://127.0.0.1:36329/ using document root <none> and password file <none>
00:14:50.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:14:50Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:14:50.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:14:50Z Disabled control of system clock
00:14:50.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:50.759197 18190 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:50.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:50.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/wal
00:14:50.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/data
00:14:50.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:14:50.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:14:50.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/logs
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/data/info.pb
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.195.190:43599
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.195.190
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.195.148:34981
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:50.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.195.190:43599,127.17.195.189:33165,127.17.195.188:33921
00:14:50.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:50.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37333/jwks.json
00:14:50.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33889 with env {}
00:14:51.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.127522 18216 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:14:51.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.128280 18216 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:14:51.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.128964 18216 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:14:51.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.165374 18216 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:14:51.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.165820 18216 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:14:51.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.166173 18216 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:14:51.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.166555 18216 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:14:51.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.166925 18216 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:14:51.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.167209 18216 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37333/jwks.json
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:51.207739 18216 master_runner.cc:387] Master server non-default flags:
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/logs
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.195.148:34981
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/data
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/wal
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33889
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.195.190:43599,127.17.195.189:33165,127.17.195.188:33921
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:51.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.195.190:43599
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37333/jwks.json
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/data/info.pb
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.195.190
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:14:51.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:14:51.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:51.209779 18216 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:14:51.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:51.212148 18216 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:14:51.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.227787 18230 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
00:14:52.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:51.228806 18231 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
00:14:52.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:52.629926 18235 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
00:14:52.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:52.634371 18234 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1403 milliseconds
00:14:52.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:52.634613 18216 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.406s	user 0.504s	sys 0.897s
00:14:52.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:52.635437 18216 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.407s	user 0.505s	sys 0.898s
00:14:52.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.636021 18216 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
00:14:52.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.637491 18216 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:14:52.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.641479 18216 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:14:52.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.642985 18216 hybrid_clock.cc:648] HybridClock initialized: now 1786493692642893 us; error 111 us; skew 500 ppm
00:14:52.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.644024 18216 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:14:52.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.652150 18216 webserver.cc:533] Webserver started at http://127.17.195.190:34299/ using document root <none> and password file <none>
00:14:52.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.653370 18216 fs_manager.cc:362] Metadata directory not provided
00:14:52.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.653650 18216 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:14:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.654266 18216 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:14:52.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.659924 18216 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/data/instance:
00:14:52.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ddfa4bdc51c74c049685d0a2506a79a3"
00:14:52.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:52 on dist-test-slave-z8x9"
00:14:52.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.661990 18216 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/wal/instance:
00:14:52.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ddfa4bdc51c74c049685d0a2506a79a3"
00:14:52.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:52 on dist-test-slave-z8x9"
00:14:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.674695 18216 fs_manager.cc:696] Time spent creating directory manager: real 0.011s	user 0.010s	sys 0.002s
00:14:52.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.683139 18251 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:14:52.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.685065 18216 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.001s	sys 0.004s
00:14:52.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.685497 18216 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/wal
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ddfa4bdc51c74c049685d0a2506a79a3"
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:52 on dist-test-slave-z8x9"
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.685854 18216 fs_report.cc:389] FS layout report
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/wal
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/wal
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/data/data
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:14:52.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:14:52.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.769876 18216 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:14:52.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.771807 18216 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:14:52.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.772333 18216 kserver.cc:163] Server-wide thread pool size limit: 3276
00:14:52.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.856652 18216 rpc_server.cc:307] RPC server started. Bound to: 127.17.195.190:43599
00:14:52.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.856758 18344 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.195.190:43599 every 8 connection(s)
00:14:52.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.859807 18216 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/data/info.pb
00:14:52.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.866015 18345 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:14:52.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.869935 18190 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 18216
00:14:52.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.870647 18190 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-0/wal/instance
00:14:52.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.875366 18190 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/wal
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/data
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/logs
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/data/info.pb
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:52.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.195.189:33165
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.195.189
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.195.148:34981
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.195.190:43599,127.17.195.189:33165,127.17.195.188:33921
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37333/jwks.json
00:14:52.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33889 with env {}
00:14:52.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.878757 18345 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } has no permanent_uuid. Determining permanent_uuid...
00:14:52.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.915288 18345 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } has no permanent_uuid. Determining permanent_uuid...
00:14:52.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:52.917966 18253 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.195.189:33165: connect: Connection refused (error 111)
00:14:52.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:52.922652 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.189:33165: Network error: Client connection negotiation failed: client connection to 127.17.195.189:33165: connect: Connection refused (error 111)
00:14:52.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:52.972458 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } attempt: 1
00:14:52.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:52.978202 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.189:33165: Network error: Client connection negotiation failed: client connection to 127.17.195.189:33165: connect: Connection refused (error 111)
00:14:53.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:53.046799 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } attempt: 2
00:14:53.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.051893 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.189:33165: Network error: Client connection negotiation failed: client connection to 127.17.195.189:33165: connect: Connection refused (error 111)
00:14:53.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:53.143435 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } attempt: 3
00:14:53.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.148790 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.189:33165: Network error: Client connection negotiation failed: client connection to 127.17.195.189:33165: connect: Connection refused (error 111)
00:14:53.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.251086 18349 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:14:53.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.251942 18349 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:14:53.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.252462 18349 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:14:53.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.286789 18349 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:14:53.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.287135 18349 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:14:53.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.287384 18349 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:14:53.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.287664 18349 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:14:53.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.288069 18349 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:14:53.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.288350 18349 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37333/jwks.json
00:14:53.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:53.292307 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } attempt: 4
00:14:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.297020 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.189:33165: Network error: Client connection negotiation failed: client connection to 127.17.195.189:33165: connect: Connection refused (error 111)
00:14:53.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:53.328167 18349 master_runner.cc:387] Master server non-default flags:
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/logs
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.195.148:34981
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/data
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/wal
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33889
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.195.190:43599,127.17.195.189:33165,127.17.195.188:33921
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.195.189:33165
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:14:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37333/jwks.json
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/data/info.pb
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.195.189
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:14:53.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:53.329736 18349 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:14:53.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:53.331513 18349 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:14:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.346366 18361 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
00:14:53.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:53.597146 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } attempt: 5
00:14:53.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.607141 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.189:33165: Network error: Client connection negotiation failed: client connection to 127.17.195.189:33165: connect: Connection refused (error 111)
00:14:54.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.154814 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } attempt: 6
00:14:54.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:54.168493 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.189:33165: Network error: Client connection negotiation failed: client connection to 127.17.195.189:33165: connect: Connection refused (error 111)
00:14:54.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.348649 18363 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
00:14:54.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:53.352483 18369 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
00:14:54.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.672052 18349 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
00:14:54.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:54.672820 18366 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1321 milliseconds
00:14:54.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.674588 18349 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:14:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.677657 18349 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:14:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.679333 18349 hybrid_clock.cc:648] HybridClock initialized: now 1786493694679265 us; error 47 us; skew 500 ppm
00:14:54.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.680622 18349 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:14:54.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.689153 18349 webserver.cc:533] Webserver started at http://127.17.195.189:37997/ using document root <none> and password file <none>
00:14:54.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.690472 18349 fs_manager.cc:362] Metadata directory not provided
00:14:54.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.690754 18349 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:14:54.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.691376 18349 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:14:54.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.696298 18349 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/data/instance:
00:14:54.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a731f82e1168428b9f2b8d7ff6c62f9f"
00:14:54.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:54 on dist-test-slave-z8x9"
00:14:54.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.697788 18349 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/wal/instance:
00:14:54.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a731f82e1168428b9f2b8d7ff6c62f9f"
00:14:54.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:54 on dist-test-slave-z8x9"
00:14:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.706553 18349 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.001s
00:14:54.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.713353 18386 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:14:54.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.715126 18349 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.001s
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.715552 18349 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/wal
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a731f82e1168428b9f2b8d7ff6c62f9f"
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:54 on dist-test-slave-z8x9"
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.716022 18349 fs_report.cc:389] FS layout report
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/wal
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/wal
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/data/data
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:14:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:14:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:14:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:14:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:14:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:14:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:14:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:14:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:14:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:14:54.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.791646 18349 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:14:54.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.793406 18349 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:14:54.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.793999 18349 kserver.cc:163] Server-wide thread pool size limit: 3276
00:14:54.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.892323 18349 rpc_server.cc:307] RPC server started. Bound to: 127.17.195.189:33165
00:14:54.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.892491 18480 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.195.189:33165 every 8 connection(s)
00:14:54.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.895670 18349 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/data/info.pb
00:14:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.900808 18190 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 18349
00:14:54.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.901585 18190 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-1/wal/instance
00:14:54.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.906134 18190 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:54.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:14:54.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/wal
00:14:54.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/data
00:14:54.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/logs
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/data/info.pb
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.195.188:33921
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.195.188
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.195.148:34981
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.195.190:43599,127.17.195.189:33165,127.17.195.188:33921
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37333/jwks.json
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33889 with env {}
00:14:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.907328 18483 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:14:54.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.924041 18483 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } has no permanent_uuid. Determining permanent_uuid...
00:14:54.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.956665 18483 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } has no permanent_uuid. Determining permanent_uuid...
00:14:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:54.976840 18483 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } has no permanent_uuid. Determining permanent_uuid...
00:14:54.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:54.979887 18388 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:54.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:54.985743 18483 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.035565 18483 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 1
00:14:55.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.041287 18483 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.109897 18483 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 2
00:14:55.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.116364 18483 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.207870 18483 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 3
00:14:55.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.213053 18483 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.229228 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } attempt: 7
00:14:55.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.249449 18345 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } has no permanent_uuid. Determining permanent_uuid...
00:14:55.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.258865 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.317373 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 1
00:14:55.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.318459 18484 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:14:55.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.319259 18484 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:14:55.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.320065 18484 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:14:55.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.322515 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.356664 18483 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 4
00:14:55.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.358139 18484 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:14:55.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.358656 18484 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:14:55.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.359028 18484 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:14:55.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.359388 18484 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:14:55.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.359731 18484 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:14:55.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.360178 18484 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37333/jwks.json
00:14:55.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.362257 18483 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.401134 18484 master_runner.cc:387] Master server non-default flags:
00:14:55.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/logs
00:14:55.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:14:55.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.195.148:34981
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/data
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/wal
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33889
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.195.190:43599,127.17.195.189:33165,127.17.195.188:33921
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.195.188:33921
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37333/jwks.json
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/data/info.pb
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.195.188
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:14:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:14:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:14:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:14:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:14:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:14:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:14:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:14:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.403143 18484 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:14:55.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.404237 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 2
00:14:55.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.405277 18484 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:14:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.411052 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.420912 18506 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
00:14:55.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.496644 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 3
00:14:55.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.506881 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.647578 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 4
00:14:55.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.656782 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.662081 18483 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 5
00:14:55.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.671607 18483 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:55.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:55.941125 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 5
00:14:55.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.951203 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:56.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.219302 18483 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 6
00:14:56.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:56.237252 18483 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:56.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.503985 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 6
00:14:56.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:56.517409 18345 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.195.188:33921: Network error: Client connection negotiation failed: client connection to 127.17.195.188:33921: connect: Connection refused (error 111)
00:14:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:55.424194 18509 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
00:14:56.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:56.767868 18516 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
00:14:56.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:56.770918 18515 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1342 milliseconds
00:14:56.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.771019 18484 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
00:14:56.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.772267 18484 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:14:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.775233 18484 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:14:56.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.776741 18484 hybrid_clock.cc:648] HybridClock initialized: now 1786493696776704 us; error 43 us; skew 500 ppm
00:14:56.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.778002 18484 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:14:56.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.786238 18484 webserver.cc:533] Webserver started at http://127.17.195.188:41269/ using document root <none> and password file <none>
00:14:56.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.787397 18484 fs_manager.cc:362] Metadata directory not provided
00:14:56.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.787667 18484 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:14:56.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.788264 18484 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:14:56.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.793470 18484 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/data/instance:
00:14:56.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a819c607f8004889bb1b94fa95679828"
00:14:56.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:56 on dist-test-slave-z8x9"
00:14:56.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.794976 18484 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/wal/instance:
00:14:56.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a819c607f8004889bb1b94fa95679828"
00:14:56.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:56 on dist-test-slave-z8x9"
00:14:56.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.804351 18484 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.005s	sys 0.004s
00:14:56.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.812250 18539 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:14:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.814869 18484 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.006s	sys 0.000s
00:14:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.815451 18484 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/wal
00:14:56.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a819c607f8004889bb1b94fa95679828"
00:14:56.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:14:56 on dist-test-slave-z8x9"
00:14:56.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.815917 18484 fs_report.cc:389] FS layout report
00:14:56.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:14:56.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/wal
00:14:56.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/wal
00:14:56.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/data/data
00:14:56.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:14:56.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:14:56.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.880604 18484 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:14:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.882375 18484 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:14:56.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.882926 18484 kserver.cc:163] Server-wide thread pool size limit: 3276
00:14:56.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.982422 18484 rpc_server.cc:307] RPC server started. Bound to: 127.17.195.188:33921
00:14:56.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.982578 18634 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.195.188:33921 every 8 connection(s)
00:14:56.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.985628 18484 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/data/info.pb
00:14:56.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.986477 18190 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 18484
00:14:56.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.986824 18190 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13016540297353165223/master-2/wal/instance
00:14:56.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:56.995491 18640 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:14:57.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.011688 18640 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } has no permanent_uuid. Determining permanent_uuid...
00:14:57.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.033761 18640 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } has no permanent_uuid. Determining permanent_uuid...
00:14:57.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.047910 18640 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } has no permanent_uuid. Determining permanent_uuid...
00:14:57.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.061971 18190 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:14:57.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.065755 18640 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828: Bootstrap starting.
00:14:57.070 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:14:57.070 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:14:57.072 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.195.190"
      port: 43599
    }
    bound_http_address {
      host: "127.17.195.190"
      port: 34299
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.195.189"
      port: 33165
    }
    bound_http_address {
      host: "127.17.195.189"
      port: 37997
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.195.188"
      port: 33921
    }
    bound_http_address {
      host: "127.17.195.188"
      port: 41269
    }
  }
}

00:14:57.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.072371 18640 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828: Neither blocks nor log segments found. Creating new log.
00:14:57.073 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:14:57.074 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:14:57.076 [INFO - Metastore-Handler-Pool: Thread-94] (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=0d0a3702-284c-43b0-8c00-310608b1b861, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.195.189:33165,127.17.195.190:43599,127.17.195.188:33921}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:14:57.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.074972 18640 log.cc:826] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828: Log is configured to *not* fsync() on all Append() calls
00:14:57.080 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:14:57.081 [INFO - Metastore-Handler-Pool: Thread-94] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:14:57.081 [INFO - Metastore-Handler-Pool: Thread-94] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@a08e0d9, with PersistenceManager: null will be shutdown
00:14:57.081 [INFO - Metastore-Handler-Pool: Thread-94] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@a08e0d9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5fce1ed8 created in the thread with id: 94
00:14:57.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.083982 18640 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828: No bootstrap required, opened a new log
00:14:57.088 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@a08e0d9
00:14:57.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.114881 18640 raft_consensus.cc:359] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } }
00:14:57.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.115870 18640 raft_consensus.cc:385] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:14:57.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.116199 18640 raft_consensus.cc:740] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a819c607f8004889bb1b94fa95679828, State: Initialized, Role: FOLLOWER
00:14:57.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.117389 18640 consensus_queue.cc:260] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [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: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } }
00:14:57.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.127655 18640 sys_catalog.cc:565] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [sys.catalog]: configured and running, proceeding with master startup.
00:14:57.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.125645 18660 sys_catalog.cc:455] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [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: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:57.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.129781 18660 sys_catalog.cc:458] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [sys.catalog]: This master's current role is: FOLLOWER
00:14:57.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:57.139186 18547 tablet.cc:2406] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:14:57.278 [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=	
00:14:57.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:57.280085 18678 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:57.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.293421 18686 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:14:57.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.297910 18483 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 7
00:14:57.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.298650 18484 master_runner.cc:187] Error getting master registration for 127.17.195.190:43599: OK, instance_id { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" instance_seqno: 1786493692834190 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:14:57.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.332401 18484 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:14:57.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.341595 18483 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f: Bootstrap starting.
00:14:57.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.350835 18483 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f: Neither blocks nor log segments found. Creating new log.
00:14:57.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.353988 18483 log.cc:826] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f: Log is configured to *not* fsync() on all Append() calls
00:14:57.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.373626 18483 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f: No bootstrap required, opened a new log
00:14:57.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.403764 18483 raft_consensus.cc:359] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } }
00:14:57.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.405260 18483 raft_consensus.cc:385] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:14:57.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.405895 18483 raft_consensus.cc:740] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a731f82e1168428b9f2b8d7ff6c62f9f, State: Initialized, Role: FOLLOWER
00:14:57.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.407529 18483 consensus_queue.cc:260] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [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: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } }
00:14:57.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.417430 18692 sys_catalog.cc:455] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [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: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:57.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.421680 18692 sys_catalog.cc:458] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [sys.catalog]: This master's current role is: FOLLOWER
00:14:57.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.421293 18483 sys_catalog.cc:565] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [sys.catalog]: configured and running, proceeding with master startup.
00:14:57.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.478844 18692 raft_consensus.cc:493] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:14:57.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.479447 18692 raft_consensus.cc:515] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } }
00:14:57.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.485201 18585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a819c607f8004889bb1b94fa95679828" is_pre_election: true
00:14:57.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.486210 18585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a731f82e1168428b9f2b8d7ff6c62f9f in term 0.
00:14:57.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.488567 18388 leader_election.cc:304] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [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: a731f82e1168428b9f2b8d7ff6c62f9f, a819c607f8004889bb1b94fa95679828; no voters: 
00:14:57.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.490950 18692 leader_election.cc:290] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ddfa4bdc51c74c049685d0a2506a79a3 (127.17.195.190:43599), a819c607f8004889bb1b94fa95679828 (127.17.195.188:33921)
00:14:57.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.491544 18692 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 0 FOLLOWER]: Leader pre-election won for term 1
00:14:57.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.491880 18692 raft_consensus.cc:493] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:14:57.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.492204 18692 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 0 FOLLOWER]: Advancing to term 1
00:14:57.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.504069 18692 raft_consensus.cc:515] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } }
00:14:57.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.515455 18585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a819c607f8004889bb1b94fa95679828"
00:14:57.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.516244 18585 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [term 0 FOLLOWER]: Advancing to term 1
00:14:57.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.525733 18585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a731f82e1168428b9f2b8d7ff6c62f9f in term 1.
00:14:57.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.527432 18388 leader_election.cc:304] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [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: a731f82e1168428b9f2b8d7ff6c62f9f, a819c607f8004889bb1b94fa95679828; no voters: 
00:14:57.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.528751 18708 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 1 FOLLOWER]: Leader election won for term 1
00:14:57.530 [WARN - Metastore-Handler-Pool: Thread-94] (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.
00:14:57.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.532506 18692 leader_election.cc:290] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [CANDIDATE]: Term 1 election: Requested vote from peers ddfa4bdc51c74c049685d0a2506a79a3 (127.17.195.190:43599), a819c607f8004889bb1b94fa95679828 (127.17.195.188:33921)
00:14:57.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.541817 18708 raft_consensus.cc:697] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [term 1 LEADER]: Becoming Leader. State: Replica: a731f82e1168428b9f2b8d7ff6c62f9f, State: Running, Role: LEADER
00:14:57.543 [WARN - Metastore-Handler-Pool: Thread-94] (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.
00:14:57.543 [WARN - Metastore-Handler-Pool: Thread-94] (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.
00:14:57.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.543898 18708 consensus_queue.cc:237] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [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: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } }
00:14:57.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.550992 18345 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } attempt: 7
00:14:57.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:57.553721 18395 tablet.cc:2406] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:14:57.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.573117 18692 sys_catalog.cc:455] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [sys.catalog]: SysCatalogTable state changed. Reason: New leader a731f82e1168428b9f2b8d7ff6c62f9f. Latest consensus state: current_term: 1 leader_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:57.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.573944 18692 sys_catalog.cc:458] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [sys.catalog]: This master's current role is: LEADER
00:14:57.596 [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=	
00:14:57.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:57.597187 18726 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:57.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.603608 18725 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
00:14:57.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.632656 18345 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3: Bootstrap starting.
00:14:57.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.637665 18725 catalog_manager.cc:1520] Initializing Kudu cluster ID...
00:14:57.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.618465 18349 master_runner.cc:187] Error getting master registration for 127.17.195.190:43599: OK, instance_id { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" instance_seqno: 1786493692834190 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:14:57.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.653198 18349 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:14:57.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.678954 18345 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3: Neither blocks nor log segments found. Creating new log.
00:14:57.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.695358 18345 log.cc:826] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3: Log is configured to *not* fsync() on all Append() calls
00:14:57.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.706674 18585 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [term 1 FOLLOWER]: Refusing update from remote peer a731f82e1168428b9f2b8d7ff6c62f9f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:14:57.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.708834 18692 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
00:14:57.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.717888 18345 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3: No bootstrap required, opened a new log
00:14:57.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.787366 18742 sys_catalog.cc:455] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a731f82e1168428b9f2b8d7ff6c62f9f. Latest consensus state: current_term: 1 leader_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:57.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.788270 18742 sys_catalog.cc:458] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [sys.catalog]: This master's current role is: FOLLOWER
00:14:57.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.795149 18739 mvcc.cc:204] Tried to move back new op lower bound from 7317478185779994624 to 7317478185160798208. Current Snapshot: MvccSnapshot[applied={T|T < 7317478185779994624}]
00:14:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.801074 18743 mvcc.cc:204] Tried to move back new op lower bound from 7317478185779994624 to 7317478185160798208. Current Snapshot: MvccSnapshot[applied={T|T < 7317478185779994624}]
00:14:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.805202 18742 sys_catalog.cc:455] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:57.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.806701 18742 sys_catalog.cc:458] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828 [sys.catalog]: This master's current role is: FOLLOWER
00:14:57.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.807016 18725 catalog_manager.cc:1383] Generated new cluster ID: 409959846e5c489682ac7db8cb769bb5
00:14:57.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.807327 18725 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
00:14:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.810138 18708 sys_catalog.cc:455] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.810839 18708 sys_catalog.cc:458] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [sys.catalog]: This master's current role is: LEADER
00:14:57.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.812366 18345 raft_consensus.cc:359] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } }
00:14:57.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.816536 18345 raft_consensus.cc:385] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:14:57.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.816939 18345 raft_consensus.cc:740] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddfa4bdc51c74c049685d0a2506a79a3, State: Initialized, Role: FOLLOWER
00:14:57.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.829892 18345 consensus_queue.cc:260] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [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: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } }
00:14:57.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.847203 18751 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [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: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:57.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.848394 18751 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [sys.catalog]: This master's current role is: FOLLOWER
00:14:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.856555 18345 sys_catalog.cc:565] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [sys.catalog]: configured and running, proceeding with master startup.
00:14:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.857254 18293 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddfa4bdc51c74c049685d0a2506a79a3"
00:14:57.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.858647 18293 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [term 0 FOLLOWER]: Advancing to term 1
00:14:57.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.862030 18295 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" is_pre_election: true
00:14:57.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.884500 18725 catalog_manager.cc:1406] Generated new certificate authority record
00:14:57.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.887622 18725 catalog_manager.cc:1540] Loading token signing keys...
00:14:57.920 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:14:57.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.919960 18293 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a731f82e1168428b9f2b8d7ff6c62f9f in term 1.
00:14:57.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.922422 18291 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [term 1 FOLLOWER]: Refusing update from remote peer a731f82e1168428b9f2b8d7ff6c62f9f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:14:57.947 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive1145752617072707773/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=0d0a3702-284c-43b0-8c00-310608b1b861, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.195.189:33165,127.17.195.190:43599,127.17.195.188:33921}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:14:57.965 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1145752617072707773/external-warehouse/table
00:14:57.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.962391 18709 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
00:14:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.983927 18725 catalog_manager.cc:6092] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f: Generated new TSK 0
00:14:57.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.986312 18725 catalog_manager.cc:1550] Initializing in-progress tserver states...
00:14:57.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:57.999123 18725 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
00:14:58.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.022042 18725 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
00:14:58.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:58.035701 18258 tablet.cc:2406] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:14:58.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.135231 18751 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a731f82e1168428b9f2b8d7ff6c62f9f. Latest consensus state: current_term: 1 leader_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:58.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.135969 18751 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [sys.catalog]: This master's current role is: FOLLOWER
00:14:58.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.136847 18709 sys_catalog.cc:455] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:58.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.137650 18709 sys_catalog.cc:458] T 00000000000000000000000000000000 P a731f82e1168428b9f2b8d7ff6c62f9f [sys.catalog]: This master's current role is: LEADER
00:14:58.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.140349 18773 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddfa4bdc51c74c049685d0a2506a79a3" member_type: VOTER last_known_addr { host: "127.17.195.190" port: 43599 } } peers { permanent_uuid: "a731f82e1168428b9f2b8d7ff6c62f9f" member_type: VOTER last_known_addr { host: "127.17.195.189" port: 33165 } } peers { permanent_uuid: "a819c607f8004889bb1b94fa95679828" member_type: VOTER last_known_addr { host: "127.17.195.188" port: 33921 } } }
00:14:58.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.141050 18773 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3 [sys.catalog]: This master's current role is: FOLLOWER
00:14:58.170 [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=	
00:14:58.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:58.174249 18781 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.201670 18786 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:14:58.294 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:14:58.294 [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=	
00:14:58.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:58.295563 18678 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:58.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.321489 18686 catalog_manager.cc:1295] Loaded cluster ID: 409959846e5c489682ac7db8cb769bb5
00:14:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.321803 18686 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828: loading cluster ID for follower catalog manager: success
00:14:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.329593 18686 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828: acquiring CA information for follower catalog manager: success
00:14:58.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:58.335286 18686 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a819c607f8004889bb1b94fa95679828: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:14:58.410 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
00:14:58.412 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:14:58.614 [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=	
00:14:58.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:58.615056 18726 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:58.752 [WARN - Metastore-Handler-Pool: Thread-94] (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.
00:14:59.186 [INFO - Metastore-Handler-Pool: Thread-103] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:14:59.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:59.186866 18781 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:59.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:59.233484 18786 catalog_manager.cc:1295] Loaded cluster ID: 409959846e5c489682ac7db8cb769bb5
00:14:59.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:59.233803 18786 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3: loading cluster ID for follower catalog manager: success
00:14:59.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:59.248381 18786 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3: acquiring CA information for follower catalog manager: success
00:14:59.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:14:59.266470 18786 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ddfa4bdc51c74c049685d0a2506a79a3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:14:59.306 [INFO - Metastore-Handler-Pool: Thread-104] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:14:59.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:59.306878 18678 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:59.470 [WARN - Metastore-Handler-Pool: Thread-94] (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.
00:14:59.578 [WARN - Metastore-Handler-Pool: Thread-94] (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.
00:14:59.625 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:14:59.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:14:59.626245 18726 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:14:59.664 [WARN - Metastore-Handler-Pool: Thread-94] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:15:00.003 [DEBUG - Metastore-Handler-Pool: Thread-94] (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.
00:15:00.005 [DEBUG - Metastore-Handler-Pool: Thread-94] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:15:00.014 [DEBUG - Metastore-Handler-Pool: Thread-94] (Connection.java:748) [peer master-127.17.195.189:33165(127.17.195.189:33165)] connecting to peer
00:15:00.030 [DEBUG - Metastore-Handler-Pool: Thread-94] (Connection.java:748) [peer master-127.17.195.190:43599(127.17.195.190:43599)] connecting to peer
00:15:00.033 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.195.189:33165(127.17.195.189:33165)] Successfully connected to peer
00:15:00.048 [DEBUG - Metastore-Handler-Pool: Thread-94] (Connection.java:748) [peer master-127.17.195.188:33921(127.17.195.188:33921)] connecting to peer
00:15:00.052 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.195.189
00:15:00.058 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.195.190:43599(127.17.195.190:43599)] Successfully connected to peer
00:15:00.060 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.17.195.188:33921(127.17.195.188:33921)] Successfully connected to peer
00:15:00.135 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.195.188
00:15:00.146 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.195.190
00:15:00.157 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:15:00.168 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x706601a8, L:/127.0.0.1:34992 - R:/127.17.195.189:33165] using SASL/PLAIN
00:15:00.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:15:00.199 [ERROR - Metastore-Handler-Pool: Thread-94] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:00.200 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:00.223 [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=	
00:15:00.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:00.224888 18781 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:00.229 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:15:00.233 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:15:00.240 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xc883c22c, L:/127.0.0.1:60240 - R:/127.17.195.188:33921] using SASL/PLAIN
00:15:00.250 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x17f58129, L:/127.0.0.1:41682 - R:/127.17.195.190:43599] using SASL/PLAIN
00:15:00.272 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:00.315 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:00.330 [INFO - Metastore-Handler-Pool: Thread-111] (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=	
00:15:00.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:00.331732 18678 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:00.437 [WARN - Metastore-Handler-Pool: Thread-94] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:15:00.481 [INFO - Metastore-Handler-Pool: Thread-94] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:15:00.485 [INFO - Metastore-Handler-Pool: Thread-94] (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=0d0a3702-284c-43b0-8c00-310608b1b861, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.195.189:33165,127.17.195.190:43599,127.17.195.188:33921}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:15:00.495 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:15:00.501 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive1145752617072707773/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=0d0a3702-284c-43b0-8c00-310608b1b861, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.195.189:33165,127.17.195.190:43599,127.17.195.188:33921}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:15:00.503 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1145752617072707773/external-warehouse/table
00:15:00.626 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:00.634 [INFO - Metastore-Handler-Pool: Thread-113] (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=	
00:15:00.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:00.634831 18726 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:00.672 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:00.676 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:00.775 [WARN - Metastore-Handler-Pool: Thread-94] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:15:00.874 [INFO - Metastore-Handler-Pool: Thread-94] (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)	
00:15:00.886 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:15:00.924 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive1145752617072707773/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)
00:15:00.942 [WARN - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:2452) Location: file:/tmp/hive1145752617072707773/external-warehouse/table specified for non-external table:table
00:15:00.944 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1145752617072707773/external-warehouse/table
00:15:01.049 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:01.119 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:01.121 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:01.234 [WARN - Metastore-Handler-Pool: Thread-94] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:15:01.242 [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=	
00:15:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:01.243165 18781 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:01.284 [ERROR - Metastore-Handler-Pool: Thread-94] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:01.286 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:01.310 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:01.325 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:01.342 [INFO - Metastore-Handler-Pool: Thread-116] (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=	
00:15:01.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:01.342753 18678 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:01.401 [WARN - Metastore-Handler-Pool: Thread-94] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:15:01.465 [INFO - Metastore-Handler-Pool: Thread-94] (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)	
00:15:01.484 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:15:01.488 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive1145752617072707773/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)
00:15:01.490 [WARN - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:2452) Location: file:/tmp/hive1145752617072707773/external-warehouse/table specified for non-external table:table
00:15:01.491 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1145752617072707773/external-warehouse/table
00:15:01.541 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:01.572 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:01.585 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:01.646 [INFO - Metastore-Handler-Pool: Thread-118] (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=	
00:15:01.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:01.646894 18726 client.h:373] Failed to connect to Hive Metastore (localhost:33889): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:01.685 [WARN - Metastore-Handler-Pool: Thread-94] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:15:01.762 [ERROR - Metastore-Handler-Pool: Thread-94] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:01.763 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:01.794 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:01.799 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:01.865 [WARN - Metastore-Handler-Pool: Thread-94] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:15:01.944 [INFO - Metastore-Handler-Pool: Thread-94] (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)	
00:15:01.947 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:15:01.954 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive1145752617072707773/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)
00:15:01.957 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1145752617072707773/external-warehouse/table
00:15:01.993 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:02.012 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:02.016 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:02.063 [WARN - Metastore-Handler-Pool: Thread-94] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
00:15:02.082 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:15:02.082 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:15:02.082 [INFO - Metastore-Handler-Pool: Thread-94] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@a08e0d9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5fce1ed8 will be shutdown
00:15:02.083 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:15:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:02.083832 18190 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 18216
00:15:02.138 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.195.190:43599(127.17.195.190:43599)] handling channelInactive
00:15:02.138 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.195.190:43599(127.17.195.190:43599)] cleaning up while in state READY due to: connection closed
00:15:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:02.151966 18190 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 18349
00:15:02.204 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.195.189:33165(127.17.195.189:33165)] handling channelInactive
00:15:02.204 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.195.189:33165(127.17.195.189:33165)] cleaning up while in state READY due to: connection closed
00:15:02.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:02.206019 18190 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 18484
00:15:02.251 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.17.195.188:33921(127.17.195.188:33921)] handling channelInactive
00:15:02.251 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.17.195.188:33921(127.17.195.188:33921)] cleaning up while in state READY due to: connection closed
00:15:03.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:03Z chronyd exiting
.00:15:04.485 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:15:04.485 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:15:04.486 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:15:04.505 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1061951331986872258
00:15:04.506 [INFO - Thread-84] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:15:04.506 [INFO - Thread-84] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:15:04.508 [INFO - Thread-84] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:15:04.509 [INFO - Thread-84] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:15:04.509 [INFO - Thread-84] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:15:04.510 [INFO - Thread-84] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:15:04.511 [INFO - Thread-84] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:15:04.512 [INFO - Thread-84] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:15:04.512 [INFO - Thread-84] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:15:04.512 [INFO - Thread-84] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:15:04.514 [INFO - Thread-84] (HikariDataSource.java:80) objectstore - Starting...
00:15:04.592 [INFO - Thread-84] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:15:04.593 [INFO - Thread-84] (HikariDataSource.java:82) objectstore - Start completed.
00:15:04.593 [INFO - Thread-84] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:15:04.595 [INFO - Thread-84] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:15:04.597 [INFO - Thread-84] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:15:04.598 [INFO - Thread-84] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:15:04.622 [INFO - Thread-84] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:15:04.622 [INFO - Thread-84] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:15:04.622 [INFO - Thread-84] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:15:04.671 [WARN - Thread-84] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:04.672 [WARN - Thread-84] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:04.672 [WARN - Thread-84] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:04.672 [WARN - Thread-84] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:04.673 [WARN - Thread-84] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:04.673 [WARN - Thread-84] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:04.934 [INFO - Thread-84] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:15:04.934 [INFO - Thread-84] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@344358db, with PersistenceManager: null will be shutdown
00:15:04.935 [INFO - Thread-84] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@344358db, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@12bd951b created in the thread with id: 120
00:15:04.936 [WARN - Thread-84] (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
00:15:04.937 [INFO - Thread-84] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@344358db
00:15:05.056 [INFO - Thread-84] (HMSHandler.java:595) Started creating a default database with name: default
00:15:05.079 [INFO - Thread-84] (HMSHandler.java:605) Successfully created a default database with name: default
00:15:05.106 [INFO - Thread-84] (HMSHandler.java:668) Added admin role in metastore
00:15:05.108 [INFO - Thread-84] (HMSHandler.java:677) Added public role in metastore
00:15:05.141 [INFO - Thread-84] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:15:05.141 [INFO - Thread-84] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:15:05.142 [INFO - Thread-84] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:15:05.142 [INFO - Thread-84] (HiveMetaStore.java:697) Direct SQL optimization = true
00:15:05.142 [WARN - Thread-84] (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)
00:15:05.143 [INFO - Thread-84] (HiveMetaStore.java:632) Started the new metaserver on port [32867]...
00:15:05.143 [INFO - Thread-84] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:15:05.143 [INFO - Thread-84] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:15:05.143 [INFO - Thread-84] (HiveMetaStore.java:635) TCP keepalive = true
00:15:05.143 [INFO - Thread-84] (HiveMetaStore.java:636) Enable SSL = false
00:15:05.508 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:15:05.508 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:15:05.509 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:15:05.511 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:15:05.511 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:32867]
00:15:05.511 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:32867) in binary transport mode
00:15:05.511 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:32867) current connections: 1
00:15:05.513 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4R9ju7/test-tmp
00:15:05.514 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:15:05.514 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4R9ju7/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:15:05.517 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:32867"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:15:05.896 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:05.897 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:15:05.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:05.900517 18903 mini_oidc.cc:150] Starting JWKS server
00:15:05.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:05.904409 18903 webserver.cc:533] Webserver started at http://127.0.0.1:40609/ using document root <none> and password file <none>
00:15:05.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:05.904865 18903 mini_oidc.cc:186] Starting OIDC Discovery server
00:15:05.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:05.907191 18903 webserver.cc:533] Webserver started at http://127.0.0.1:45845/ using document root <none> and password file <none>
00:15:05.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:05Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:15:05.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:05Z Disabled control of system clock
00:15:05.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:05.989390 18903 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/wal
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/data
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/logs
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/data/info.pb
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.117.254:45501
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.117.254
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.117.212:40107
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.117.254:45501,127.18.117.253:33151,127.18.117.252:34729
00:15:05.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:05.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40609/jwks.json
00:15:05.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32867 with env {}
00:15:06.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.341375 18924 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:06.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.341985 18924 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:06.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.342479 18924 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:06.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.376698 18924 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:06.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.377022 18924 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:06.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.377312 18924 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:06.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.377524 18924 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:06.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.377724 18924 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:06.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.377873 18924 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40609/jwks.json
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:06.418525 18924 master_runner.cc:387] Master server non-default flags:
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/logs
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.117.212:40107
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/data
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/wal
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32867
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.117.254:45501,127.18.117.253:33151,127.18.117.252:34729
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.117.254:45501
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40609/jwks.json
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/data/info.pb
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.117.254
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:06.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:06.419996 18924 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:06.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:06.421873 18924 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:06.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.435420 18936 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
00:15:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:07.839654 18934 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 18924
00:15:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:06.435413 18937 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
00:15:08.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.331017 18924 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.896s	user 0.694s	sys 1.200s
00:15:08.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.332572 18924 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.898s	user 0.694s	sys 1.200s
00:15:08.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.333441 18938 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1897 milliseconds
00:15:08.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.333694 18924 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
00:15:08.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.333791 18941 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
00:15:08.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.339375 18924 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:08.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.342235 18924 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:08.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.343968 18924 hybrid_clock.cc:648] HybridClock initialized: now 1786493708343922 us; error 124 us; skew 500 ppm
00:15:08.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.344940 18924 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:08.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.351883 18924 webserver.cc:533] Webserver started at http://127.18.117.254:42117/ using document root <none> and password file <none>
00:15:08.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.352998 18924 fs_manager.cc:362] Metadata directory not provided
00:15:08.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.353295 18924 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:08.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.353891 18924 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:08.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.358470 18924 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/data/instance:
00:15:08.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "98170bcb72e447929d07844c7f0de886"
00:15:08.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:08 on dist-test-slave-z8x9"
00:15:08.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.359719 18924 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/wal/instance:
00:15:08.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "98170bcb72e447929d07844c7f0de886"
00:15:08.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:08 on dist-test-slave-z8x9"
00:15:08.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.367957 18924 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.001s
00:15:08.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.374989 18954 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:08.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.376362 18924 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:15:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.376802 18924 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/wal
00:15:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "98170bcb72e447929d07844c7f0de886"
00:15:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:08 on dist-test-slave-z8x9"
00:15:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.377274 18924 fs_report.cc:389] FS layout report
00:15:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/wal
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/wal
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/data/data
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:08.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.436684 18924 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:08.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.438395 18924 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:08.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.438961 18924 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:08.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.518421 18924 rpc_server.cc:307] RPC server started. Bound to: 127.18.117.254:45501
00:15:08.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.518528 19038 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.117.254:45501 every 8 connection(s)
00:15:08.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.522086 18924 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/data/info.pb
00:15:08.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.528469 19041 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:08.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.533087 18903 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 18924
00:15:08.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.533654 18903 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-0/wal/instance
00:15:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.537286 18903 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/wal
00:15:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/data
00:15:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/logs
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/data/info.pb
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.117.253:33151
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.117.253
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.117.212:40107
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.117.254:45501,127.18.117.253:33151,127.18.117.252:34729
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:08.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40609/jwks.json
00:15:08.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32867 with env {}
00:15:08.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.541710 19041 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } has no permanent_uuid. Determining permanent_uuid...
00:15:08.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.572528 19041 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } has no permanent_uuid. Determining permanent_uuid...
00:15:08.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.575735 18957 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.117.253:33151: connect: Connection refused (error 111)
00:15:08.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.581007 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.253:33151: Network error: Client connection negotiation failed: client connection to 127.18.117.253:33151: connect: Connection refused (error 111)
00:15:08.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.630650 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } attempt: 1
00:15:08.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.635710 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.253:33151: Network error: Client connection negotiation failed: client connection to 127.18.117.253:33151: connect: Connection refused (error 111)
00:15:08.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.704213 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } attempt: 2
00:15:08.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.709097 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.253:33151: Network error: Client connection negotiation failed: client connection to 127.18.117.253:33151: connect: Connection refused (error 111)
00:15:08.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.800580 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } attempt: 3
00:15:08.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.805415 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.253:33151: Network error: Client connection negotiation failed: client connection to 127.18.117.253:33151: connect: Connection refused (error 111)
00:15:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.876710 19046 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.877342 19046 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.877797 19046 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:08.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.910168 19046 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:08.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.910477 19046 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:08.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.910672 19046 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:08.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.910885 19046 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:08.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.911082 19046 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:08.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.911226 19046 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40609/jwks.json
00:15:08.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.948886 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } attempt: 4
00:15:08.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.949513 19046 master_runner.cc:387] Master server non-default flags:
00:15:08.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/logs
00:15:08.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:08.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.117.212:40107
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/data
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/wal
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32867
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.117.254:45501,127.18.117.253:33151,127.18.117.252:34729
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.117.253:33151
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40609/jwks.json
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/data/info.pb
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.117.253
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.951184 19046 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:08.953639 19046 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:08.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.954917 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.253:33151: Network error: Client connection negotiation failed: client connection to 127.18.117.253:33151: connect: Connection refused (error 111)
00:15:08.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.967042 19061 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
00:15:09.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:09.254375 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } attempt: 5
00:15:09.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:09.263731 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.253:33151: Network error: Client connection negotiation failed: client connection to 127.18.117.253:33151: connect: Connection refused (error 111)
00:15:09.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:09.811586 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } attempt: 6
00:15:09.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:09.842144 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.253:33151: Network error: Client connection negotiation failed: client connection to 127.18.117.253:33151: connect: Connection refused (error 111)
00:15:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:08.967201 19065 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
00:15:10.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.310171 19068 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
00:15:10.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.313938 19046 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.347s	user 0.416s	sys 0.926s
00:15:10.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.314672 19046 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.348s	user 0.417s	sys 0.927s
00:15:10.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.315761 19067 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1347 milliseconds
00:15:10.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.315825 19046 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
00:15:10.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.317703 19046 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.322347 19046 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:10.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.323951 19046 hybrid_clock.cc:648] HybridClock initialized: now 1786493710323928 us; error 107 us; skew 500 ppm
00:15:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.325349 19046 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.337720 19046 webserver.cc:533] Webserver started at http://127.18.117.253:38559/ using document root <none> and password file <none>
00:15:10.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.339250 19046 fs_manager.cc:362] Metadata directory not provided
00:15:10.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.339599 19046 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:10.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.340293 19046 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:10.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.347747 19046 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/data/instance:
00:15:10.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "05964aae22204de980e10c4dcb3ce1fa"
00:15:10.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:10 on dist-test-slave-z8x9"
00:15:10.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.349705 19046 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/wal/instance:
00:15:10.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "05964aae22204de980e10c4dcb3ce1fa"
00:15:10.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:10 on dist-test-slave-z8x9"
00:15:10.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.362150 19046 fs_manager.cc:696] Time spent creating directory manager: real 0.012s	user 0.009s	sys 0.002s
00:15:10.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.371194 19080 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:10.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.372828 19046 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.001s
00:15:10.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.373325 19046 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/wal
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "05964aae22204de980e10c4dcb3ce1fa"
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:10 on dist-test-slave-z8x9"
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.373869 19046 fs_report.cc:389] FS layout report
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/wal
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/wal
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/data/data
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:10.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.486459 19046 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:10.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.488019 19046 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:10.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.488471 19046 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:10.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.570647 19046 rpc_server.cc:307] RPC server started. Bound to: 127.18.117.253:33151
00:15:10.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.570750 19172 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.117.253:33151 every 8 connection(s)
00:15:10.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.573432 19046 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/data/info.pb
00:15:10.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.579497 19173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:10.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.583873 18903 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 19046
00:15:10.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.584223 18903 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-1/wal/instance
00:15:10.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.586352 18903 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:10.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:10.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/wal
00:15:10.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/data
00:15:10.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:10.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:10.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/logs
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/data/info.pb
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.117.252:34729
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.117.252
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.117.212:40107
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.117.254:45501,127.18.117.253:33151,127.18.117.252:34729
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:10.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40609/jwks.json
00:15:10.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32867 with env {}
00:15:10.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.594552 19173 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } has no permanent_uuid. Determining permanent_uuid...
00:15:10.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.622577 19173 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } has no permanent_uuid. Determining permanent_uuid...
00:15:10.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.639071 19173 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } has no permanent_uuid. Determining permanent_uuid...
00:15:10.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.641690 19086 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:10.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.646323 19173 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:10.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.695968 19173 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 1
00:15:10.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.701690 19173 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:10.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.770170 19173 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 2
00:15:10.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.775249 19173 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:10.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.866735 19173 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 3
00:15:10.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.871570 19173 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:10.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.902810 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } attempt: 7
00:15:10.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.916599 19041 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } has no permanent_uuid. Determining permanent_uuid...
00:15:10.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.923609 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:10.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.946622 19174 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:10.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.947245 19174 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:10.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.947701 19174 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:10.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:10.982193 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 1
00:15:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.986359 19174 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:10.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.986797 19174 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:10.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.987228 19174 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:10.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.987229 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:10.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.987602 19174 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:10.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.987823 19174 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:10.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:10.987977 19174 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40609/jwks.json
00:15:11.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.015178 19173 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 4
00:15:11.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:11.020764 19173 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.028753 19174 master_runner.cc:387] Master server non-default flags:
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/logs
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.117.212:40107
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/data
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/wal
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32867
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.117.254:45501,127.18.117.253:33151,127.18.117.252:34729
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.117.252:34729
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40609/jwks.json
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/data/info.pb
00:15:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.117.252
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.030279 19174 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:11.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.032167 19174 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:11.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:11.044059 19194 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
00:15:11.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.068711 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 2
00:15:11.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:11.079721 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:11.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.165347 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 3
00:15:11.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:11.174589 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:11.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.315189 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 4
00:15:11.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.320317 19173 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 5
00:15:11.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:11.328526 19173 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:11.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:11.333029 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:11.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.616600 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 5
00:15:11.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:11.626199 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:11.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:11.876122 19173 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 6
00:15:11.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:11.905869 19173 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.178826 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 6
00:15:12.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:12.210285 19041 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:12.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:12.448509 19193 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 19174
00:15:12.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:12.914166 19193 kernel_stack_watchdog.cc:198] Thread 19174 stuck at /home/jenkins-slave/workspace/build_and_test@4/src/kudu/util/thread.cc:642 for 401ms:
00:15:12.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
00:15:12.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
00:15:12.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
00:15:12.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
00:15:12.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:11.045579 19196 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
00:15:12.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:12.919668 19174 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.875s	user 0.680s	sys 1.182s
00:15:12.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:12.919863 19197 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1869 milliseconds
00:15:12.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:12.920064 19174 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.876s	user 0.680s	sys 1.182s
00:15:12.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:12.921716 19200 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
00:15:12.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.921850 19174 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
00:15:12.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.923455 19174 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:12.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.926090 19174 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:12.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.927484 19174 hybrid_clock.cc:648] HybridClock initialized: now 1786493712927469 us; error 58 us; skew 500 ppm
00:15:12.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.928318 19174 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:12.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.934990 19174 webserver.cc:533] Webserver started at http://127.18.117.252:46085/ using document root <none> and password file <none>
00:15:12.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.935954 19174 fs_manager.cc:362] Metadata directory not provided
00:15:12.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.936218 19174 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:12.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.936679 19174 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:12.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.941476 19174 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/data/instance:
00:15:12.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a2264fbfbd1c4f11980e85dedc63962e"
00:15:12.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:12 on dist-test-slave-z8x9"
00:15:12.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.942668 19174 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/wal/instance:
00:15:12.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a2264fbfbd1c4f11980e85dedc63962e"
00:15:12.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:12 on dist-test-slave-z8x9"
00:15:12.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.950852 19174 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.002s	sys 0.006s
00:15:12.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.957428 19223 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:12.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.958809 19174 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.000s
00:15:12.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.959316 19174 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/wal
00:15:12.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a2264fbfbd1c4f11980e85dedc63962e"
00:15:12.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:12 on dist-test-slave-z8x9"
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.959734 19174 fs_report.cc:389] FS layout report
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/wal
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/wal
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/data/data
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:12.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:12.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:12.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:12.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:12.966439 19173 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 7
00:15:12.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:12.974431 19173 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.117.252:34729: Network error: Client connection negotiation failed: client connection to 127.18.117.252:34729: connect: Connection refused (error 111)
00:15:13.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.022544 19174 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.024211 19174 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:13.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.024786 19174 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:13.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.107838 19174 rpc_server.cc:307] RPC server started. Bound to: 127.18.117.252:34729
00:15:13.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.107928 19319 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.117.252:34729 every 8 connection(s)
00:15:13.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.110962 19174 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/data/info.pb
00:15:13.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.117482 19321 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:13.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.120975 18903 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 19174
00:15:13.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.121488 18903 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster1200146460720495583/master-2/wal/instance
00:15:13.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.132563 19321 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } has no permanent_uuid. Determining permanent_uuid...
00:15:13.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.152616 19321 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } has no permanent_uuid. Determining permanent_uuid...
00:15:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.167675 19321 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } has no permanent_uuid. Determining permanent_uuid...
00:15:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.188082 19321 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e: Bootstrap starting.
00:15:13.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.192695 18903 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:15:13.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.195187 19321 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e: Neither blocks nor log segments found. Creating new log.
00:15:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.197211 19321 log.cc:826] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e: Log is configured to *not* fsync() on all Append() calls
00:15:13.201 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:13.201 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:15:13.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.202898 19321 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e: No bootstrap required, opened a new log
00:15:13.202 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.117.254"
      port: 45501
    }
    bound_http_address {
      host: "127.18.117.254"
      port: 42117
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.117.253"
      port: 33151
    }
    bound_http_address {
      host: "127.18.117.253"
      port: 38559
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.117.252"
      port: 34729
    }
    bound_http_address {
      host: "127.18.117.252"
      port: 46085
    }
  }
}

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

00:15:13.204 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:13.205 [INFO - Metastore-Handler-Pool: Thread-141] (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)	
00:15:13.223 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:15:13.223 [INFO - Metastore-Handler-Pool: Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:15:13.223 [INFO - Metastore-Handler-Pool: Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@20433d93, with PersistenceManager: null will be shutdown
00:15:13.224 [INFO - Metastore-Handler-Pool: Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@20433d93, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@17a8d18 created in the thread with id: 141
00:15:13.229 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@20433d93
00:15:13.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.231335 19321 raft_consensus.cc:359] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } }
00:15:13.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.232616 19321 raft_consensus.cc:385] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:13.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.232916 19321 raft_consensus.cc:740] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a2264fbfbd1c4f11980e85dedc63962e, State: Initialized, Role: FOLLOWER
00:15:13.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.234179 19321 consensus_queue.cc:260] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [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: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } }
00:15:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.237834 19336 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [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: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } } }
00:15:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.238999 19336 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [sys.catalog]: This master's current role is: FOLLOWER
00:15:13.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.239849 19321 sys_catalog.cc:565] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [sys.catalog]: configured and running, proceeding with master startup.
00:15:13.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.243855 19041 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 7
00:15:13.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.251724 19336 raft_consensus.cc:493] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:15:13.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.252538 19336 raft_consensus.cc:515] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } }
00:15:13.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.259995 19336 leader_election.cc:290] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 98170bcb72e447929d07844c7f0de886 (127.18.117.254:45501), 05964aae22204de980e10c4dcb3ce1fa (127.18.117.253:33151)
00:15:13.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:13.280633 19235 tablet.cc:2406] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:15:13.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.293056 19041 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886: Bootstrap starting.
00:15:13.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.305670 19041 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886: Neither blocks nor log segments found. Creating new log.
00:15:13.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.309818 19041 log.cc:826] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886: Log is configured to *not* fsync() on all Append() calls
00:15:13.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.326496 19041 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886: No bootstrap required, opened a new log
00:15:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:13.368700 19367 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:15:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:13.370368 19367 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:15:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.377259 19041 raft_consensus.cc:359] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } }
00:15:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.378772 19041 raft_consensus.cc:385] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.379292 19041 raft_consensus.cc:740] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 98170bcb72e447929d07844c7f0de886, State: Initialized, Role: FOLLOWER
00:15:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.381402 19041 consensus_queue.cc:260] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [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: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } }
00:15:13.386 [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=	
00:15:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:13.387223 19363 client.h:373] Failed to connect to Hive Metastore (localhost:32867): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:13.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.391757 19371 sys_catalog.cc:455] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [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: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } } }
00:15:13.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.395756 19371 sys_catalog.cc:458] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [sys.catalog]: This master's current role is: FOLLOWER
00:15:13.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.395592 18998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a2264fbfbd1c4f11980e85dedc63962e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "98170bcb72e447929d07844c7f0de886" is_pre_election: true
00:15:13.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.395382 19041 sys_catalog.cc:565] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [sys.catalog]: configured and running, proceeding with master startup.
00:15:13.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.396633 18998 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a2264fbfbd1c4f11980e85dedc63962e in term 0.
00:15:13.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.398377 19232 leader_election.cc:304] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [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: 98170bcb72e447929d07844c7f0de886, a2264fbfbd1c4f11980e85dedc63962e; no voters: 
00:15:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.399312 19336 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 0 FOLLOWER]: Leader pre-election won for term 1
00:15:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.399621 19336 raft_consensus.cc:493] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:15:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.399962 19336 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 0 FOLLOWER]: Advancing to term 1
00:15:13.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.407356 19336 raft_consensus.cc:515] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } }
00:15:13.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.411823 18998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a2264fbfbd1c4f11980e85dedc63962e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "98170bcb72e447929d07844c7f0de886"
00:15:13.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.412402 18998 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [term 0 FOLLOWER]: Advancing to term 1
00:15:13.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.424913 19336 leader_election.cc:290] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [CANDIDATE]: Term 1 election: Requested vote from peers 98170bcb72e447929d07844c7f0de886 (127.18.117.254:45501), 05964aae22204de980e10c4dcb3ce1fa (127.18.117.253:33151)
00:15:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.428916 18998 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a2264fbfbd1c4f11980e85dedc63962e in term 1.
00:15:13.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.431313 19232 leader_election.cc:304] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [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: 98170bcb72e447929d07844c7f0de886, a2264fbfbd1c4f11980e85dedc63962e; no voters: 
00:15:13.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.432405 19336 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 1 FOLLOWER]: Leader election won for term 1
00:15:13.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:13.451248 18965 tablet.cc:2406] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:15:13.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.455196 19336 raft_consensus.cc:697] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [term 1 LEADER]: Becoming Leader. State: Replica: a2264fbfbd1c4f11980e85dedc63962e, State: Running, Role: LEADER
00:15:13.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.360059 19174 master_runner.cc:187] Error getting master registration for 127.18.117.254:45501: OK, instance_id { permanent_uuid: "98170bcb72e447929d07844c7f0de886" instance_seqno: 1786493708496228 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:15:13.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.457031 19174 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:15:13.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.458035 19336 consensus_queue.cc:237] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [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: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } }
00:15:13.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.491456 19375 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [sys.catalog]: SysCatalogTable state changed. Reason: New leader a2264fbfbd1c4f11980e85dedc63962e. Latest consensus state: current_term: 1 leader_uuid: "a2264fbfbd1c4f11980e85dedc63962e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } } }
00:15:13.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.492554 19375 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [sys.catalog]: This master's current role is: LEADER
00:15:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.502802 19382 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
00:15:13.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.513018 19382 catalog_manager.cc:1520] Initializing Kudu cluster ID...
00:15:13.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.568912 18998 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [term 1 FOLLOWER]: Refusing update from remote peer a2264fbfbd1c4f11980e85dedc63962e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:15:13.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.571184 19375 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [LEADER]: Connected to new peer: Peer: permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:15:13.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.609130 19371 sys_catalog.cc:455] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a2264fbfbd1c4f11980e85dedc63962e. Latest consensus state: current_term: 1 leader_uuid: "a2264fbfbd1c4f11980e85dedc63962e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } } }
00:15:13.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.610262 19371 sys_catalog.cc:458] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [sys.catalog]: This master's current role is: FOLLOWER
00:15:13.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.624207 19388 mvcc.cc:204] Tried to move back new op lower bound from 7317478250739384320 to 7317478250365906944. Current Snapshot: MvccSnapshot[applied={T|T < 7317478250739384320}]
00:15:13.626 [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=	
00:15:13.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:13.631656 19395 client.h:373] Failed to connect to Hive Metastore (localhost:32867): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:13.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.639345 19336 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a2264fbfbd1c4f11980e85dedc63962e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } } }
00:15:13.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.640182 19336 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e [sys.catalog]: This master's current role is: LEADER
00:15:13.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.641436 19382 catalog_manager.cc:1383] Generated new cluster ID: b23d40d733a54f7f814dbd07e460a886
00:15:13.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.641746 19382 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
00:15:13.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.633909 19402 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:15:13.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.646205 19371 sys_catalog.cc:455] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a2264fbfbd1c4f11980e85dedc63962e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } } }
00:15:13.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.653882 19371 sys_catalog.cc:458] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886 [sys.catalog]: This master's current role is: FOLLOWER
00:15:13.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.692055 19382 catalog_manager.cc:1406] Generated new certificate authority record
00:15:13.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.695528 19382 catalog_manager.cc:1540] Loading token signing keys...
00:15:13.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.647970 18924 master_runner.cc:187] Error getting master registration for 127.18.117.253:33151: OK, instance_id { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" instance_seqno: 1786493710548731 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:15:13.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.731007 18924 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:15:13.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.739564 19382 catalog_manager.cc:6092] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e: Generated new TSK 0
00:15:13.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.741146 19382 catalog_manager.cc:1550] Initializing in-progress tserver states...
00:15:13.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.746307 19382 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
00:15:13.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:13.751384 19382 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
00:15:13.909 [WARN - Metastore-Handler-Pool: Thread-141] (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.
00:15:13.915 [WARN - Metastore-Handler-Pool: Thread-141] (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.
00:15:13.916 [WARN - Metastore-Handler-Pool: Thread-141] (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.
00:15:13.995 [INFO - Metastore-Handler-Pool: Thread-141] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
00:15:14.001 [INFO - Metastore-Handler-Pool: Thread-141] (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/hive1061951331986872258/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)
00:15:14.003 [INFO - Metastore-Handler-Pool: Thread-141] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1061951331986872258/external-warehouse/legacy_table
00:15:14.263 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
00:15:14.312 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:14.319 [INFO - Metastore-Handler-Pool: Thread-141] (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	
00:15:14.331 [INFO - Metastore-Handler-Pool: Thread-141] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
00:15:14.401 [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=	
00:15:14.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:14.401859 19363 client.h:373] Failed to connect to Hive Metastore (localhost:32867): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:14.422 [INFO - Metastore-Handler-Pool: Thread-141] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
00:15:14.423 [INFO - Metastore-Handler-Pool: Thread-141] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
00:15:14.570 [INFO - Metastore-Handler-Pool: Thread-141] (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	
00:15:14.604 [INFO - Metastore-Handler-Pool: Thread-141] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
00:15:14.647 [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=	
00:15:14.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:14.648511 19395 client.h:373] Failed to connect to Hive Metastore (localhost:32867): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:14.669 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
00:15:14.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:14.673292 19402 catalog_manager.cc:1295] Loaded cluster ID: b23d40d733a54f7f814dbd07e460a886
00:15:14.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:14.673619 19402 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886: loading cluster ID for follower catalog manager: success
00:15:14.682 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:14.684 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
00:15:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:14.693565 19402 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886: acquiring CA information for follower catalog manager: success
00:15:14.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:14.699292 19402 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 98170bcb72e447929d07844c7f0de886: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:15:14.852 [WARN - Metastore-Handler-Pool: Thread-141] (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.
00:15:15.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:15.031651 19227 proxy.cc:239] Call had error, refreshing address and retrying: Timed out: RequestConsensusVote RPC to 127.18.117.253:33151 timed out after 1.772s (SENT)
00:15:15.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.064864 19173 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } attempt: 8
00:15:15.132 [WARN - Metastore-Handler-Pool: Thread-141] (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.
00:15:15.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.189318 19173 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa: Bootstrap starting.
00:15:15.209 [WARN - Metastore-Handler-Pool: Thread-141] (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.
00:15:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.320923 19173 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa: Neither blocks nor log segments found. Creating new log.
00:15:15.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.352193 19173 log.cc:826] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa: Log is configured to *not* fsync() on all Append() calls
00:15:15.424 [INFO - Metastore-Handler-Pool: Thread-149] (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=	
00:15:15.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.426821 19173 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa: No bootstrap required, opened a new log
00:15:15.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:15.426842 19363 client.h:373] Failed to connect to Hive Metastore (localhost:32867): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:15.446 [INFO - Metastore-Handler-Pool: Thread-141] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:15:15.448 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:15:15.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.449144 18903 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 18924
00:15:15.449 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:15:15.451 [INFO - Metastore-Handler-Pool: Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@20433d93, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@17a8d18 will be shutdown
00:15:15.459 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:15:15.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.535180 19173 raft_consensus.cc:359] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } }
00:15:15.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.549388 19173 raft_consensus.cc:385] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:15.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.554687 19173 raft_consensus.cc:740] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05964aae22204de980e10c4dcb3ce1fa, State: Initialized, Role: FOLLOWER
00:15:15.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.556473 19173 consensus_queue.cc:260] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa [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: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } }
00:15:15.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.574985 19430 sys_catalog.cc:455] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa [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: "98170bcb72e447929d07844c7f0de886" member_type: VOTER last_known_addr { host: "127.18.117.254" port: 45501 } } peers { permanent_uuid: "05964aae22204de980e10c4dcb3ce1fa" member_type: VOTER last_known_addr { host: "127.18.117.253" port: 33151 } } peers { permanent_uuid: "a2264fbfbd1c4f11980e85dedc63962e" member_type: VOTER last_known_addr { host: "127.18.117.252" port: 34729 } } }
00:15:15.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.581727 19430 sys_catalog.cc:458] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa [sys.catalog]: This master's current role is: FOLLOWER
00:15:15.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.580430 19121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a2264fbfbd1c4f11980e85dedc63962e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05964aae22204de980e10c4dcb3ce1fa"
00:15:15.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.580194 19173 sys_catalog.cc:565] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa [sys.catalog]: configured and running, proceeding with master startup.
00:15:15.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.586978 19125 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 05964aae22204de980e10c4dcb3ce1fa [term 0 FOLLOWER]: Advancing to term 1
00:15:15.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.593811 19123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a2264fbfbd1c4f11980e85dedc63962e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05964aae22204de980e10c4dcb3ce1fa" is_pre_election: true
00:15:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.594611 19129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a2264fbfbd1c4f11980e85dedc63962e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05964aae22204de980e10c4dcb3ce1fa"
00:15:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:15.607234 19129 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:58168 (request call id 2) took 2183 ms (client timeout 2024 ms). Trace:
00:15:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.584051 19131 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a2264fbfbd1c4f11980e85dedc63962e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05964aae22204de980e10c4dcb3ce1fa" is_pre_election: true
00:15:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:15.608070 19131 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:58168 (request call id 1) took 2349 ms (client timeout 1772 ms). Trace:
00:15:15.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:15.608450 19131 rpcz_store.cc:269] 0812 00:15:13.259080 (+     0us) service_pool.cc:167] Inserting onto call queue
00:15:15.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 00:15:13.259278 (+   198us) service_pool.cc:224] Handling call
00:15:15.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 00:15:15.608009 (+2348731us) inbound_call.cc:177] Queueing success response
00:15:15.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
00:15:15.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.609593 18903 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 19046
00:15:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:15.672478 19232 consensus_peers.cc:597] T 00000000000000000000000000000000 P a2264fbfbd1c4f11980e85dedc63962e -> Peer 98170bcb72e447929d07844c7f0de886 (127.18.117.254:45501): Couldn't send request to peer 98170bcb72e447929d07844c7f0de886. Status: Network error: Client connection negotiation failed: client connection to 127.18.117.254:45501: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
00:15:15.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:15.691577 18903 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 19174
00:15:16.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:16Z chronyd exiting
.00:15:18.008 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:15:18.008 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:15:18.009 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:15:18.027 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive299133171369409687
00:15:18.028 [INFO - Thread-107] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:15:18.029 [INFO - Thread-107] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:15:18.030 [INFO - Thread-107] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:15:18.030 [INFO - Thread-107] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:15:18.031 [INFO - Thread-107] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:15:18.031 [INFO - Thread-107] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:15:18.032 [INFO - Thread-107] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:15:18.032 [INFO - Thread-107] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:15:18.033 [INFO - Thread-107] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:15:18.033 [INFO - Thread-107] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:15:18.034 [INFO - Thread-107] (HikariDataSource.java:80) objectstore - Starting...
00:15:18.113 [INFO - Thread-107] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:15:18.114 [INFO - Thread-107] (HikariDataSource.java:82) objectstore - Start completed.
00:15:18.114 [INFO - Thread-107] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:15:18.116 [INFO - Thread-107] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:15:18.118 [INFO - Thread-107] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:15:18.118 [INFO - Thread-107] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:15:18.133 [INFO - Thread-107] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:15:18.133 [INFO - Thread-107] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:15:18.133 [INFO - Thread-107] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:15:18.156 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:18.157 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:18.157 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:18.158 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:18.158 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:18.159 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:18.372 [INFO - Thread-107] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:15:18.372 [INFO - Thread-107] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4ae666a, with PersistenceManager: null will be shutdown
00:15:18.372 [INFO - Thread-107] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4ae666a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ae4e34e created in the thread with id: 150
00:15:18.374 [WARN - Thread-107] (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
00:15:18.375 [INFO - Thread-107] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4ae666a
00:15:18.492 [INFO - Thread-107] (HMSHandler.java:595) Started creating a default database with name: default
00:15:18.517 [INFO - Thread-107] (HMSHandler.java:605) Successfully created a default database with name: default
00:15:18.550 [INFO - Thread-107] (HMSHandler.java:668) Added admin role in metastore
00:15:18.552 [INFO - Thread-107] (HMSHandler.java:677) Added public role in metastore
00:15:18.588 [INFO - Thread-107] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:15:18.588 [INFO - Thread-107] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:15:18.589 [INFO - Thread-107] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:15:18.589 [INFO - Thread-107] (HiveMetaStore.java:697) Direct SQL optimization = true
00:15:18.589 [WARN - Thread-107] (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)
00:15:18.589 [INFO - Thread-107] (HiveMetaStore.java:632) Started the new metaserver on port [38489]...
00:15:18.589 [INFO - Thread-107] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:15:18.589 [INFO - Thread-107] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:15:18.590 [INFO - Thread-107] (HiveMetaStore.java:635) TCP keepalive = true
00:15:18.590 [INFO - Thread-107] (HiveMetaStore.java:636) Enable SSL = false
00:15:19.030 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:15:19.031 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:15:19.031 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:15:19.033 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:15:19.033 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38489]
00:15:19.033 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38489) in binary transport mode
00:15:19.033 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38489) current connections: 1
00:15:19.035 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4R9ju7/test-tmp
00:15:19.036 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:15:19.036 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4R9ju7/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:15:19.039 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38489"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:15:19.385 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:19.386 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:15:19.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:19.390004 19487 mini_oidc.cc:150] Starting JWKS server
00:15:19.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:19.393862 19487 webserver.cc:533] Webserver started at http://127.0.0.1:41877/ using document root <none> and password file <none>
00:15:19.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:19.394842 19487 mini_oidc.cc:186] Starting OIDC Discovery server
00:15:19.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:19.396951 19487 webserver.cc:533] Webserver started at http://127.0.0.1:34509/ using document root <none> and password file <none>
00:15:19.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:19Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:15:19.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:19Z Disabled control of system clock
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:19.471552 19487 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/wal
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/data
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/logs
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/data/info.pb
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:19.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.7.254:35539
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.7.254
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.7.212:37825
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.7.254:35539,127.19.7.253:44813,127.19.7.252:33643
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41877/jwks.json
00:15:19.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38489 with env {}
00:15:19.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.812985 19517 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:19.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.813813 19517 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:19.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.814394 19517 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:19.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.850134 19517 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:19.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.850471 19517 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:19.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.850672 19517 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:19.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.850888 19517 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:19.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.851158 19517 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:19.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.851421 19517 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41877/jwks.json
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:19.890933 19517 master_runner.cc:387] Master server non-default flags:
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/logs
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.7.212:37825
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/data
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/wal
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38489
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:19.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.7.254:35539,127.19.7.253:44813,127.19.7.252:33643
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.7.254:35539
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41877/jwks.json
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/data/info.pb
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.7.254
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:19.892336 19517 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:19.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:19.894001 19517 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:19.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.906970 19528 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
00:15:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:21.310592 19526 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 19517
00:15:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:21.776580 19517 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.870s	user 0.707s	sys 1.162s
00:15:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:21.777036 19517 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.870s	user 0.707s	sys 1.163s
00:15:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:19.907586 19529 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
00:15:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:21.778287 19530 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1870 milliseconds
00:15:21.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:21.779368 19531 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
00:15:21.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.779407 19517 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
00:15:21.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.782905 19517 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:21.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.785382 19517 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:21.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.786778 19517 hybrid_clock.cc:648] HybridClock initialized: now 1786493721786761 us; error 128 us; skew 500 ppm
00:15:21.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.787616 19517 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.794049 19517 webserver.cc:533] Webserver started at http://127.19.7.254:38793/ using document root <none> and password file <none>
00:15:21.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.795002 19517 fs_manager.cc:362] Metadata directory not provided
00:15:21.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.795207 19517 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:21.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.795591 19517 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:21.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.799968 19517 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/data/instance:
00:15:21.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aef116f469fe4b6e8f9ce99082811b9a"
00:15:21.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:21 on dist-test-slave-z8x9"
00:15:21.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.801133 19517 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/wal/instance:
00:15:21.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aef116f469fe4b6e8f9ce99082811b9a"
00:15:21.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:21 on dist-test-slave-z8x9"
00:15:21.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.808899 19517 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.001s
00:15:21.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.815151 19549 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.816485 19517 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.816816 19517 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/wal
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aef116f469fe4b6e8f9ce99082811b9a"
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:21 on dist-test-slave-z8x9"
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.817157 19517 fs_report.cc:389] FS layout report
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/wal
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/wal
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/data/data
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:21.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.876638 19517 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.878341 19517 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.878758 19517 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:21.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.956339 19517 rpc_server.cc:307] RPC server started. Bound to: 127.19.7.254:35539
00:15:21.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.956425 19637 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.7.254:35539 every 8 connection(s)
00:15:21.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.959419 19517 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/data/info.pb
00:15:21.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.964502 19487 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 19517
00:15:21.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.964932 19487 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-0/wal/instance
00:15:21.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.965771 19641 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.968601 19487 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/wal
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/data
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/logs
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/data/info.pb
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.7.253:44813
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.7.253
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.7.212:37825
00:15:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.7.254:35539,127.19.7.253:44813,127.19.7.252:33643
00:15:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41877/jwks.json
00:15:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38489 with env {}
00:15:21.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:21.982960 19641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } has no permanent_uuid. Determining permanent_uuid...
00:15:22.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.015937 19641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } has no permanent_uuid. Determining permanent_uuid...
00:15:22.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.018689 19560 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.7.253:44813: connect: Connection refused (error 111)
00:15:22.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.023305 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.253:44813: Network error: Client connection negotiation failed: client connection to 127.19.7.253:44813: connect: Connection refused (error 111)
00:15:22.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.072939 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } attempt: 1
00:15:22.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.077816 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.253:44813: Network error: Client connection negotiation failed: client connection to 127.19.7.253:44813: connect: Connection refused (error 111)
00:15:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.146461 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } attempt: 2
00:15:22.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.151811 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.253:44813: Network error: Client connection negotiation failed: client connection to 127.19.7.253:44813: connect: Connection refused (error 111)
00:15:22.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.243306 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } attempt: 3
00:15:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.248267 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.253:44813: Network error: Client connection negotiation failed: client connection to 127.19.7.253:44813: connect: Connection refused (error 111)
00:15:22.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.307235 19644 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:22.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.307811 19644 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:22.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.308260 19644 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:22.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.341431 19644 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:22.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.341795 19644 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:22.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.342017 19644 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:22.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.342243 19644 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:22.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.342480 19644 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:22.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.342648 19644 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41877/jwks.json
00:15:22.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.382372 19644 master_runner.cc:387] Master server non-default flags:
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/logs
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.7.212:37825
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/data
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/wal
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38489
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.7.254:35539,127.19.7.253:44813,127.19.7.252:33643
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.7.253:44813
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41877/jwks.json
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/data/info.pb
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.7.253
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.383791 19644 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:22.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.385620 19644 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:22.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.391798 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } attempt: 4
00:15:22.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.398105 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.253:44813: Network error: Client connection negotiation failed: client connection to 127.19.7.253:44813: connect: Connection refused (error 111)
00:15:22.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.400703 19657 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
00:15:22.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.697657 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } attempt: 5
00:15:22.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.705722 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.253:44813: Network error: Client connection negotiation failed: client connection to 127.19.7.253:44813: connect: Connection refused (error 111)
00:15:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.253448 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } attempt: 6
00:15:23.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:23.262125 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.253:44813: Network error: Client connection negotiation failed: client connection to 127.19.7.253:44813: connect: Connection refused (error 111)
00:15:23.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.402299 19658 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
00:15:23.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:22.405115 19644 server_base.cc:1061] running on GCE node
00:15:23.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:22.404775 19665 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
00:15:23.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.671120 19644 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:23.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.674230 19644 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.675668 19644 hybrid_clock.cc:648] HybridClock initialized: now 1786493723675583 us; error 76 us; skew 500 ppm
00:15:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.676559 19644 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:23.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.683377 19644 webserver.cc:533] Webserver started at http://127.19.7.253:32837/ using document root <none> and password file <none>
00:15:23.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.684429 19644 fs_manager.cc:362] Metadata directory not provided
00:15:23.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.684638 19644 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:23.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.685057 19644 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:23.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.689915 19644 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/data/instance:
00:15:23.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34163cf032c441ef976036bfcfeac9b9"
00:15:23.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:23 on dist-test-slave-z8x9"
00:15:23.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.691130 19644 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/wal/instance:
00:15:23.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34163cf032c441ef976036bfcfeac9b9"
00:15:23.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:23 on dist-test-slave-z8x9"
00:15:23.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.699160 19644 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
00:15:23.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.705503 19692 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.707046 19644 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.002s
00:15:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.707386 19644 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/wal
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34163cf032c441ef976036bfcfeac9b9"
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:23 on dist-test-slave-z8x9"
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.707762 19644 fs_report.cc:389] FS layout report
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/wal
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/wal
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/data/data
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:23.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.767144 19644 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:23.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.768664 19644 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:23.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.769105 19644 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:23.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.847851 19644 rpc_server.cc:307] RPC server started. Bound to: 127.19.7.253:44813
00:15:23.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.847942 19784 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.7.253:44813 every 8 connection(s)
00:15:23.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.851692 19644 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/data/info.pb
00:15:23.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.860036 19487 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 19644
00:15:23.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.860211 19789 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:23.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.860507 19487 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-1/wal/instance
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.862934 19487 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/wal
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/data
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/logs
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/data/info.pb
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:23.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.7.252:33643
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.7.252
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.7.212:37825
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.7.254:35539,127.19.7.253:44813,127.19.7.252:33643
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41877/jwks.json
00:15:23.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38489 with env {}
00:15:23.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.872813 19789 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } has no permanent_uuid. Determining permanent_uuid...
00:15:23.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.900796 19789 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } has no permanent_uuid. Determining permanent_uuid...
00:15:23.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.917774 19789 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } has no permanent_uuid. Determining permanent_uuid...
00:15:23.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:23.920531 19697 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:23.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:23.925341 19789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:23.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:23.975028 19789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 1
00:15:23.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:23.979935 19789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:24.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.048667 19789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 2
00:15:24.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.054802 19789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:24.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.146301 19789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 3
00:15:24.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.151196 19789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.214892 19790 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.215487 19790 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:24.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.215958 19790 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:24.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.249569 19790 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:24.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.249895 19790 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:24.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.250089 19790 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:24.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.250289 19790 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:24.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.250799 19790 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:24.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.250979 19790 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41877/jwks.json
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.289772 19790 master_runner.cc:387] Master server non-default flags:
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/logs
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.7.212:37825
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/data
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/wal
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38489
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.7.254:35539,127.19.7.253:44813,127.19.7.252:33643
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.7.252:33643
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41877/jwks.json
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/data/info.pb
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.7.252
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.291241 19790 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:24.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.292852 19790 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:24.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.294700 19789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 4
00:15:24.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.299453 19789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:24.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.307102 19811 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
00:15:24.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.322818 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } attempt: 7
00:15:24.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.340570 19641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } has no permanent_uuid. Determining permanent_uuid...
00:15:24.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.347014 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:24.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.405529 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 1
00:15:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.410027 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:24.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.491504 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 2
00:15:24.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.499532 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:24.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.585271 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 3
00:15:24.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.593395 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:24.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.598888 19789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 5
00:15:24.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.606938 19789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:24.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:24.734558 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 4
00:15:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.742249 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:25.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.025885 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 5
00:15:25.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:25.035014 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:25.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.154757 19789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 6
00:15:25.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:25.169989 19789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:25.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.587723 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 6
00:15:25.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:25.599031 19641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.7.252:33643: Network error: Client connection negotiation failed: client connection to 127.19.7.252:33643: connect: Connection refused (error 111)
00:15:25.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:24.308465 19814 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
00:15:25.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:25.637925 19818 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection timed out after 1329 milliseconds
00:15:25.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:25.640502 19819 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
00:15:25.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.640791 19790 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
00:15:25.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.642427 19790 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:25.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.648373 19790 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:25.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.649962 19790 hybrid_clock.cc:648] HybridClock initialized: now 1786493725649913 us; error 48 us; skew 500 ppm
00:15:25.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.651099 19790 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:25.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.659147 19790 webserver.cc:533] Webserver started at http://127.19.7.252:45121/ using document root <none> and password file <none>
00:15:25.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.661258 19790 fs_manager.cc:362] Metadata directory not provided
00:15:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.661710 19790 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:25.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.662925 19790 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:25.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.670708 19790 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/data/instance:
00:15:25.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2be27a3a74143268b9e8c83abc0ed3e"
00:15:25.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:25 on dist-test-slave-z8x9"
00:15:25.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.672009 19790 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/wal/instance:
00:15:25.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2be27a3a74143268b9e8c83abc0ed3e"
00:15:25.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:25 on dist-test-slave-z8x9"
00:15:25.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.684016 19790 fs_manager.cc:696] Time spent creating directory manager: real 0.011s	user 0.005s	sys 0.008s
00:15:25.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.692019 19849 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:25.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.693768 19790 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.003s
00:15:25.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.694272 19790 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/wal
00:15:25.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2be27a3a74143268b9e8c83abc0ed3e"
00:15:25.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:25 on dist-test-slave-z8x9"
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.694687 19790 fs_report.cc:389] FS layout report
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/wal
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/wal
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/data/data
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:25.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.759717 19790 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:25.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.761482 19790 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:25.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.762020 19790 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:25.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.836586 19790 rpc_server.cc:307] RPC server started. Bound to: 127.19.7.252:33643
00:15:25.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.836665 19938 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.7.252:33643 every 8 connection(s)
00:15:25.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.839624 19790 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/data/info.pb
00:15:25.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.845727 19945 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.849550 19487 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 19790
00:15:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.850077 19487 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster13791865115737466654/master-2/wal/instance
00:15:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.862838 19945 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } has no permanent_uuid. Determining permanent_uuid...
00:15:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.887265 19945 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } has no permanent_uuid. Determining permanent_uuid...
00:15:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.900089 19945 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } has no permanent_uuid. Determining permanent_uuid...
00:15:25.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.919551 19945 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e: Bootstrap starting.
00:15:25.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.924738 19487 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:15:25.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.926604 19945 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e: Neither blocks nor log segments found. Creating new log.
00:15:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.928449 19945 log.cc:826] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e: Log is configured to *not* fsync() on all Append() calls
00:15:25.933 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:25.933 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:15:25.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.933660 19945 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e: No bootstrap required, opened a new log
00:15:25.934 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.19.7.254"
      port: 35539
    }
    bound_http_address {
      host: "127.19.7.254"
      port: 38793
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.19.7.253"
      port: 44813
    }
    bound_http_address {
      host: "127.19.7.253"
      port: 32837
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.19.7.252"
      port: 33643
    }
    bound_http_address {
      host: "127.19.7.252"
      port: 45121
    }
  }
}

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

00:15:25.936 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:25.938 [INFO - Metastore-Handler-Pool: Thread-171] (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=62027444-c902-4515-b941-ac8c2ba1d07c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.7.253:44813,127.19.7.252:33643,127.19.7.254:35539}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:15:25.940 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:15:25.940 [INFO - Metastore-Handler-Pool: Thread-171] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:15:25.940 [INFO - Metastore-Handler-Pool: Thread-171] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@726857d9, with PersistenceManager: null will be shutdown
00:15:25.940 [INFO - Metastore-Handler-Pool: Thread-171] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@726857d9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5a735e10 created in the thread with id: 171
00:15:25.946 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@726857d9
00:15:25.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.954774 19945 raft_consensus.cc:359] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } }
00:15:25.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.955662 19945 raft_consensus.cc:385] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.955960 19945 raft_consensus.cc:740] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2be27a3a74143268b9e8c83abc0ed3e, State: Initialized, Role: FOLLOWER
00:15:25.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.956944 19945 consensus_queue.cc:260] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [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: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } }
00:15:25.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.960284 19959 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [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: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:25.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.961434 19959 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [sys.catalog]: This master's current role is: FOLLOWER
00:15:25.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:25.962270 19945 sys_catalog.cc:565] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [sys.catalog]: configured and running, proceeding with master startup.
00:15:26.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:26.017608 19862 tablet.cc:2406] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:15:26.028 [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=	
00:15:26.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:26.029951 19982 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:26.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:26.038453 19988 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:15:26.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:26.038851 19988 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:15:26.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.030896 19790 master_runner.cc:187] Error getting master registration for 127.19.7.254:35539: OK, instance_id { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" instance_seqno: 1786493721935147 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:15:26.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.067220 19790 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:15:26.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.120821 19959 raft_consensus.cc:493] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:15:26.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.121515 19959 raft_consensus.cc:515] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } }
00:15:26.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.124511 19959 leader_election.cc:290] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers aef116f469fe4b6e8f9ce99082811b9a (127.19.7.254:35539), 34163cf032c441ef976036bfcfeac9b9 (127.19.7.253:44813)
00:15:26.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.230588 19789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 7
00:15:26.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.275414 19789 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9: Bootstrap starting.
00:15:26.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.283607 19789 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9: Neither blocks nor log segments found. Creating new log.
00:15:26.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.286389 19789 log.cc:826] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9: Log is configured to *not* fsync() on all Append() calls
00:15:26.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.300074 19789 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9: No bootstrap required, opened a new log
00:15:26.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.340327 19789 raft_consensus.cc:359] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } }
00:15:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.349764 19789 raft_consensus.cc:385] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.350191 19789 raft_consensus.cc:740] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 34163cf032c441ef976036bfcfeac9b9, State: Initialized, Role: FOLLOWER
00:15:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.351452 19789 consensus_queue.cc:260] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [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: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } }
00:15:26.354 [WARN - Metastore-Handler-Pool: Thread-171] (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.
00:15:26.373 [WARN - Metastore-Handler-Pool: Thread-171] (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.
00:15:26.373 [WARN - Metastore-Handler-Pool: Thread-171] (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.
00:15:26.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.377956 19746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "34163cf032c441ef976036bfcfeac9b9" is_pre_election: true
00:15:26.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.379686 19746 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c2be27a3a74143268b9e8c83abc0ed3e in term 0.
00:15:26.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.381645 19856 leader_election.cc:304] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [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: 34163cf032c441ef976036bfcfeac9b9, c2be27a3a74143268b9e8c83abc0ed3e; no voters: 
00:15:26.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.382810 19959 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 0 FOLLOWER]: Leader pre-election won for term 1
00:15:26.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.383143 19959 raft_consensus.cc:493] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:15:26.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.383474 19959 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 0 FOLLOWER]: Advancing to term 1
00:15:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.391710 19959 raft_consensus.cc:515] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } }
00:15:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.393455 19789 sys_catalog.cc:565] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [sys.catalog]: configured and running, proceeding with master startup.
00:15:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.394150 19997 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [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: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:26.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.403322 19746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "34163cf032c441ef976036bfcfeac9b9"
00:15:26.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.404300 19746 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [term 0 FOLLOWER]: Advancing to term 1
00:15:26.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.408107 19959 leader_election.cc:290] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [CANDIDATE]: Term 1 election: Requested vote from peers aef116f469fe4b6e8f9ce99082811b9a (127.19.7.254:35539), 34163cf032c441ef976036bfcfeac9b9 (127.19.7.253:44813)
00:15:26.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.413844 19997 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [sys.catalog]: This master's current role is: FOLLOWER
00:15:26.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.415055 19746 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c2be27a3a74143268b9e8c83abc0ed3e in term 1.
00:15:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.417763 19856 leader_election.cc:304] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [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: 34163cf032c441ef976036bfcfeac9b9, c2be27a3a74143268b9e8c83abc0ed3e; no voters: 
00:15:26.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.418965 19959 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 1 FOLLOWER]: Leader election won for term 1
00:15:26.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.434032 19959 raft_consensus.cc:697] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [term 1 LEADER]: Becoming Leader. State: Replica: c2be27a3a74143268b9e8c83abc0ed3e, State: Running, Role: LEADER
00:15:26.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.435478 19959 consensus_queue.cc:237] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [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: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } }
00:15:26.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.451658 20003 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2be27a3a74143268b9e8c83abc0ed3e. Latest consensus state: current_term: 1 leader_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:26.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.452497 20003 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [sys.catalog]: This master's current role is: LEADER
00:15:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.465754 20012 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
00:15:26.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.482583 20012 catalog_manager.cc:1520] Initializing Kudu cluster ID...
00:15:26.521 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:15:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:26.522639 20025 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:26.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.526572 19746 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [term 1 FOLLOWER]: Refusing update from remote peer c2be27a3a74143268b9e8c83abc0ed3e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:15:26.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:26.528080 19701 tablet.cc:2406] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:15:26.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.528869 20003 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [LEADER]: Connected to new peer: Peer: permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:15:26.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.574020 20026 mvcc.cc:204] Tried to move back new op lower bound from 7317478303830941696 to 7317478303493218304. Current Snapshot: MvccSnapshot[applied={T|T < 7317478303830941696}]
00:15:26.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.573910 19997 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2be27a3a74143268b9e8c83abc0ed3e. Latest consensus state: current_term: 1 leader_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:26.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.575260 19997 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [sys.catalog]: This master's current role is: FOLLOWER
00:15:26.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:26.592455 20031 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:15:26.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:26.593149 20031 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:15:26.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.595956 19959 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:26.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.596678 19959 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [sys.catalog]: This master's current role is: LEADER
00:15:26.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.600500 20012 catalog_manager.cc:1383] Generated new cluster ID: af2b4311ce564874b8a10c151314f20d
00:15:26.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.600817 20012 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
00:15:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.625384 19997 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.626125 19997 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9 [sys.catalog]: This master's current role is: FOLLOWER
00:15:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.540984 19644 master_runner.cc:187] Error getting master registration for 127.19.7.254:35539: OK, instance_id { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" instance_seqno: 1786493721935147 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:15:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.627589 19644 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:15:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.632524 19641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } attempt: 7
00:15:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.699928 20012 catalog_manager.cc:1406] Generated new certificate authority record
00:15:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.702327 20012 catalog_manager.cc:1540] Loading token signing keys...
00:15:26.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.708391 19641 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a: Bootstrap starting.
00:15:26.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.750911 19641 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a: Neither blocks nor log segments found. Creating new log.
00:15:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.754957 19641 log.cc:826] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a: Log is configured to *not* fsync() on all Append() calls
00:15:26.763 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:15:26.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.759858 20012 catalog_manager.cc:6092] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e: Generated new TSK 0
00:15:26.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.761073 20012 catalog_manager.cc:1550] Initializing in-progress tserver states...
00:15:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.773617 20012 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
00:15:26.777 [INFO - Metastore-Handler-Pool: Thread-171] (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/hive299133171369409687/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=62027444-c902-4515-b941-ac8c2ba1d07c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.7.253:44813,127.19.7.252:33643,127.19.7.254:35539}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:15:26.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.778577 20012 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
00:15:26.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.778726 19641 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a: No bootstrap required, opened a new log
00:15:26.779 [INFO - Metastore-Handler-Pool: Thread-171] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive299133171369409687/external-warehouse/table
00:15:26.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.861284 19641 raft_consensus.cc:359] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } }
00:15:26.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.862474 19641 raft_consensus.cc:385] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:26.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.862988 19641 raft_consensus.cc:740] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aef116f469fe4b6e8f9ce99082811b9a, State: Initialized, Role: FOLLOWER
00:15:26.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.874675 19641 consensus_queue.cc:260] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [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: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } }
00:15:26.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.888913 20056 sys_catalog.cc:455] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [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: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:26.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.889818 20056 sys_catalog.cc:458] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [sys.catalog]: This master's current role is: FOLLOWER
00:15:26.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.892779 19641 sys_catalog.cc:565] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [sys.catalog]: configured and running, proceeding with master startup.
00:15:26.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.893726 19594 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aef116f469fe4b6e8f9ce99082811b9a" is_pre_election: true
00:15:26.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.894531 19594 raft_consensus.cc:2468] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c2be27a3a74143268b9e8c83abc0ed3e in term 0.
00:15:26.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.892970 19593 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aef116f469fe4b6e8f9ce99082811b9a"
00:15:26.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.895766 19593 raft_consensus.cc:3060] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [term 0 FOLLOWER]: Advancing to term 1
00:15:26.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:26.893541 19565 tablet.cc:2406] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:15:26.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.903548 19593 raft_consensus.cc:2468] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c2be27a3a74143268b9e8c83abc0ed3e in term 1.
00:15:26.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.917001 19592 raft_consensus.cc:1275] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [term 1 FOLLOWER]: Refusing update from remote peer c2be27a3a74143268b9e8c83abc0ed3e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:15:26.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:26.923702 20003 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [LEADER]: Connected to new peer: Peer: permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:15:27.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.009135 20067 sys_catalog.cc:455] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:27.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.016220 20067 sys_catalog.cc:458] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [sys.catalog]: This master's current role is: FOLLOWER
00:15:27.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.013484 20056 sys_catalog.cc:455] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2be27a3a74143268b9e8c83abc0ed3e. Latest consensus state: current_term: 1 leader_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:27.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.017198 20056 sys_catalog.cc:458] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a [sys.catalog]: This master's current role is: FOLLOWER
00:15:27.036 [INFO - Metastore-Handler-Pool: Thread-177] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:15:27.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:27.037125 19982 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:27.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.047086 20089 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:15:27.048 [INFO - Metastore-Handler-Pool: Thread-178] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:15:27.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:27.049706 20079 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:27.149 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:27.217 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:27.219 [INFO - Metastore-Handler-Pool: Thread-171] (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)	
00:15:27.227 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
00:15:27.235 [INFO - Metastore-Handler-Pool: Thread-171] (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/hive299133171369409687/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)
00:15:27.243 [INFO - Metastore-Handler-Pool: Thread-171] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive299133171369409687/external-warehouse/legacy_table
00:15:27.277 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
00:15:27.313 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:27.314 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.337 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.354751 20003 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aef116f469fe4b6e8f9ce99082811b9a" member_type: VOTER last_known_addr { host: "127.19.7.254" port: 35539 } } peers { permanent_uuid: "34163cf032c441ef976036bfcfeac9b9" member_type: VOTER last_known_addr { host: "127.19.7.253" port: 44813 } } peers { permanent_uuid: "c2be27a3a74143268b9e8c83abc0ed3e" member_type: VOTER last_known_addr { host: "127.19.7.252" port: 33643 } } }
00:15:27.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.355545 20003 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2be27a3a74143268b9e8c83abc0ed3e [sys.catalog]: This master's current role is: LEADER
00:15:27.408 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.408 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.435 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.459 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.471 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.471 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.481 [DEBUG - Metastore-Handler-Pool: Thread-171] (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.
00:15:27.482 [DEBUG - Metastore-Handler-Pool: Thread-171] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:15:27.486 [DEBUG - Metastore-Handler-Pool: Thread-171] (Connection.java:748) [peer master-127.19.7.253:44813(127.19.7.253:44813)] connecting to peer
00:15:27.487 [DEBUG - Metastore-Handler-Pool: Thread-171] (Connection.java:748) [peer master-127.19.7.252:33643(127.19.7.252:33643)] connecting to peer
00:15:27.496 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.19.7.253:44813(127.19.7.253:44813)] Successfully connected to peer
00:15:27.507 [DEBUG - Metastore-Handler-Pool: Thread-171] (Connection.java:748) [peer master-127.19.7.254:35539(127.19.7.254:35539)] connecting to peer
00:15:27.509 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.19.7.252:33643(127.19.7.252:33643)] Successfully connected to peer
00:15:27.518 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.19.7.253
00:15:27.528 [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=	
00:15:27.529 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.19.7.254:35539(127.19.7.254:35539)] Successfully connected to peer
00:15:27.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:27.529621 20025 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:27.539 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.19.7.252
00:15:27.553 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.19.7.254
00:15:27.565 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:15:27.578 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:15:27.586 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:15:27.588 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x7be05976, L:/127.0.0.1:37492 - R:/127.19.7.253:44813] using SASL/PLAIN
00:15:27.594 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xf4f921bd, L:/127.0.0.1:59102 - R:/127.19.7.254:35539] using SASL/PLAIN
00:15:27.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.599007 20031 catalog_manager.cc:1295] Loaded cluster ID: af2b4311ce564874b8a10c151314f20d
00:15:27.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.599591 20031 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9: loading cluster ID for follower catalog manager: success
00:15:27.600 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x6bc136e2, L:/127.0.0.1:33970 - R:/127.19.7.252:33643] using SASL/PLAIN
00:15:27.606 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:15:27.607 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:15:27.608 [ERROR - Metastore-Handler-Pool: Thread-171] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:27.609 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.614710 20031 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9: acquiring CA information for follower catalog manager: success
00:15:27.621 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:27.634387 20031 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 34163cf032c441ef976036bfcfeac9b9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:15:27.634 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.635 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.650 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.673 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.687 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.687 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.694 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.710 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.725 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.725 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.732 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:15:27.733 [ERROR - Metastore-Handler-Pool: Thread-171] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:27.736 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.750 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.765 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.766 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.771 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:15:27.772 [ERROR - Metastore-Handler-Pool: Thread-171] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:27.773 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.786 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.803 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.805 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.811 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.823 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.836 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.836 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.853 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.866 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.887 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.887 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.891 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:15:27.892 [ERROR - Metastore-Handler-Pool: Thread-171] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:27.893 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.914 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.928 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.928 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.936 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.950 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.962 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.962 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:27.969 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:27.982 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:27.993 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:27.993 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:28.001 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:28.011 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:28.022 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:28.023 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:28.055 [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=	
00:15:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:28.055941 19982 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:28.059 [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=	
00:15:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:28.060176 20079 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:28.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:28.071521 20089 catalog_manager.cc:1295] Loaded cluster ID: af2b4311ce564874b8a10c151314f20d
00:15:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:28.082544 20089 catalog_manager.cc:1588] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a: loading cluster ID for follower catalog manager: success
00:15:28.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:28.124375 20089 catalog_manager.cc:1610] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a: acquiring CA information for follower catalog manager: success
00:15:28.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:28.141659 20089 catalog_manager.cc:1638] T 00000000000000000000000000000000 P aef116f469fe4b6e8f9ce99082811b9a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:15:28.232 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:15:28.242 [ERROR - Metastore-Handler-Pool: Thread-171] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:28.244 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:28.320 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:28.368 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:28.368 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:28.412 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:28.461 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:28.494 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:28.494 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:28.530 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:28.558 [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=	
00:15:28.561 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:28.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:28.569635 20025 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:28.590 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:28.590 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:28.602 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:28.622 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:28.624 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:28.906 [WARN - Metastore-Handler-Pool: Thread-171] (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.
00:15:29.071 [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=	
00:15:29.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:29.072368 19982 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:29.075 [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=	
00:15:29.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:29.075981 20079 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:29.235 [WARN - Metastore-Handler-Pool: Thread-171] (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.
00:15:29.293 [WARN - Metastore-Handler-Pool: Thread-171] (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.
00:15:29.490 [WARN - Metastore-Handler-Pool: Thread-171] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive299133171369409687/warehouse/default/table
00:15:29.491 [INFO - Metastore-Handler-Pool: Thread-171] (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)	
00:15:29.494 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:15:29.500 [INFO - Metastore-Handler-Pool: Thread-171] (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/hive299133171369409687/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)
00:15:29.504 [WARN - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:2452) Location: file:/tmp/hive299133171369409687/external-warehouse/table specified for non-external table:table
00:15:29.511 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:29.511 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:29.553 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:29.580 [INFO - Metastore-Handler-Pool: Thread-190] (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=	
00:15:29.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:29.581646 20025 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:29.596 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:29.602 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:29.619 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:29.656 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:29.656 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:29.662 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:15:29.666 [ERROR - Metastore-Handler-Pool: Thread-171] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:29.669 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:29.690 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:29.725 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:29.725 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:29.729 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:15:29.730 [ERROR - Metastore-Handler-Pool: Thread-171] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain the Kudu storage handler (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:405)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:15:29.736 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:29.748 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:29.761 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:29.761 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:29.773 [INFO - Metastore-Handler-Pool: Thread-171] (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	
00:15:29.797 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
00:15:29.809 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
00:15:29.809 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
00:15:29.845 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:29.861 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:29.868 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:30.010 [INFO - Metastore-Handler-Pool: Thread-171] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:15:30.012 [INFO - Metastore-Handler-Pool: Thread-171] (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=62027444-c902-4515-b941-ac8c2ba1d07c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.7.253:44813,127.19.7.252:33643,127.19.7.254:35539}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:15:30.018 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:15:30.020 [INFO - Metastore-Handler-Pool: Thread-171] (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/hive299133171369409687/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=62027444-c902-4515-b941-ac8c2ba1d07c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.7.253:44813,127.19.7.252:33643,127.19.7.254:35539}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:15:30.022 [INFO - Metastore-Handler-Pool: Thread-171] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive299133171369409687/external-warehouse/table
00:15:30.039 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:30.050 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:30.051 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:30.064 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:30.079 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:30.079 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:30.085 [INFO - Metastore-Handler-Pool: Thread-192] (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=	
00:15:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:30.086673 19982 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:30.090 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:30.091 [INFO - Metastore-Handler-Pool: Thread-193] (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=	
00:15:30.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:30.095991 20079 client.h:373] Failed to connect to Hive Metastore (localhost:38489): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:30.103 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:30.104 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:30.160 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:15:30.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:30.161487 19487 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 19517
00:15:30.174 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:15:30.174 [INFO - Metastore-Handler-Pool: Thread-171] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@726857d9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5a735e10 will be shutdown
00:15:30.174 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:15:30.210 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.19.7.254:35539(127.19.7.254:35539)] handling channelInactive
00:15:30.210 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.19.7.254:35539(127.19.7.254:35539)] cleaning up while in state READY due to: connection closed
00:15:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:30.221894 19487 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 19644
00:15:30.291 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.19.7.253:44813(127.19.7.253:44813)] handling channelInactive
00:15:30.291 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.19.7.253:44813(127.19.7.253:44813)] cleaning up while in state READY due to: connection closed
00:15:30.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:30.292893 19487 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 19790
00:15:30.335 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.19.7.252:33643(127.19.7.252:33643)] handling channelInactive
00:15:30.335 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.19.7.252:33643(127.19.7.252:33643)] cleaning up while in state READY due to: connection closed
00:15:31.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:31Z chronyd exiting
.00:15:32.534 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:15:32.534 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:15:32.534 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:15:32.551 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive11223969341346209291
00:15:32.553 [INFO - Thread-140] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:15:32.553 [INFO - Thread-140] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:15:32.554 [INFO - Thread-140] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:15:32.555 [INFO - Thread-140] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:15:32.555 [INFO - Thread-140] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:15:32.555 [INFO - Thread-140] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:15:32.557 [INFO - Thread-140] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:15:32.557 [INFO - Thread-140] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:15:32.559 [INFO - Thread-140] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:15:32.559 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:15:32.561 [INFO - Thread-140] (HikariDataSource.java:80) objectstore - Starting...
00:15:32.658 [INFO - Thread-140] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:15:32.659 [INFO - Thread-140] (HikariDataSource.java:82) objectstore - Start completed.
00:15:32.659 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:15:32.663 [INFO - Thread-140] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:15:32.671 [INFO - Thread-140] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:15:32.672 [INFO - Thread-140] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:15:32.687 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:15:32.687 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:15:32.688 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:15:32.710 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:32.711 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:32.711 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:32.711 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:32.712 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:32.712 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:32.922 [INFO - Thread-140] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:15:32.922 [INFO - Thread-140] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4fdee208, with PersistenceManager: null will be shutdown
00:15:32.922 [INFO - Thread-140] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4fdee208, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@620d31f3 created in the thread with id: 194
00:15:32.924 [WARN - Thread-140] (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
00:15:32.924 [INFO - Thread-140] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4fdee208
00:15:33.047 [INFO - Thread-140] (HMSHandler.java:595) Started creating a default database with name: default
00:15:33.069 [INFO - Thread-140] (HMSHandler.java:605) Successfully created a default database with name: default
00:15:33.104 [INFO - Thread-140] (HMSHandler.java:668) Added admin role in metastore
00:15:33.106 [INFO - Thread-140] (HMSHandler.java:677) Added public role in metastore
00:15:33.143 [INFO - Thread-140] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:15:33.144 [INFO - Thread-140] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:15:33.144 [INFO - Thread-140] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:15:33.145 [INFO - Thread-140] (HiveMetaStore.java:697) Direct SQL optimization = true
00:15:33.145 [WARN - Thread-140] (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)
00:15:33.145 [INFO - Thread-140] (HiveMetaStore.java:632) Started the new metaserver on port [34129]...
00:15:33.146 [INFO - Thread-140] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:15:33.146 [INFO - Thread-140] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:15:33.146 [INFO - Thread-140] (HiveMetaStore.java:635) TCP keepalive = true
00:15:33.146 [INFO - Thread-140] (HiveMetaStore.java:636) Enable SSL = false
00:15:33.554 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:15:33.555 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:15:33.555 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:15:33.558 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:15:33.558 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34129]
00:15:33.559 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34129) in binary transport mode
00:15:33.559 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34129) current connections: 1
00:15:33.561 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4R9ju7/test-tmp
00:15:33.561 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:15:33.562 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4R9ju7/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:15:33.565 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34129"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

00:15:33.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:33.922910 20208 mini_oidc.cc:150] Starting JWKS server
00:15:33.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:33.926627 20208 webserver.cc:533] Webserver started at http://127.0.0.1:43457/ using document root <none> and password file <none>
00:15:33.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:33.927235 20208 mini_oidc.cc:186] Starting OIDC Discovery server
00:15:33.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:33.929076 20208 webserver.cc:533] Webserver started at http://127.0.0.1:38447/ using document root <none> and password file <none>
00:15:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:33Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:15:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:33Z Disabled control of system clock
00:15:33.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:33.998358 20208 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/wal
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/data
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/logs
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/data/info.pb
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.188.62:45229
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.188.62
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.188.20:40217
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.188.62:45229,127.19.188.61:38209,127.19.188.60:34533
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43457/jwks.json
00:15:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34129 with env {}
00:15:34.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.333474 20230 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:34.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.334061 20230 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:34.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.334519 20230 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:34.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.370718 20230 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:34.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.371021 20230 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:34.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.371214 20230 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:34.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.371416 20230 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:34.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.371600 20230 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:34.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.371757 20230 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43457/jwks.json
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:34.410735 20230 master_runner.cc:387] Master server non-default flags:
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/logs
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.188.20:40217
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/data
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/wal
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34129
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.188.62:45229,127.19.188.61:38209,127.19.188.60:34533
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.188.62:45229
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43457/jwks.json
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/data/info.pb
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.188.62
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:34.412120 20230 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:34.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:34.413940 20230 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:34.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.427449 20242 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
00:15:36.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:34.428007 20241 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
00:15:36.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.282298 20230 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.856s	user 0.655s	sys 1.201s
00:15:36.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:35.830545 20240 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 20230
00:15:36.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.282979 20230 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.857s	user 0.655s	sys 1.201s
00:15:36.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.284962 20246 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
00:15:36.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.287860 20245 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1855 milliseconds
00:15:36.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.287955 20230 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
00:15:36.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.289371 20230 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:36.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.291854 20230 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:36.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.293291 20230 hybrid_clock.cc:648] HybridClock initialized: now 1786493736293271 us; error 67 us; skew 500 ppm
00:15:36.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.294117 20230 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.301033 20230 webserver.cc:533] Webserver started at http://127.19.188.62:36097/ using document root <none> and password file <none>
00:15:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.302078 20230 fs_manager.cc:362] Metadata directory not provided
00:15:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.302289 20230 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.302699 20230 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:36.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.307068 20230 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/data/instance:
00:15:36.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8950421e9053464c89bfda02b40bafe4"
00:15:36.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:36 on dist-test-slave-z8x9"
00:15:36.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.308174 20230 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/wal/instance:
00:15:36.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8950421e9053464c89bfda02b40bafe4"
00:15:36.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:36 on dist-test-slave-z8x9"
00:15:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.316045 20230 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.005s
00:15:36.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.322237 20257 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.323611 20230 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.323927 20230 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/wal
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8950421e9053464c89bfda02b40bafe4"
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:36 on dist-test-slave-z8x9"
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.324246 20230 fs_report.cc:389] FS layout report
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/wal
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/wal
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/data/data
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.378728 20230 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.380309 20230 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:36.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.380817 20230 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:36.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.457777 20230 rpc_server.cc:307] RPC server started. Bound to: 127.19.188.62:45229
00:15:36.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.458117 20362 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.188.62:45229 every 8 connection(s)
00:15:36.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.460512 20230 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/data/info.pb
00:15:36.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.464879 20208 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 20230
00:15:36.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.465372 20208 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-0/wal/instance
00:15:36.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.466611 20363 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.468843 20208 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/wal
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/data
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/logs
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/data/info.pb
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.188.61:38209
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.188.61
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.188.20:40217
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.188.62:45229,127.19.188.61:38209,127.19.188.60:34533
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43457/jwks.json
00:15:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34129 with env {}
00:15:36.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.480556 20363 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.188.62" port: 45229 } has no permanent_uuid. Determining permanent_uuid...
00:15:36.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.510628 20363 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } has no permanent_uuid. Determining permanent_uuid...
00:15:36.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.513480 20266 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.188.61:38209: connect: Connection refused (error 111)
00:15:36.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.518113 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.61:38209: Network error: Client connection negotiation failed: client connection to 127.19.188.61:38209: connect: Connection refused (error 111)
00:15:36.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.567755 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } attempt: 1
00:15:36.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.572464 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.61:38209: Network error: Client connection negotiation failed: client connection to 127.19.188.61:38209: connect: Connection refused (error 111)
00:15:36.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.641006 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } attempt: 2
00:15:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.646907 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.61:38209: Network error: Client connection negotiation failed: client connection to 127.19.188.61:38209: connect: Connection refused (error 111)
00:15:36.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.738407 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } attempt: 3
00:15:36.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.743875 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.61:38209: Network error: Client connection negotiation failed: client connection to 127.19.188.61:38209: connect: Connection refused (error 111)
00:15:36.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.809063 20364 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:36.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.809691 20364 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:36.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.810158 20364 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:36.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.845010 20364 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:36.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.845491 20364 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:36.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.845750 20364 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:36.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.846045 20364 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:36.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.846266 20364 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:36.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.846412 20364 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43457/jwks.json
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.883448 20364 master_runner.cc:387] Master server non-default flags:
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/logs
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.188.20:40217
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/data
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/wal
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34129
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.188.62:45229,127.19.188.61:38209,127.19.188.60:34533
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.188.61:38209
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43457/jwks.json
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/data/info.pb
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.188.61
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.884933 20364 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:36.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.886833 20364 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:36.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:36.887346 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } attempt: 4
00:15:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.892450 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.61:38209: Network error: Client connection negotiation failed: client connection to 127.19.188.61:38209: connect: Connection refused (error 111)
00:15:36.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.899326 20383 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
00:15:37.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:37.191932 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } attempt: 5
00:15:37.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:37.200807 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.61:38209: Network error: Client connection negotiation failed: client connection to 127.19.188.61:38209: connect: Connection refused (error 111)
00:15:37.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:37.748580 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } attempt: 6
00:15:37.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:37.782745 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.61:38209: Network error: Client connection negotiation failed: client connection to 127.19.188.61:38209: connect: Connection refused (error 111)
00:15:38.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.304627 20381 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 20364
00:15:38.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.324800 20381 kernel_stack_watchdog.cc:198] Thread 20364 stuck at /home/jenkins-slave/workspace/build_and_test@4/src/kudu/util/thread.cc:642 for 401ms:
00:15:38.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
00:15:38.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
00:15:38.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
00:15:38.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
00:15:38.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:36.899938 20385 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
00:15:38.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.326529 20364 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.427s	user 0.512s	sys 0.901s
00:15:38.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.327152 20364 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.427s	user 0.513s	sys 0.901s
00:15:38.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.327348 20386 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1425 milliseconds
00:15:38.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.329079 20364 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
00:15:38.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.329254 20388 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
00:15:38.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.333364 20364 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:38.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.336069 20364 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:38.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.337508 20364 hybrid_clock.cc:648] HybridClock initialized: now 1786493738337479 us; error 42 us; skew 500 ppm
00:15:38.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.338452 20364 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:38.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.345556 20364 webserver.cc:533] Webserver started at http://127.19.188.61:37859/ using document root <none> and password file <none>
00:15:38.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.346702 20364 fs_manager.cc:362] Metadata directory not provided
00:15:38.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.347007 20364 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:38.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.347579 20364 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:38.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.352310 20364 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/data/instance:
00:15:38.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e1a78826cba4d2d9055a46deda750b9"
00:15:38.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:38 on dist-test-slave-z8x9"
00:15:38.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.353809 20364 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/wal/instance:
00:15:38.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e1a78826cba4d2d9055a46deda750b9"
00:15:38.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:38 on dist-test-slave-z8x9"
00:15:38.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.362388 20364 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.002s	sys 0.006s
00:15:38.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.368664 20401 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:38.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.370072 20364 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
00:15:38.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.370399 20364 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/wal
00:15:38.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e1a78826cba4d2d9055a46deda750b9"
00:15:38.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:38 on dist-test-slave-z8x9"
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.370728 20364 fs_report.cc:389] FS layout report
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/wal
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/wal
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/data/data
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:38.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:38.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.445613 20364 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:38.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.447889 20364 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:38.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.448541 20364 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:38.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.541419 20364 rpc_server.cc:307] RPC server started. Bound to: 127.19.188.61:38209
00:15:38.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.541507 20494 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.188.61:38209 every 8 connection(s)
00:15:38.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.545639 20364 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/data/info.pb
00:15:38.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.551447 20208 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 20364
00:15:38.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.551952 20208 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-1/wal/instance
00:15:38.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.552924 20495 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:38.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.555229 20208 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:38.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:38.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/wal
00:15:38.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/data
00:15:38.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:38.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:38.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/logs
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/data/info.pb
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.188.60:34533
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.188.60
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.188.20:40217
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.188.62:45229,127.19.188.61:38209,127.19.188.60:34533
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43457/jwks.json
00:15:38.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34129 with env {}
00:15:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.567847 20495 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.188.62" port: 45229 } has no permanent_uuid. Determining permanent_uuid...
00:15:38.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.602310 20495 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } has no permanent_uuid. Determining permanent_uuid...
00:15:38.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.620940 20495 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } has no permanent_uuid. Determining permanent_uuid...
00:15:38.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.624069 20406 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:38.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.629621 20495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:38.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.679273 20495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 1
00:15:38.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.684417 20495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:38.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.752892 20495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 2
00:15:38.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.758299 20495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:38.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.843456 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } attempt: 7
00:15:38.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.849778 20495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 3
00:15:38.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.856779 20495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:38.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.861155 20363 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } has no permanent_uuid. Determining permanent_uuid...
00:15:38.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.868481 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:38.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:38.926971 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 1
00:15:38.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.932986 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:38.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.939008 20496 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:38.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.939750 20496 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:38.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.940362 20496 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:38.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.975857 20496 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:38.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.976290 20496 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:38.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.976646 20496 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:38.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.977005 20496 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:38.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.977396 20496 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:38.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:38.977658 20496 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43457/jwks.json
00:15:39.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.000253 20495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 4
00:15:39.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:39.005156 20495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:39.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.014513 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 2
00:15:39.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:39.020153 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:39.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.023289 20496 master_runner.cc:387] Master server non-default flags:
00:15:39.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/logs
00:15:39.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:39.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.188.20:40217
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/data
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/wal
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34129
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.188.62:45229,127.19.188.61:38209,127.19.188.60:34533
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.188.60:34533
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43457/jwks.json
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/data/info.pb
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.188.60
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:39.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:39.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:39.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:39.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:39.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:39.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:39.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.025146 20496 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:39.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.026984 20496 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:39.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:39.040392 20523 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
00:15:39.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.105677 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 3
00:15:39.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:39.115737 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:39.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.256381 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 4
00:15:39.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:39.267170 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:39.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.304670 20495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 5
00:15:39.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:39.313436 20495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:39.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.550827 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 5
00:15:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:39.560134 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:39.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:39.860975 20495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 6
00:15:39.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:39.885651 20495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:40.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.112775 20363 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 6
00:15:40.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:40.142799 20363 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:40.442332 20521 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 20496
00:15:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:39.040395 20524 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
00:15:40.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:40.834738 20496 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.795s	user 0.737s	sys 1.056s
00:15:40.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:40.835335 20496 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.796s	user 0.738s	sys 1.056s
00:15:40.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:40.835649 20526 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1794 milliseconds
00:15:40.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.837581 20496 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
00:15:40.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:40.837690 20527 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
00:15:40.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.841216 20496 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:40.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.843760 20496 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:40.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.845156 20496 hybrid_clock.cc:648] HybridClock initialized: now 1786493740845123 us; error 34 us; skew 500 ppm
00:15:40.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.846108 20496 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:40.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.852624 20496 webserver.cc:533] Webserver started at http://127.19.188.60:37421/ using document root <none> and password file <none>
00:15:40.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.853706 20496 fs_manager.cc:362] Metadata directory not provided
00:15:40.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.854007 20496 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:40.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.854560 20496 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:40.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.859628 20496 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/data/instance:
00:15:40.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "007154a580b14301a4947e5ff041c4ba"
00:15:40.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:40 on dist-test-slave-z8x9"
00:15:40.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.861158 20496 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/wal/instance:
00:15:40.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "007154a580b14301a4947e5ff041c4ba"
00:15:40.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:40 on dist-test-slave-z8x9"
00:15:40.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.869962 20496 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.000s
00:15:40.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.876523 20549 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:40.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.877945 20496 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
00:15:40.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.878430 20496 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/wal
00:15:40.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "007154a580b14301a4947e5ff041c4ba"
00:15:40.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:40 on dist-test-slave-z8x9"
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.878850 20496 fs_report.cc:389] FS layout report
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/wal
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/wal
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/data/data
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:40.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:40.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:40.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:40.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:40.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:40.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:40.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:40.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.941274 20496 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:40.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.942970 20496 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:40.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.943537 20496 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:40.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:40.946237 20495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } attempt: 7
00:15:40.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:40.954219 20495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.188.60:34533: Network error: Client connection negotiation failed: client connection to 127.19.188.60:34533: connect: Connection refused (error 111)
00:15:41.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.024274 20496 rpc_server.cc:307] RPC server started. Bound to: 127.19.188.60:34533
00:15:41.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.024370 20654 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.188.60:34533 every 8 connection(s)
00:15:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.027344 20496 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/data/info.pb
00:15:41.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.030267 20208 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 20496
00:15:41.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.030814 20208 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster6150993982954251337/master-2/wal/instance
00:15:41.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.035953 20656 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:41.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.048848 20656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.188.62" port: 45229 } has no permanent_uuid. Determining permanent_uuid...
00:15:41.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.070945 20656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } has no permanent_uuid. Determining permanent_uuid...
00:15:41.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.084901 20656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } has no permanent_uuid. Determining permanent_uuid...
00:15:41.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.105829 20656 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba: Bootstrap starting.
00:15:41.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.106452 20208 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:15:41.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.112263 20656 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba: Neither blocks nor log segments found. Creating new log.
00:15:41.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.114403 20656 log.cc:826] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba: Log is configured to *not* fsync() on all Append() calls
00:15:41.115 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:41.115 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:15:41.117 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.19.188.62"
      port: 45229
    }
    bound_http_address {
      host: "127.19.188.62"
      port: 36097
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.19.188.61"
      port: 38209
    }
    bound_http_address {
      host: "127.19.188.61"
      port: 37859
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.19.188.60"
      port: 34533
    }
    bound_http_address {
      host: "127.19.188.60"
      port: 37421
    }
  }
}

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

00:15:41.118 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:41.119 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:15:41.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.119885 20208 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 20230
00:15:41.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.120504 20656 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba: No bootstrap required, opened a new log
00:15:41.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.143483 20656 raft_consensus.cc:359] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8950421e9053464c89bfda02b40bafe4" member_type: VOTER last_known_addr { host: "127.19.188.62" port: 45229 } } peers { permanent_uuid: "6e1a78826cba4d2d9055a46deda750b9" member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } } peers { permanent_uuid: "007154a580b14301a4947e5ff041c4ba" member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } }
00:15:41.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.144320 20656 raft_consensus.cc:385] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:41.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.144629 20656 raft_consensus.cc:740] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 007154a580b14301a4947e5ff041c4ba, State: Initialized, Role: FOLLOWER
00:15:41.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.145641 20656 consensus_queue.cc:260] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba [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: "8950421e9053464c89bfda02b40bafe4" member_type: VOTER last_known_addr { host: "127.19.188.62" port: 45229 } } peers { permanent_uuid: "6e1a78826cba4d2d9055a46deda750b9" member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } } peers { permanent_uuid: "007154a580b14301a4947e5ff041c4ba" member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } }
00:15:41.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.148388 20669 sys_catalog.cc:455] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba [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: "8950421e9053464c89bfda02b40bafe4" member_type: VOTER last_known_addr { host: "127.19.188.62" port: 45229 } } peers { permanent_uuid: "6e1a78826cba4d2d9055a46deda750b9" member_type: VOTER last_known_addr { host: "127.19.188.61" port: 38209 } } peers { permanent_uuid: "007154a580b14301a4947e5ff041c4ba" member_type: VOTER last_known_addr { host: "127.19.188.60" port: 34533 } } }
00:15:41.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.149549 20669 sys_catalog.cc:458] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba [sys.catalog]: This master's current role is: FOLLOWER
00:15:41.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.150642 20656 sys_catalog.cc:565] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba [sys.catalog]: configured and running, proceeding with master startup.
00:15:41.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.159709 20208 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 20364
00:15:41.186 [INFO - Metastore-Handler-Pool: Thread-217] (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=	
00:15:41.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:41.188054 20691 client.h:373] Failed to connect to Hive Metastore (localhost:34129): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:15:41.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:41.194219 20699 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:15:41.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:41.194608 20699 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:15:41.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:41.200925 20564 tablet.cc:2406] T 00000000000000000000000000000000 P 007154a580b14301a4947e5ff041c4ba: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:15:41.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:41.206032 20208 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 20496
00:15:42.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:42Z chronyd exiting
.00:15:43.496 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:15:43.496 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:15:43.496 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:15:43.515 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive11940943823841349379
00:15:43.516 [INFO - Thread-157] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:15:43.516 [INFO - Thread-157] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:15:43.519 [INFO - Thread-157] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:15:43.519 [INFO - Thread-157] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:15:43.519 [INFO - Thread-157] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:15:43.520 [INFO - Thread-157] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:15:43.521 [INFO - Thread-157] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:15:43.521 [INFO - Thread-157] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:15:43.522 [INFO - Thread-157] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:15:43.522 [INFO - Thread-157] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:15:43.523 [INFO - Thread-157] (HikariDataSource.java:80) objectstore - Starting...
00:15:43.589 [INFO - Thread-157] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:15:43.593 [INFO - Thread-157] (HikariDataSource.java:82) objectstore - Start completed.
00:15:43.593 [INFO - Thread-157] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:15:43.595 [INFO - Thread-157] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:15:43.597 [INFO - Thread-157] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:15:43.598 [INFO - Thread-157] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:15:43.613 [INFO - Thread-157] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:15:43.613 [INFO - Thread-157] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:15:43.613 [INFO - Thread-157] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:15:43.634 [WARN - Thread-157] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:43.635 [WARN - Thread-157] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:43.636 [WARN - Thread-157] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:43.636 [WARN - Thread-157] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:43.636 [WARN - Thread-157] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:43.637 [WARN - Thread-157] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:15:43.844 [INFO - Thread-157] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:15:43.844 [INFO - Thread-157] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14405741, with PersistenceManager: null will be shutdown
00:15:43.845 [INFO - Thread-157] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14405741, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3ef9a44f created in the thread with id: 218
00:15:43.847 [WARN - Thread-157] (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
00:15:43.848 [INFO - Thread-157] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14405741
00:15:43.971 [INFO - Thread-157] (HMSHandler.java:595) Started creating a default database with name: default
00:15:43.991 [INFO - Thread-157] (HMSHandler.java:605) Successfully created a default database with name: default
00:15:44.026 [INFO - Thread-157] (HMSHandler.java:668) Added admin role in metastore
00:15:44.028 [INFO - Thread-157] (HMSHandler.java:677) Added public role in metastore
00:15:44.065 [INFO - Thread-157] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:15:44.066 [INFO - Thread-157] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:15:44.067 [INFO - Thread-157] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:15:44.067 [INFO - Thread-157] (HiveMetaStore.java:697) Direct SQL optimization = true
00:15:44.068 [WARN - Thread-157] (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)
00:15:44.068 [INFO - Thread-157] (HiveMetaStore.java:632) Started the new metaserver on port [37873]...
00:15:44.068 [INFO - Thread-157] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:15:44.068 [INFO - Thread-157] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:15:44.068 [INFO - Thread-157] (HiveMetaStore.java:635) TCP keepalive = true
00:15:44.068 [INFO - Thread-157] (HiveMetaStore.java:636) Enable SSL = false
00:15:44.518 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:15:44.518 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:15:44.518 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:15:44.521 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:15:44.521 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37873]
00:15:44.521 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37873) in binary transport mode
00:15:44.522 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37873) current connections: 1
00:15:44.525 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4R9ju7/test-tmp
00:15:44.526 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:15:44.526 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4R9ju7/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:15:44.533 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

00:15:44.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:44.897305 20758 mini_oidc.cc:150] Starting JWKS server
00:15:44.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:44.900629 20758 webserver.cc:533] Webserver started at http://127.0.0.1:44921/ using document root <none> and password file <none>
00:15:44.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:44.901065 20758 mini_oidc.cc:186] Starting OIDC Discovery server
00:15:44.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:44.902817 20758 webserver.cc:533] Webserver started at http://127.0.0.1:41261/ using document root <none> and password file <none>
00:15:44.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:44Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:15:44.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:44Z Disabled control of system clock
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:44.978928 20758 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/wal
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/data
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/logs
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/data/info.pb
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.69.190:42341
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.69.190
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.69.148:40629
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.69.190:42341,127.20.69.189:45223,127.20.69.188:40755
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:44.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44921/jwks.json with env {}
00:15:45.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.304569 20789 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:45.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.305239 20789 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:45.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.305733 20789 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:45.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.341522 20789 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:45.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.341861 20789 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:45.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.342098 20789 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:45.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.342304 20789 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:45.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.342487 20789 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:45.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.342634 20789 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44921/jwks.json
00:15:45.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:45.381193 20789 master_runner.cc:387] Master server non-default flags:
00:15:45.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/logs
00:15:45.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:45.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:45.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:45.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.69.148:40629
00:15:45.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:45.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/data
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/wal
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.69.190:42341,127.20.69.189:45223,127.20.69.188:40755
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.69.190:42341
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44921/jwks.json
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/data/info.pb
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.69.190
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:45.382558 20789 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:45.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:45.384413 20789 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:45.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.396868 20802 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
00:15:47.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:45.398319 20806 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
00:15:47.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:47.996505 20789 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 2.599s	user 0.950s	sys 1.646s
00:15:47.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:46.806595 20797 debug-util.cc:398] Leaking SignalData structure 0x7b080002ee00 after lost signal to thread 20789
00:15:47.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:47.999167 20807 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 2599 milliseconds
00:15:47.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:47.999239 20789 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 2.602s	user 0.950s	sys 1.647s
00:15:48.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:47.999545 20808 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
00:15:48.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:47.999944 20789 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
00:15:48.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.005064 20789 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:48.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.008103 20789 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:48.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.009560 20789 hybrid_clock.cc:648] HybridClock initialized: now 1786493748009548 us; error 83 us; skew 500 ppm
00:15:48.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.010628 20789 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:48.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.018373 20789 webserver.cc:533] Webserver started at http://127.20.69.190:37605/ using document root <none> and password file <none>
00:15:48.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.019557 20789 fs_manager.cc:362] Metadata directory not provided
00:15:48.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.019856 20789 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:48.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.020474 20789 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.025833 20789 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/data/instance:
00:15:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c4658864673e4d5fa15516cb8b40430d"
00:15:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:48 on dist-test-slave-z8x9"
00:15:48.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.027181 20789 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/wal/instance:
00:15:48.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c4658864673e4d5fa15516cb8b40430d"
00:15:48.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:48 on dist-test-slave-z8x9"
00:15:48.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.036463 20789 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.005s
00:15:48.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.043681 20823 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:48.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.045143 20789 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.002s
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.045637 20789 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/wal
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c4658864673e4d5fa15516cb8b40430d"
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:48 on dist-test-slave-z8x9"
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.046034 20789 fs_report.cc:389] FS layout report
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/wal
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/wal
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/data/data
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:48.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:48.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.102501 20789 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:48.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.104445 20789 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:48.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.105067 20789 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:48.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.201912 20789 rpc_server.cc:307] RPC server started. Bound to: 127.20.69.190:42341
00:15:48.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.201987 20936 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.69.190:42341 every 8 connection(s)
00:15:48.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.205120 20789 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/data/info.pb
00:15:48.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.212563 20939 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:48.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.215198 20758 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 20789
00:15:48.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.215848 20758 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-0/wal/instance
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.219813 20758 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/wal
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/data
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/logs
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/data/info.pb
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:48.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.69.189:45223
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.69.189
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.69.148:40629
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.69.190:42341,127.20.69.189:45223,127.20.69.188:40755
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44921/jwks.json with env {}
00:15:48.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.225526 20939 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } has no permanent_uuid. Determining permanent_uuid...
00:15:48.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.263342 20939 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } has no permanent_uuid. Determining permanent_uuid...
00:15:48.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.266215 20828 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.69.189:45223: connect: Connection refused (error 111)
00:15:48.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.271831 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.189:45223: Network error: Client connection negotiation failed: client connection to 127.20.69.189:45223: connect: Connection refused (error 111)
00:15:48.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.321496 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } attempt: 1
00:15:48.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.326659 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.189:45223: Network error: Client connection negotiation failed: client connection to 127.20.69.189:45223: connect: Connection refused (error 111)
00:15:48.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.395247 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } attempt: 2
00:15:48.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.400252 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.189:45223: Network error: Client connection negotiation failed: client connection to 127.20.69.189:45223: connect: Connection refused (error 111)
00:15:48.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.491840 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } attempt: 3
00:15:48.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.496706 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.189:45223: Network error: Client connection negotiation failed: client connection to 127.20.69.189:45223: connect: Connection refused (error 111)
00:15:48.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.578265 20944 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:48.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.578891 20944 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:48.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.579345 20944 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:48.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.614426 20944 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:48.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.614804 20944 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.615016 20944 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.615218 20944 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.615427 20944 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.615574 20944 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44921/jwks.json
00:15:48.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.640161 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } attempt: 4
00:15:48.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.645587 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.189:45223: Network error: Client connection negotiation failed: client connection to 127.20.69.189:45223: connect: Connection refused (error 111)
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.656756 20944 master_runner.cc:387] Master server non-default flags:
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/logs
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.69.148:40629
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/data
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/wal
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.69.190:42341,127.20.69.189:45223,127.20.69.188:40755
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.69.189:45223
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44921/jwks.json
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/data/info.pb
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.69.189
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:48.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:48.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.658744 20944 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:48.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.660993 20944 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:48.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.677783 20964 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
00:15:48.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:48.945135 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } attempt: 5
00:15:48.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.955597 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.189:45223: Network error: Client connection negotiation failed: client connection to 127.20.69.189:45223: connect: Connection refused (error 111)
00:15:49.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:49.503255 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } attempt: 6
00:15:49.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:49.532852 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.189:45223: Network error: Client connection negotiation failed: client connection to 127.20.69.189:45223: connect: Connection refused (error 111)
00:15:50.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:48.678105 20962 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
00:15:50.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.038048 20965 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1359 milliseconds
00:15:50.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.039951 20966 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
00:15:50.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.042883 20944 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.367s	user 0.485s	sys 0.857s
00:15:50.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.043193 20944 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.368s	user 0.485s	sys 0.857s
00:15:50.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.043515 20944 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
00:15:50.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.044764 20944 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:50.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.053910 20944 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:50.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.055421 20944 hybrid_clock.cc:648] HybridClock initialized: now 1786493750055366 us; error 79 us; skew 500 ppm
00:15:50.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.056434 20944 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:50.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.065790 20944 webserver.cc:533] Webserver started at http://127.20.69.189:34665/ using document root <none> and password file <none>
00:15:50.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.067175 20944 fs_manager.cc:362] Metadata directory not provided
00:15:50.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.067492 20944 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:50.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.068086 20944 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:50.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.073022 20944 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/data/instance:
00:15:50.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "252b8a5689cf4852a2467bd9f6b7a371"
00:15:50.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:50 on dist-test-slave-z8x9"
00:15:50.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.074517 20944 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/wal/instance:
00:15:50.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "252b8a5689cf4852a2467bd9f6b7a371"
00:15:50.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:50 on dist-test-slave-z8x9"
00:15:50.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.084167 20944 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.006s	sys 0.003s
00:15:50.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.092036 20989 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:50.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.093811 20944 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.002s	sys 0.004s
00:15:50.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.094303 20944 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/wal
00:15:50.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "252b8a5689cf4852a2467bd9f6b7a371"
00:15:50.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:50 on dist-test-slave-z8x9"
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.094714 20944 fs_report.cc:389] FS layout report
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/wal
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/wal
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/data/data
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:50.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.176805 20944 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:50.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.179245 20944 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.179890 20944 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:50.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.277784 20944 rpc_server.cc:307] RPC server started. Bound to: 127.20.69.189:45223
00:15:50.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.277920 21107 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.69.189:45223 every 8 connection(s)
00:15:50.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.281090 20944 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/data/info.pb
00:15:50.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.288033 21110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:50.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.289252 20758 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 20944
00:15:50.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.289776 20758 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-1/wal/instance
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.292986 20758 external_mini_cluster.cc:1372] Running /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/wal
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/data
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/logs
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/data/info.pb
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.69.188:40755
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.69.188
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.69.148:40629
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.69.190:42341,127.20.69.189:45223,127.20.69.188:40755
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44921/jwks.json with env {}
00:15:50.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.304781 21110 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } has no permanent_uuid. Determining permanent_uuid...
00:15:50.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.329116 21110 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } has no permanent_uuid. Determining permanent_uuid...
00:15:50.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.347378 21110 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } has no permanent_uuid. Determining permanent_uuid...
00:15:50.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.350942 20995 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.356684 21110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:50.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.406338 21110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 1
00:15:50.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.412354 21110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:50.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.480888 21110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 2
00:15:50.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.486763 21110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.578243 21110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 3
00:15:50.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.583922 21110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:50.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.593643 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } attempt: 7
00:15:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.608496 20939 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } has no permanent_uuid. Determining permanent_uuid...
00:15:50.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.616044 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:50.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.674635 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 1
00:15:50.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.679967 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:50.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.686755 21112 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:15:50.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.687328 21112 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:15:50.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.687779 21112 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:15:50.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.720562 21112 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:15:50.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.720858 21112 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:15:50.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.721050 21112 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:15:50.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.721269 21112 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:15:50.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.721467 21112 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:15:50.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.721603 21112 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44921/jwks.json
00:15:50.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.727445 21110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 4
00:15:50.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.732497 21110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:50.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.761495 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 2
00:15:50.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.762162 21112 master_runner.cc:387] Master server non-default flags:
00:15:50.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/logs
00:15:50.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:15:50.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:15:50.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:15:50.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.69.148:40629
00:15:50.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:15:50.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/data
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/wal
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.69.190:42341,127.20.69.189:45223,127.20.69.188:40755
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.69.188:40755
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44921/jwks.json
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/data/info.pb
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.69.188
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision f7ed5b56c096f54e2f926bf94ceb7fc44c0c1329
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 23:55:14 UTC on e7f111948823
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17639
00:15:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:15:50.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.764089 21112 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:15:50.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.765960 21112 file_cache.cc:504] Constructed file cache file cache with capacity 419430
00:15:50.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.766476 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:50.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.780457 21136 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
00:15:50.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:50.851958 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 3
00:15:50.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.861146 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:51.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:51.001822 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 4
00:15:51.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:51.011322 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:51.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:51.032068 21110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 5
00:15:51.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:51.041754 21110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:51.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:51.294919 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 5
00:15:51.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:51.304600 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:51.589380 21110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 6
00:15:51.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:51.630029 21110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:51.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:51.857309 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 6
00:15:51.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:51.891016 20939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.69.188:40755: Network error: Client connection negotiation failed: client connection to 127.20.69.188:40755: connect: Connection refused (error 111)
00:15:52.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.184401 21135 debug-util.cc:398] Leaking SignalData structure 0x7b080002ee00 after lost signal to thread 21112
00:15:52.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.348754 21112 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.568s	user 0.519s	sys 1.046s
00:15:52.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:50.781929 21139 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
00:15:52.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.349366 21112 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.569s	user 0.520s	sys 1.046s
00:15:52.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.352304 21143 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
00:15:52.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.354719 21141 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1568 milliseconds
00:15:52.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.354830 21112 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
00:15:52.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.356336 21112 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:15:52.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.359104 21112 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:15:52.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.360574 21112 hybrid_clock.cc:648] HybridClock initialized: now 1786493752360537 us; error 42 us; skew 500 ppm
00:15:52.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.361603 21112 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:15:52.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.368993 21112 webserver.cc:533] Webserver started at http://127.20.69.188:44607/ using document root <none> and password file <none>
00:15:52.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.370088 21112 fs_manager.cc:362] Metadata directory not provided
00:15:52.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.370445 21112 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:15:52.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.371025 21112 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:15:52.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.375958 21112 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/data/instance:
00:15:52.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "27c00499ff434bbea048bdf914ecd68f"
00:15:52.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:52 on dist-test-slave-z8x9"
00:15:52.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.377322 21112 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/wal/instance:
00:15:52.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "27c00499ff434bbea048bdf914ecd68f"
00:15:52.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:52 on dist-test-slave-z8x9"
00:15:52.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.385730 21112 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.001s
00:15:52.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.392784 21168 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:15:52.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.394260 21112 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.000s
00:15:52.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.394801 21112 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/data,/tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/wal
00:15:52.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "27c00499ff434bbea048bdf914ecd68f"
00:15:52.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 00:15:52 on dist-test-slave-z8x9"
00:15:52.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.395190 21112 fs_report.cc:389] FS layout report
00:15:52.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:15:52.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/wal
00:15:52.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/wal
00:15:52.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/data/data
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:15:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:15:52.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.456993 21112 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:15:52.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.458848 21112 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:15:52.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.459429 21112 kserver.cc:163] Server-wide thread pool size limit: 3276
00:15:52.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.547204 21112 rpc_server.cc:307] RPC server started. Bound to: 127.20.69.188:40755
00:15:52.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.547344 21266 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.69.188:40755 every 8 connection(s)
00:15:52.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.550616 21112 server_base.cc:1193] Dumped server information to /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/data/info.pb
00:15:52.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.555388 20758 external_mini_cluster.cc:1434] Started /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu as pid 21112
00:15:52.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.555920 20758 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task4R9ju7/test-tmp/mini-kudu-cluster17340020662069946475/master-2/wal/instance
00:15:52.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.558691 21267 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:15:52.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.572674 21267 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } has no permanent_uuid. Determining permanent_uuid...
00:15:52.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.598357 21267 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } has no permanent_uuid. Determining permanent_uuid...
00:15:52.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.612955 21267 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } has no permanent_uuid. Determining permanent_uuid...
00:15:52.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.627696 20758 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:15:52.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.631760 21267 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f: Bootstrap starting.
00:15:52.637 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:52.637 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:15:52.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.639070 21267 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f: Neither blocks nor log segments found. Creating new log.
00:15:52.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.641889 21267 log.cc:826] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f: Log is configured to *not* fsync() on all Append() calls
00:15:52.638 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.69.190"
      port: 42341
    }
    bound_http_address {
      host: "127.20.69.190"
      port: 37605
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.69.189"
      port: 45223
    }
    bound_http_address {
      host: "127.20.69.189"
      port: 34665
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.69.188"
      port: 40755
    }
    bound_http_address {
      host: "127.20.69.188"
      port: 44607
    }
  }
}

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

00:15:52.643 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:15:52.645 [INFO - Metastore-Handler-Pool: Thread-239] (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=29bde95a-51d7-4343-a33b-8e4a76589665, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.69.190:42341,127.20.69.189:45223,127.20.69.188:40755}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:15:52.648 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:15:52.648 [INFO - Metastore-Handler-Pool: Thread-239] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:15:52.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.648089 21267 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f: No bootstrap required, opened a new log
00:15:52.648 [INFO - Metastore-Handler-Pool: Thread-239] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@174d9b58, with PersistenceManager: null will be shutdown
00:15:52.648 [INFO - Metastore-Handler-Pool: Thread-239] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@174d9b58, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@743952f8 created in the thread with id: 239
00:15:52.655 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@174d9b58
00:15:52.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.690685 21110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 7
00:15:52.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.699582 21267 raft_consensus.cc:359] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } }
00:15:52.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.701299 21267 raft_consensus.cc:385] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:52.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.701972 21267 raft_consensus.cc:740] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27c00499ff434bbea048bdf914ecd68f, State: Initialized, Role: FOLLOWER
00:15:52.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.703910 21267 consensus_queue.cc:260] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [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: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } }
00:15:52.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.726557 21267 sys_catalog.cc:565] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [sys.catalog]: configured and running, proceeding with master startup.
00:15:52.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.720789 21287 sys_catalog.cc:455] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [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: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:52.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.729288 21287 sys_catalog.cc:458] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [sys.catalog]: This master's current role is: FOLLOWER
00:15:52.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.752329 21110 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371: Bootstrap starting.
00:15:52.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.761402 21110 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371: Neither blocks nor log segments found. Creating new log.
00:15:52.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.764308 21110 log.cc:826] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371: Log is configured to *not* fsync() on all Append() calls
00:15:52.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.776085 21110 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371: No bootstrap required, opened a new log
00:15:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.807310 21110 raft_consensus.cc:359] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } }
00:15:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.808547 21110 raft_consensus.cc:385] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:52.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.809036 21110 raft_consensus.cc:740] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 252b8a5689cf4852a2467bd9f6b7a371, State: Initialized, Role: FOLLOWER
00:15:52.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.810374 21110 consensus_queue.cc:260] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [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: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } }
00:15:52.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.819412 21310 sys_catalog.cc:455] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [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: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:52.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.824450 21310 sys_catalog.cc:458] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [sys.catalog]: This master's current role is: FOLLOWER
00:15:52.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.823998 21110 sys_catalog.cc:565] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [sys.catalog]: configured and running, proceeding with master startup.
00:15:52.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.883279 21319 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:15:52.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.883678 21319 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:15:52.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.850294 21112 master_runner.cc:187] Error getting master registration for 127.20.69.190:42341: OK, instance_id { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" instance_seqno: 1786493748172708 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:15:52.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.899842 21112 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:15:52.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.929270 20939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } attempt: 7
00:15:52.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.946826 21008 tablet.cc:2406] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:15:52.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.951546 21343 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:15:52.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.951941 21343 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:15:52.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 00:15:52.965655 21182 tablet.cc:2406] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:15:52.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.970264 20939 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d: Bootstrap starting.
00:15:52.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.919580 20944 master_runner.cc:187] Error getting master registration for 127.20.69.190:42341: OK, instance_id { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" instance_seqno: 1786493748172708 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:15:52.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.976260 20944 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:15:52.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.987555 20939 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d: Neither blocks nor log segments found. Creating new log.
00:15:52.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:52.993161 20939 log.cc:826] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d: Log is configured to *not* fsync() on all Append() calls
00:15:53.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.011394 21287 raft_consensus.cc:493] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:15:53.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.012046 21287 raft_consensus.cc:515] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } }
00:15:53.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.016620 20939 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d: No bootstrap required, opened a new log
00:15:53.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.017547 21287 leader_election.cc:290] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c4658864673e4d5fa15516cb8b40430d (127.20.69.190:42341), 252b8a5689cf4852a2467bd9f6b7a371 (127.20.69.189:45223)
00:15:53.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.020244 21050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "27c00499ff434bbea048bdf914ecd68f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "252b8a5689cf4852a2467bd9f6b7a371" is_pre_election: true
00:15:53.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.021652 21050 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 27c00499ff434bbea048bdf914ecd68f in term 0.
00:15:53.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.023502 21179 leader_election.cc:304] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [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: 252b8a5689cf4852a2467bd9f6b7a371, 27c00499ff434bbea048bdf914ecd68f; no voters: 
00:15:53.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.024535 21287 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 0 FOLLOWER]: Leader pre-election won for term 1
00:15:53.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.024902 21287 raft_consensus.cc:493] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:15:53.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.025276 21287 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 0 FOLLOWER]: Advancing to term 1
00:15:53.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.032675 21287 raft_consensus.cc:515] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } }
00:15:53.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.042752 21287 leader_election.cc:290] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [CANDIDATE]: Term 1 election: Requested vote from peers c4658864673e4d5fa15516cb8b40430d (127.20.69.190:42341), 252b8a5689cf4852a2467bd9f6b7a371 (127.20.69.189:45223)
00:15:53.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.043393 21050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "27c00499ff434bbea048bdf914ecd68f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "252b8a5689cf4852a2467bd9f6b7a371"
00:15:53.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.043963 21050 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [term 0 FOLLOWER]: Advancing to term 1
00:15:53.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.055006 21050 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 27c00499ff434bbea048bdf914ecd68f in term 1.
00:15:53.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.061859 21179 leader_election.cc:304] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [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: 252b8a5689cf4852a2467bd9f6b7a371, 27c00499ff434bbea048bdf914ecd68f; no voters: 
00:15:53.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.062695 21287 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 1 FOLLOWER]: Leader election won for term 1
00:15:53.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.077682 21287 raft_consensus.cc:697] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [term 1 LEADER]: Becoming Leader. State: Replica: 27c00499ff434bbea048bdf914ecd68f, State: Running, Role: LEADER
00:15:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.078855 21287 consensus_queue.cc:237] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [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: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } }
00:15:53.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.097245 21347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 27c00499ff434bbea048bdf914ecd68f. Latest consensus state: current_term: 1 leader_uuid: "27c00499ff434bbea048bdf914ecd68f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:53.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.098146 21347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [sys.catalog]: This master's current role is: LEADER
00:15:53.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.115121 21350 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
00:15:53.119 [WARN - Metastore-Handler-Pool: Thread-239] (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.
00:15:53.125 [WARN - Metastore-Handler-Pool: Thread-239] (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.
00:15:53.125 [WARN - Metastore-Handler-Pool: Thread-239] (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.
00:15:53.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.136202 21350 catalog_manager.cc:1520] Initializing Kudu cluster ID...
00:15:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.162822 21050 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [term 1 FOLLOWER]: Refusing update from remote peer 27c00499ff434bbea048bdf914ecd68f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:15:53.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.164821 21347 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [LEADER]: Connected to new peer: Peer: permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:15:53.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.185248 20939 raft_consensus.cc:359] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } }
00:15:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.201360 20939 raft_consensus.cc:385] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:15:53.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.201752 20939 raft_consensus.cc:740] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c4658864673e4d5fa15516cb8b40430d, State: Initialized, Role: FOLLOWER
00:15:53.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.202816 20939 consensus_queue.cc:260] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [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: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } }
00:15:53.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.212579 20939 sys_catalog.cc:565] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [sys.catalog]: configured and running, proceeding with master startup.
00:15:53.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.213495 21351 mvcc.cc:204] Tried to move back new op lower bound from 7317478412932456448 to 7317478412623474688. Current Snapshot: MvccSnapshot[applied={T|T < 7317478412932456448}]
00:15:53.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.213546 20885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "27c00499ff434bbea048bdf914ecd68f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c4658864673e4d5fa15516cb8b40430d"
00:15:53.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.214192 20886 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "27c00499ff434bbea048bdf914ecd68f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c4658864673e4d5fa15516cb8b40430d" is_pre_election: true
00:15:53.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.215921 20882 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [term 0 FOLLOWER]: Advancing to term 1
00:15:53.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.215149 21357 sys_catalog.cc:455] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [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: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:53.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.218508 21357 sys_catalog.cc:458] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [sys.catalog]: This master's current role is: FOLLOWER
00:15:53.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.212558 21310 sys_catalog.cc:455] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 27c00499ff434bbea048bdf914ecd68f. Latest consensus state: current_term: 1 leader_uuid: "27c00499ff434bbea048bdf914ecd68f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:53.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.222152 21310 sys_catalog.cc:458] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [sys.catalog]: This master's current role is: FOLLOWER
00:15:53.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.226991 20882 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [term 1 FOLLOWER]: Refusing update from remote peer 27c00499ff434bbea048bdf914ecd68f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:15:53.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.230738 21287 sys_catalog.cc:455] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "27c00499ff434bbea048bdf914ecd68f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:53.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.231473 21287 sys_catalog.cc:458] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [sys.catalog]: This master's current role is: LEADER
00:15:53.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.236164 21350 catalog_manager.cc:1383] Generated new cluster ID: 760ec2f419b5444ba46fc54511da6c04
00:15:53.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.236476 21350 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
00:15:53.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.242779 21310 sys_catalog.cc:455] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "27c00499ff434bbea048bdf914ecd68f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:53.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.243585 21310 sys_catalog.cc:458] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371 [sys.catalog]: This master's current role is: FOLLOWER
00:15:53.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.255903 21347 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
00:15:53.295 [INFO - Metastore-Handler-Pool: Thread-239] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:15:53.316 [INFO - Metastore-Handler-Pool: Thread-239] (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/hive11940943823841349379/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=29bde95a-51d7-4343-a33b-8e4a76589665, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.69.190:42341,127.20.69.189:45223,127.20.69.188:40755}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:15:53.342 [INFO - Metastore-Handler-Pool: Thread-239] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11940943823841349379/external-warehouse/table
00:15:53.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.348326 21357 sys_catalog.cc:455] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 27c00499ff434bbea048bdf914ecd68f. Latest consensus state: current_term: 1 leader_uuid: "27c00499ff434bbea048bdf914ecd68f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:53.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.349529 21357 sys_catalog.cc:458] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [sys.catalog]: This master's current role is: FOLLOWER
00:15:53.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.348783 21380 sys_catalog.cc:455] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "27c00499ff434bbea048bdf914ecd68f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:53.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.350448 21380 sys_catalog.cc:458] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d [sys.catalog]: This master's current role is: FOLLOWER
00:15:53.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.388625 21347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "27c00499ff434bbea048bdf914ecd68f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c4658864673e4d5fa15516cb8b40430d" member_type: VOTER last_known_addr { host: "127.20.69.190" port: 42341 } } peers { permanent_uuid: "252b8a5689cf4852a2467bd9f6b7a371" member_type: VOTER last_known_addr { host: "127.20.69.189" port: 45223 } } peers { permanent_uuid: "27c00499ff434bbea048bdf914ecd68f" member_type: VOTER last_known_addr { host: "127.20.69.188" port: 40755 } } }
00:15:53.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.389927 21347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f [sys.catalog]: This master's current role is: LEADER
00:15:53.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.458256 21350 catalog_manager.cc:1406] Generated new certificate authority record
00:15:53.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.462086 21350 catalog_manager.cc:1540] Loading token signing keys...
00:15:53.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.539589 21350 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 27c00499ff434bbea048bdf914ecd68f: Generated new TSK 0
00:15:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.542551 21350 catalog_manager.cc:1550] Initializing in-progress tserver states...
00:15:53.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.667861 21412 catalog_manager.cc:1295] Loaded cluster ID: 760ec2f419b5444ba46fc54511da6c04
00:15:53.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.668330 21412 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d: loading cluster ID for follower catalog manager: success
00:15:53.700 [DEBUG - Metastore-Handler-Pool: Thread-239] (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.
00:15:53.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.717300 21412 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d: acquiring CA information for follower catalog manager: success
00:15:53.722 [DEBUG - Metastore-Handler-Pool: Thread-239] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:15:53.729 [DEBUG - Metastore-Handler-Pool: Thread-239] (Connection.java:748) [peer master-127.20.69.190:42341(127.20.69.190:42341)] connecting to peer
00:15:53.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.740007 21412 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c4658864673e4d5fa15516cb8b40430d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:15:53.741 [DEBUG - Metastore-Handler-Pool: Thread-239] (Connection.java:748) [peer master-127.20.69.189:45223(127.20.69.189:45223)] connecting to peer
00:15:53.743 [DEBUG - Metastore-Handler-Pool: Thread-239] (Connection.java:748) [peer master-127.20.69.188:40755(127.20.69.188:40755)] connecting to peer
00:15:53.754 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.20.69.189:45223(127.20.69.189:45223)] Successfully connected to peer
00:15:53.760 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.20.69.188:40755(127.20.69.188:40755)] Successfully connected to peer
00:15:53.768 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.20.69.189
00:15:53.770 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.69.190:42341(127.20.69.190:42341)] Successfully connected to peer
00:15:53.793 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.20.69.188
00:15:53.804 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.20.69.190
00:15:53.835 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:15:53.837 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:15:53.852 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:15:53.872 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x947e26b5, L:/127.0.0.1:33126 - R:/127.20.69.189:45223] using SASL/PLAIN
00:15:53.873 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x3fdebb35, L:/127.0.0.1:38550 - R:/127.20.69.190:42341] using SASL/PLAIN
00:15:53.883 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x30f3fa63, L:/127.0.0.1:58676 - R:/127.20.69.188:40755] using SASL/PLAIN
00:15:53.894 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:15:53.946 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:53.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.960264 21343 catalog_manager.cc:1295] Loaded cluster ID: 760ec2f419b5444ba46fc54511da6c04
00:15:53.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.960925 21343 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371: loading cluster ID for follower catalog manager: success
00:15:53.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.979712 21343 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371: acquiring CA information for follower catalog manager: success
00:15:54.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:53.999607 21343 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 252b8a5689cf4852a2467bd9f6b7a371: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:15:54.037 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:54.039 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:15:54.053 [INFO - Metastore-Handler-Pool: Thread-239] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:15:54.139 [INFO - Metastore-Handler-Pool: Thread-239] (MetaStoreServerUtils.java:473) Updating table stats for table
00:15:54.139 [INFO - Metastore-Handler-Pool: Thread-239] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:15:54.301 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:15:54.368 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:3711) Skipping translation for processor with null
00:15:54.374 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:15:54.609 [WARN - Metastore-Handler-Pool: Thread-239] (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.
00:15:54.889 [WARN - Metastore-Handler-Pool: Thread-239] (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.
00:15:54.983 [WARN - Metastore-Handler-Pool: Thread-239] (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.
00:15:55.267 [INFO - Metastore-Handler-Pool: Thread-239] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:15:55.278 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:15:55.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:55.279699 20758 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 20789
00:15:55.284 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:15:55.284 [INFO - Metastore-Handler-Pool: Thread-239] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@174d9b58, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@743952f8 will be shutdown
00:15:55.284 [INFO - Metastore-Handler-Pool: Thread-239] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:15:55.334 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.69.190:42341(127.20.69.190:42341)] handling channelInactive
00:15:55.334 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.69.190:42341(127.20.69.190:42341)] cleaning up while in state READY due to: connection closed
00:15:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:55.335965 20758 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 20944
00:15:55.384 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.20.69.189:45223(127.20.69.189:45223)] handling channelInactive
00:15:55.384 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.20.69.189:45223(127.20.69.189:45223)] cleaning up while in state READY due to: connection closed
00:15:55.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 00:15:55.384249 20758 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task4R9ju7/build/tsan/bin/kudu with pid 21112
00:15:55.422 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.20.69.188:40755(127.20.69.188:40755)] handling channelInactive
00:15:55.422 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.20.69.188:40755(127.20.69.188:40755)] cleaning up while in state READY due to: connection closed
00:15:56.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T00:15:56Z chronyd exiting

Time: 92.446

OK (6 tests)

