JUnit version 4.13.2
.18:29:32.827 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:32.833 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:32.834 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:32.939 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive13084410985046211737
18:29:33.094 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:29:33.106 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:29:33.349 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:33.378 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:33.378 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
18:29:33.407 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
18:29:33.420 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:29:33.438 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
18:29:34.205 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:34.209 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
18:29:34.230 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:29:34.232 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:29:34.244 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:34.245 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:29:34.443 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:29:34.444 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:29:34.446 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:29:34.975 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:29:34.975 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7cb38b3a, with PersistenceManager: null will be shutdown
18:29:34.998 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7cb38b3a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@69aee866 created in the thread with id: 13
18:29:35.060 [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
18:29:35.310 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:35.311 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:35.312 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:35.313 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:35.314 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:35.314 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:35.997 [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
18:29:35.997 [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.140
18:29:35.997 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7cb38b3a
18:29:36.353 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
18:29:36.404 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
18:29:36.454 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
18:29:36.458 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
18:29:36.535 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:29:36.543 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:29:36.881 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:29:36.889 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
18:29:36.899 [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)
18:29:36.899 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [36863]...
18:29:36.900 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:29:36.900 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:29:36.900 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
18:29:36.900 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
18:29:36.966 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:36.967 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:36.967 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:36.981 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:29:36.981 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36863]
18:29:36.982 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36863) in binary transport mode
18:29:36.997 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36863) current connections: 1
18:29:37.064 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
18:29:37.229 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskf08feK/test-tmp
18:29:37.232 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
18:29:37.236 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskf08feK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
18:29:37.274 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36863"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:29:37.647 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:37.654 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:29:37.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.658125 32326 mini_oidc.cc:150] Starting JWKS server
18:29:37.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.661494 32326 webserver.cc:534] Webserver started at http://127.0.0.1:37071/ using document root <none> and password file <none>
18:29:37.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.661952 32326 mini_oidc.cc:186] Starting OIDC Discovery server
18:29:37.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.663771 32326 webserver.cc:534] Webserver started at http://127.0.0.1:34831/ using document root <none> and password file <none>
18:29:37.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:37Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:29:37.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:37Z Disabled control of system clock
18:29:37.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.728749 32326 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:37.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:37.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/wal
18:29:37.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/data
18:29:37.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:37.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:37.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:37.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:37.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:37.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:37.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/logs
18:29:37.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/data/info.pb
18:29:37.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:37.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:37.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:37.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:37.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:37.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:37.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:37.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:37.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:37.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:37.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:37.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:37.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.145.190:38291
18:29:37.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.145.190
18:29:37.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:37.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.145.148:45715
18:29:37.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:37.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:37.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:37.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:37.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.145.190:38291,127.31.145.189:43257,127.31.145.188:37677
18:29:37.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:37.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37071/jwks.json
18:29:37.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36863 with env {}
18:29:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.055959 32338 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.056545 32338 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.056990 32338 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:38.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.089221 32338 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:38.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.089529 32338 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:38.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.089731 32338 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:38.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.089923 32338 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:38.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.090107 32338 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:38.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.090246 32338 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37071/jwks.json
18:29:38.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.126655 32338 master_runner.cc:387] Master server non-default flags:
18:29:38.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:38.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.145.148:45715
18:29:38.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:38.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:38.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/data
18:29:38.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/wal
18:29:38.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36863
18:29:38.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:38.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.145.190:38291,127.31.145.189:43257,127.31.145.188:37677
18:29:38.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:38.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:38.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:38.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.145.190:38291
18:29:38.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:38.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:38.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:38.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37071/jwks.json
18:29:38.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:38.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:38.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/data/info.pb
18:29:38.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.145.190
18:29:38.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:38.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:38.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:38.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:38.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:38.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:38.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/logs
18:29:38.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:38.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:38.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:38.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:38.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:38.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:38.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:38.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:29:38.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:29:38.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:29:38.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.128039 32338 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:38.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.129981 32338 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:38.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.143487 32344 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
18:29:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.144598 32345 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
18:29:39.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.369410 32347 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
18:29:39.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.372355 32338 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.227s	user 0.002s	sys 0.010s
18:29:39.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.372618 32338 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.227s	user 0.002s	sys 0.010s
18:29:39.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.372816 32338 server_base.cc:1061] running on GCE node
18:29:39.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.374205 32338 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:39.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.377166 32338 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:39.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.378587 32338 hybrid_clock.cc:648] HybridClock initialized: now 1783535379378530 us; error 73 us; skew 500 ppm
18:29:39.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.379516 32338 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:39.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.387463 32338 webserver.cc:534] Webserver started at http://127.31.145.190:36545/ using document root <none> and password file <none>
18:29:39.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.388582 32338 fs_manager.cc:362] Metadata directory not provided
18:29:39.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.388849 32338 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:39.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.389361 32338 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:39.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.393719 32338 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/data/instance:
18:29:39.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a"
18:29:39.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:39 on dist-test-slave-sx7p"
18:29:39.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.394968 32338 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/wal/instance:
18:29:39.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a"
18:29:39.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:39 on dist-test-slave-sx7p"
18:29:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.403239 32338 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.001s
18:29:39.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.409790 32354 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:39.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.411042 32338 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.004s
18:29:39.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.411430 32338 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/wal
18:29:39.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a"
18:29:39.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:39 on dist-test-slave-sx7p"
18:29:39.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.411741 32338 fs_report.cc:389] FS layout report
18:29:39.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:39.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/wal
18:29:39.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/wal
18:29:39.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/data/data
18:29:39.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:39.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:39.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:39.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:39.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:39.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:39.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:39.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.481505 32338 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:39.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.482963 32338 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:39.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.483475 32338 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:39.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.554105 32338 rpc_server.cc:307] RPC server started. Bound to: 127.31.145.190:38291
18:29:39.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.554211 32405 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.145.190:38291 every 8 connection(s)
18:29:39.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.556869 32338 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/data/info.pb
18:29:39.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.558594 32326 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 32338
18:29:39.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.559213 32326 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-0/wal/instance
18:29:39.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.562616 32326 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:39.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:39.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/wal
18:29:39.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/data
18:29:39.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:39.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/logs
18:29:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/data/info.pb
18:29:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:39.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:39.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:39.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:39.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.145.189:43257
18:29:39.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.145.189
18:29:39.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:39.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.145.148:45715
18:29:39.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:39.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:39.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:39.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:39.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.145.190:38291,127.31.145.189:43257,127.31.145.188:37677
18:29:39.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:39.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37071/jwks.json
18:29:39.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36863 with env {}
18:29:39.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.563601 32406 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:39.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.577701 32406 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } has no permanent_uuid. Determining permanent_uuid...
18:29:39.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.605623 32406 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } has no permanent_uuid. Determining permanent_uuid...
18:29:39.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.608428 32356 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.145.189:43257: connect: Connection refused (error 111)
18:29:39.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.613322 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.189:43257: Network error: Client connection negotiation failed: client connection to 127.31.145.189:43257: connect: Connection refused (error 111)
18:29:39.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.662878 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } attempt: 1
18:29:39.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.667397 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.189:43257: Network error: Client connection negotiation failed: client connection to 127.31.145.189:43257: connect: Connection refused (error 111)
18:29:39.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.735886 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } attempt: 2
18:29:39.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.740530 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.189:43257: Network error: Client connection negotiation failed: client connection to 127.31.145.189:43257: connect: Connection refused (error 111)
18:29:39.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.832013 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } attempt: 3
18:29:39.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.836480 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.189:43257: Network error: Client connection negotiation failed: client connection to 127.31.145.189:43257: connect: Connection refused (error 111)
18:29:39.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.881435 32407 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:39.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.882066 32407 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.882777 32407 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.916558 32407 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.916841 32407 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.917040 32407 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.917378 32407 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:39.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.917699 32407 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:39.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.917954 32407 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37071/jwks.json
18:29:39.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.954967 32407 master_runner.cc:387] Master server non-default flags:
18:29:39.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:39.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.145.148:45715
18:29:39.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:39.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:39.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/data
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/wal
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36863
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.145.190:38291,127.31.145.189:43257,127.31.145.188:37677
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.145.189:43257
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37071/jwks.json
18:29:39.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/data/info.pb
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.145.189
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/logs
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:39.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:29:39.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:29:39.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:29:39.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.956284 32407 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:39.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.958289 32407 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:39.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.969208 32416 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
18:29:39.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.979938 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } attempt: 4
18:29:39.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.988517 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.189:43257: Network error: Client connection negotiation failed: client connection to 127.31.145.189:43257: connect: Connection refused (error 111)
18:29:40.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.288060 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } attempt: 5
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.296821 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.189:43257: Network error: Client connection negotiation failed: client connection to 127.31.145.189:43257: connect: Connection refused (error 111)
18:29:40.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.844556 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } attempt: 6
18:29:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.872906 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.189:43257: Network error: Client connection negotiation failed: client connection to 127.31.145.189:43257: connect: Connection refused (error 111)
18:29:41.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.373726 32415 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 32407
18:29:41.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.420481 32415 kernel_stack_watchdog.cc:198] Thread 32407 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 398ms:
18:29:41.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
18:29:41.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
18:29:41.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
18:29:41.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
18:29:41.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:39.971026 32417 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
18:29:41.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.425910 32407 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.454s	user 0.001s	sys 0.005s
18:29:41.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.426342 32407 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.454s	user 0.001s	sys 0.005s
18:29:41.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.426311 32418 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1449 milliseconds
18:29:41.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.427737 32420 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
18:29:41.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.427793 32407 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
18:29:41.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.429414 32407 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:41.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.432286 32407 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:41.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.433660 32407 hybrid_clock.cc:648] HybridClock initialized: now 1783535381433634 us; error 40 us; skew 500 ppm
18:29:41.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.434520 32407 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:41.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.441107 32407 webserver.cc:534] Webserver started at http://127.31.145.189:40039/ using document root <none> and password file <none>
18:29:41.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.442389 32407 fs_manager.cc:362] Metadata directory not provided
18:29:41.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.442621 32407 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:41.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.443048 32407 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:41.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.447927 32407 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/data/instance:
18:29:41.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "96afedad9b2944efaaed3db0e0399d5f"
18:29:41.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:41 on dist-test-slave-sx7p"
18:29:41.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.449085 32407 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/wal/instance:
18:29:41.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "96afedad9b2944efaaed3db0e0399d5f"
18:29:41.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:41 on dist-test-slave-sx7p"
18:29:41.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.456980 32407 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.003s
18:29:41.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.463516 32428 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:41.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.464792 32407 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
18:29:41.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.465224 32407 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/wal
18:29:41.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "96afedad9b2944efaaed3db0e0399d5f"
18:29:41.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:41 on dist-test-slave-sx7p"
18:29:41.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.465711 32407 fs_report.cc:389] FS layout report
18:29:41.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:41.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/wal
18:29:41.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/wal
18:29:41.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/data/data
18:29:41.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:41.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:41.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:41.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:41.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:41.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:41.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:41.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:41.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:41.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:41.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.531258 32407 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:41.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.532980 32407 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:41.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.533581 32407 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:41.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.610515 32407 rpc_server.cc:307] RPC server started. Bound to: 127.31.145.189:43257
18:29:41.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.610685 32479 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.145.189:43257 every 8 connection(s)
18:29:41.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.613523 32407 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/data/info.pb
18:29:41.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.619596 32480 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:41.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.621435 32326 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 32407
18:29:41.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.621939 32326 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-1/wal/instance
18:29:41.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.624972 32326 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:41.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:41.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/wal
18:29:41.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/data
18:29:41.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:41.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:41.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:41.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:41.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:41.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:41.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/logs
18:29:41.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/data/info.pb
18:29:41.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:41.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:41.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:41.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:41.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:41.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:41.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:41.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:41.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:41.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:41.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:41.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:41.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.145.188:37677
18:29:41.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.145.188
18:29:41.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:41.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.145.148:45715
18:29:41.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:41.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:41.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:41.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:41.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.145.190:38291,127.31.145.189:43257,127.31.145.188:37677
18:29:41.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:41.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37071/jwks.json
18:29:41.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36863 with env {}
18:29:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.634720 32480 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } has no permanent_uuid. Determining permanent_uuid...
18:29:41.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.657994 32480 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } has no permanent_uuid. Determining permanent_uuid...
18:29:41.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.674171 32480 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } has no permanent_uuid. Determining permanent_uuid...
18:29:41.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.677017 32429 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:41.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.681524 32480 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:41.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.731092 32480 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 1
18:29:41.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.735499 32480 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:41.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.804003 32480 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 2
18:29:41.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.809094 32480 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:41.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.900560 32480 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 3
18:29:41.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.904842 32480 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:41.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.933574 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } attempt: 7
18:29:41.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.945415 32406 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } has no permanent_uuid. Determining permanent_uuid...
18:29:41.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.951488 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:41.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.956015 32481 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:41.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.956542 32481 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:41.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.956997 32481 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:41.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.990430 32481 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:41.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.990787 32481 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:41.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.990999 32481 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:41.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.991271 32481 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:41.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.991478 32481 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:41.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.991631 32481 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37071/jwks.json
18:29:42.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.009970 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 1
18:29:42.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.014308 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:42.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.029326 32481 master_runner.cc:387] Master server non-default flags:
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.145.148:45715
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/data
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/wal
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36863
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.145.190:38291,127.31.145.189:43257,127.31.145.188:37677
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.145.188:37677
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37071/jwks.json
18:29:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/data/info.pb
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.145.188
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/logs
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:42.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.030745 32481 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.032477 32481 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:42.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.042930 32493 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
18:29:42.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.048228 32480 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 4
18:29:42.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.052453 32480 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.095757 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 2
18:29:42.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.101418 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.186846 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 3
18:29:42.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.192487 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:42.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.332919 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 4
18:29:42.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.338776 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:42.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.351867 32480 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 5
18:29:42.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.356336 32480 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:42.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.622244 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 5
18:29:42.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.629743 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:42.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:42.903967 32480 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 6
18:29:42.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.911871 32480 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:43.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.182235 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 6
18:29:43.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.189640 32406 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.145.188:37677: Network error: Client connection negotiation failed: client connection to 127.31.145.188:37677: connect: Connection refused (error 111)
18:29:43.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.044648 32494 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
18:29:43.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:42.047933 32496 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
18:29:43.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.290215 32495 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
18:29:43.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.290313 32481 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
18:29:43.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.294898 32481 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:43.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.297981 32481 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:43.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.299448 32481 hybrid_clock.cc:648] HybridClock initialized: now 1783535383299366 us; error 83 us; skew 500 ppm
18:29:43.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.300733 32481 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:43.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.309739 32481 webserver.cc:534] Webserver started at http://127.31.145.188:46725/ using document root <none> and password file <none>
18:29:43.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.310865 32481 fs_manager.cc:362] Metadata directory not provided
18:29:43.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.311142 32481 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:43.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.311753 32481 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:43.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.318241 32481 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/data/instance:
18:29:43.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "387ef48cc06246abb9b85bee853b1d32"
18:29:43.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:43 on dist-test-slave-sx7p"
18:29:43.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.319528 32481 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/wal/instance:
18:29:43.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "387ef48cc06246abb9b85bee853b1d32"
18:29:43.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:43 on dist-test-slave-sx7p"
18:29:43.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.327034 32481 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
18:29:43.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.333246 32507 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:43.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.334528 32481 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
18:29:43.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.334816 32481 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/wal
18:29:43.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "387ef48cc06246abb9b85bee853b1d32"
18:29:43.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:43 on dist-test-slave-sx7p"
18:29:43.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.335192 32481 fs_report.cc:389] FS layout report
18:29:43.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:43.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/wal
18:29:43.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/wal
18:29:43.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/data/data
18:29:43.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:43.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:43.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:43.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:43.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:43.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:43.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:43.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:43.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:43.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:43.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:43.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.383801 32481 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:43.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.385269 32481 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:43.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.385681 32481 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:43.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.458355 32481 rpc_server.cc:307] RPC server started. Bound to: 127.31.145.188:37677
18:29:43.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.458408 32558 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.145.188:37677 every 8 connection(s)
18:29:43.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.461740 32481 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/data/info.pb
18:29:43.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.464110 32326 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 32481
18:29:43.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.464452 32326 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster15493067285824605798/master-2/wal/instance
18:29:43.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.468043 32559 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:43.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.479895 32559 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } has no permanent_uuid. Determining permanent_uuid...
18:29:43.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.505112 32559 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } has no permanent_uuid. Determining permanent_uuid...
18:29:43.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.517180 32559 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } has no permanent_uuid. Determining permanent_uuid...
18:29:43.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.535173 32559 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32: Bootstrap starting.
18:29:43.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.536461 32326 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:29:43.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.543259 32559 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32: Neither blocks nor log segments found. Creating new log.
18:29:43.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.545590 32559 log.cc:826] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32: Log is configured to *not* fsync() on all Append() calls
18:29:43.548 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:43.549 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:29:43.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.552126 32559 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32: No bootstrap required, opened a new log
18:29:43.558 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.145.190"
      port: 38291
    }
    bound_http_address {
      host: "127.31.145.190"
      port: 36545
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.145.189"
      port: 43257
    }
    bound_http_address {
      host: "127.31.145.189"
      port: 40039
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.145.188"
      port: 37677
    }
    bound_http_address {
      host: "127.31.145.188"
      port: 46725
    }
  }
}

18:29:43.564 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:29:43.565 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:43.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.580459 32559 raft_consensus.cc:359] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } }
18:29:43.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.581403 32559 raft_consensus.cc:385] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:43.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.581733 32559 raft_consensus.cc:740] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 387ef48cc06246abb9b85bee853b1d32, State: Initialized, Role: FOLLOWER
18:29:43.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.582671 32559 consensus_queue.cc:260] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [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: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } }
18:29:43.583 [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=ef5f272f-9b5e-4a3b-9088-eba6bd0c14b9, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:43.585 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:43.586 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:43.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.585831 32567 sys_catalog.cc:455] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [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: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:43.586 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d0c410f, with PersistenceManager: null will be shutdown
18:29:43.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.586896 32567 sys_catalog.cc:458] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [sys.catalog]: This master's current role is: FOLLOWER
18:29:43.587 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d0c410f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73350363 created in the thread with id: 36
18:29:43.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.587828 32559 sys_catalog.cc:565] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [sys.catalog]: configured and running, proceeding with master startup.
18:29:43.600 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d0c410f
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.640888 32513 tablet.cc:2406] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:43.685 [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=	
18:29:43.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.688446 32579 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:43.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.696733 32583 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:29:43.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.701632 32583 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:29:43.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.684674 32481 master_runner.cc:187] Error getting master registration for 127.31.145.190:38291: OK, instance_id { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" instance_seqno: 1783535379534924 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:43.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.766702 32481 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:43.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.972478 32480 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 7
18:29:44.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.010377 32480 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f: Bootstrap starting.
18:29:44.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.023022 32480 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f: Neither blocks nor log segments found. Creating new log.
18:29:44.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.032208 32480 log.cc:826] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f: Log is configured to *not* fsync() on all Append() calls
18:29:44.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.051396 32480 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f: No bootstrap required, opened a new log
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.051733 32567 raft_consensus.cc:493] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.052281 32567 raft_consensus.cc:515] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } }
18:29:44.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.057114 32567 leader_election.cc:290] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cbec9d162b6c4e9cbed2cbc32af58a6a (127.31.145.190:38291), 96afedad9b2944efaaed3db0e0399d5f (127.31.145.189:43257)
18:29:44.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.107339 32480 raft_consensus.cc:359] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } }
18:29:44.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.119329 32480 raft_consensus.cc:385] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:44.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.120111 32480 raft_consensus.cc:740] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 96afedad9b2944efaaed3db0e0399d5f, State: Initialized, Role: FOLLOWER
18:29:44.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.121562 32480 consensus_queue.cc:260] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [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: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } }
18:29:44.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.134869 32587 sys_catalog.cc:455] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [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: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:44.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.137902 32480 sys_catalog.cc:565] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [sys.catalog]: configured and running, proceeding with master startup.
18:29:44.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.138139 32455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "387ef48cc06246abb9b85bee853b1d32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96afedad9b2944efaaed3db0e0399d5f" is_pre_election: true
18:29:44.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.139093 32455 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 387ef48cc06246abb9b85bee853b1d32 in term 0.
18:29:44.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.138717 32587 sys_catalog.cc:458] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [sys.catalog]: This master's current role is: FOLLOWER
18:29:44.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.140933 32509 leader_election.cc:304] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [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: 387ef48cc06246abb9b85bee853b1d32, 96afedad9b2944efaaed3db0e0399d5f; no voters: 
18:29:44.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.142035 32567 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:29:44.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.142405 32567 raft_consensus.cc:493] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:29:44.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.142726 32567 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 0 FOLLOWER]: Advancing to term 1
18:29:44.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.150529 32567 raft_consensus.cc:515] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } }
18:29:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.156841 32455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "387ef48cc06246abb9b85bee853b1d32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96afedad9b2944efaaed3db0e0399d5f"
18:29:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.157451 32455 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [term 0 FOLLOWER]: Advancing to term 1
18:29:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.164208 32455 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 387ef48cc06246abb9b85bee853b1d32 in term 1.
18:29:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.165447 32509 leader_election.cc:304] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [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: 387ef48cc06246abb9b85bee853b1d32, 96afedad9b2944efaaed3db0e0399d5f; no voters: 
18:29:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.170404 32567 leader_election.cc:290] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [CANDIDATE]: Term 1 election: Requested vote from peers cbec9d162b6c4e9cbed2cbc32af58a6a (127.31.145.190:38291), 96afedad9b2944efaaed3db0e0399d5f (127.31.145.189:43257)
18:29:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.171648 32567 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 1 FOLLOWER]: Leader election won for term 1
18:29:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.172088 32567 raft_consensus.cc:697] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [term 1 LEADER]: Becoming Leader. State: Replica: 387ef48cc06246abb9b85bee853b1d32, State: Running, Role: LEADER
18:29:44.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.175242 32567 consensus_queue.cc:237] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [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: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } }
18:29:44.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.194829 32591 sys_catalog.cc:455] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 387ef48cc06246abb9b85bee853b1d32. Latest consensus state: current_term: 1 leader_uuid: "387ef48cc06246abb9b85bee853b1d32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:44.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.196914 32591 sys_catalog.cc:458] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [sys.catalog]: This master's current role is: LEADER
18:29:44.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.202656 32596 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:29:44.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.211068 32596 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:29:44.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.223039 32406 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } attempt: 7
18:29:44.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.239569 32455 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [term 1 FOLLOWER]: Refusing update from remote peer 387ef48cc06246abb9b85bee853b1d32: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:44.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.241976 32567 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:44.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.264326 32406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a: Bootstrap starting.
18:29:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.276988 32406 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a: Neither blocks nor log segments found. Creating new log.
18:29:44.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.282068 32406 log.cc:826] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a: Log is configured to *not* fsync() on all Append() calls
18:29:44.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.292516 32434 tablet.cc:2406] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:44.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.298302 32587 sys_catalog.cc:455] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 387ef48cc06246abb9b85bee853b1d32. Latest consensus state: current_term: 1 leader_uuid: "387ef48cc06246abb9b85bee853b1d32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:44.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.313486 32587 sys_catalog.cc:458] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [sys.catalog]: This master's current role is: FOLLOWER
18:29:44.319 [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=	
18:29:44.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.320392 32406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a: No bootstrap required, opened a new log
18:29:44.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.320320 32600 mvcc.cc:204] Tried to move back new op lower bound from 7305360933810835456 to 7305360933601529856. Current Snapshot: MvccSnapshot[applied={T|T < 7305360933810835456}]
18:29:44.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.321195 32603 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:44.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.342290 32587 sys_catalog.cc:455] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "387ef48cc06246abb9b85bee853b1d32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:44.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.343062 32587 sys_catalog.cc:458] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f [sys.catalog]: This master's current role is: FOLLOWER
18:29:44.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.350853 32591 sys_catalog.cc:455] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "387ef48cc06246abb9b85bee853b1d32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:44.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.351589 32591 sys_catalog.cc:458] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [sys.catalog]: This master's current role is: LEADER
18:29:44.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.361819 32596 catalog_manager.cc:1382] Generated new cluster ID: 45e62e3f23a34228831c11f3786b0357
18:29:44.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.362125 32596 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:29:44.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.390805 32611 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:29:44.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.401340 32611 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:29:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.409734 32406 raft_consensus.cc:359] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } }
18:29:44.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.356294 32407 master_runner.cc:187] Error getting master registration for 127.31.145.190:38291: OK, instance_id { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" instance_seqno: 1783535379534924 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:44.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.423305 32406 raft_consensus.cc:385] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.424041 32406 raft_consensus.cc:740] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cbec9d162b6c4e9cbed2cbc32af58a6a, State: Initialized, Role: FOLLOWER
18:29:44.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.425587 32406 consensus_queue.cc:260] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [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: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } }
18:29:44.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.427465 32407 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:44.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.455606 32406 sys_catalog.cc:565] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [sys.catalog]: configured and running, proceeding with master startup.
18:29:44.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.459933 32380 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "387ef48cc06246abb9b85bee853b1d32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a"
18:29:44.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.460362 32379 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [term 0 FOLLOWER]: Advancing to term 1
18:29:44.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.464497 32381 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "387ef48cc06246abb9b85bee853b1d32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" is_pre_election: true
18:29:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.475621 32379 raft_consensus.cc:1275] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [term 1 FOLLOWER]: Refusing update from remote peer 387ef48cc06246abb9b85bee853b1d32: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:44.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.477834 32567 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:44.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.451118 32614 sys_catalog.cc:455] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [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: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:44.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.498499 32360 tablet.cc:2406] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:44.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.498049 32614 sys_catalog.cc:458] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [sys.catalog]: This master's current role is: FOLLOWER
18:29:44.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.580720 32614 sys_catalog.cc:455] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 387ef48cc06246abb9b85bee853b1d32. Latest consensus state: current_term: 1 leader_uuid: "387ef48cc06246abb9b85bee853b1d32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:44.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.581712 32614 sys_catalog.cc:458] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [sys.catalog]: This master's current role is: FOLLOWER
18:29:44.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.583406 32617 sys_catalog.cc:455] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "387ef48cc06246abb9b85bee853b1d32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:44.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.584766 32617 sys_catalog.cc:458] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a [sys.catalog]: This master's current role is: FOLLOWER
18:29:44.607 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:44.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.608765 32629 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:44.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.620291 32633 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:29:44.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.627084 32567 sys_catalog.cc:455] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "387ef48cc06246abb9b85bee853b1d32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cbec9d162b6c4e9cbed2cbc32af58a6a" member_type: VOTER last_known_addr { host: "127.31.145.190" port: 38291 } } peers { permanent_uuid: "96afedad9b2944efaaed3db0e0399d5f" member_type: VOTER last_known_addr { host: "127.31.145.189" port: 43257 } } peers { permanent_uuid: "387ef48cc06246abb9b85bee853b1d32" member_type: VOTER last_known_addr { host: "127.31.145.188" port: 37677 } } }
18:29:44.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.650729 32567 sys_catalog.cc:458] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32 [sys.catalog]: This master's current role is: LEADER
18:29:44.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.669145 32596 catalog_manager.cc:1405] Generated new certificate authority record
18:29:44.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.671221 32596 catalog_manager.cc:1539] Loading token signing keys...
18:29:44.705 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:44.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.706432 32579 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:44.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.740240 32596 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 387ef48cc06246abb9b85bee853b1d32: Generated new TSK 0
18:29:44.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.741874 32596 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:29:44.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.749303 32596 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:29:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.755311 32596 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:29:44.760 [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.
18:29:44.780 [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.
18:29:44.781 [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.
18:29:45.103 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:45.158 [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/hive13084410985046211737/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=ef5f272f-9b5e-4a3b-9088-eba6bd0c14b9, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:45.355 [INFO - Metastore-Handler-Pool: Thread-43] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:45.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:45.359355 32603 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:45.380 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13084410985046211737/external-warehouse/table
18:29:45.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.407347 32611 catalog_manager.cc:1294] Loaded cluster ID: 45e62e3f23a34228831c11f3786b0357
18:29:45.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.408041 32611 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f: loading cluster ID for follower catalog manager: success
18:29:45.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.415657 32611 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f: acquiring CA information for follower catalog manager: success
18:29:45.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.432807 32611 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 96afedad9b2944efaaed3db0e0399d5f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:45.636 [INFO - Metastore-Handler-Pool: Thread-49] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:45.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:45.637014 32629 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:45.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.642433 32633 catalog_manager.cc:1294] Loaded cluster ID: 45e62e3f23a34228831c11f3786b0357
18:29:45.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.646205 32633 catalog_manager.cc:1587] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a: loading cluster ID for follower catalog manager: success
18:29:45.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.669842 32633 catalog_manager.cc:1609] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a: acquiring CA information for follower catalog manager: success
18:29:45.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.693439 32633 catalog_manager.cc:1637] T 00000000000000000000000000000000 P cbec9d162b6c4e9cbed2cbc32af58a6a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:45.732 [INFO - Metastore-Handler-Pool: Thread-50] (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=	
18:29:45.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:45.733115 32579 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:45.806 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:29:45.811 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:45.814 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:29:46.058 [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=1c951fab-ce2f-438a-8240-6a7114cffb7a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.145.188:37677,127.31.145.190:38291,127.31.145.189:43257}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:46.065 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:46.069 [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/hive13084410985046211737/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=1c951fab-ce2f-438a-8240-6a7114cffb7a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.145.188:37677,127.31.145.190:38291,127.31.145.189:43257}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:46.078 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13084410985046211737/external-warehouse/table
18:29:46.113 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
18:29:46.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
18:29:46.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
18:29:46.142 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@eecba1
18:29:46.236 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
18:29:46.236 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
18:29:46.237 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
18:29:46.237 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
18:29:46.238 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
18:29:46.239 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
18:29:46.239 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
18:29:46.239 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
18:29:46.240 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
18:29:46.241 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
18:29:46.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 @9225652
18:29:46.244 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
18:29:46.245 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
18:29:46.245 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
18:29:46.245 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
18:29:46.246 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
18:29:46.246 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
18:29:46.247 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
18:29:46.247 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
18:29:46.275 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
18:29:46.345 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
18:29:46.372 [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=	
18:29:46.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:46.373193 32603 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:46.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
18:29:46.396 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
18:29:46.404 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
18:29:46.432 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
18:29:46.432 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
18:29:46.576 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
18:29:46.576 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
18:29:46.576 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
18:29:46.576 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
18:29:46.576 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
18:29:46.576 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
18:29:46.576 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
18:29:46.576 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
18:29:46.577 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
18:29:46.577 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
18:29:46.577 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
18:29:46.577 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
18:29:46.577 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
18:29:46.613 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:46.627 [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.
18:29:46.669 [INFO - Metastore-Handler-Pool: Thread-55] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:46.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:46.669986 32629 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:46.709 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:29:46.749 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:46.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:46.750597 32579 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:47.063 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.31.145.188:37677(127.31.145.188:37677)] connecting to peer
18:29:47.086 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 32274 (auto-detected)
18:29:47.088 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
18:29:47.089 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
18:29:47.120 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
18:29:47.121 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
18:29:47.123 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:44:ff:fe:38:78:aa (auto-detected)
18:29:47.182 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
18:29:47.182 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
18:29:47.182 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
18:29:47.200 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
18:29:47.218 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.31.145.190:38291(127.31.145.190:38291)] connecting to peer
18:29:47.227 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.31.145.189:43257(127.31.145.189:43257)] connecting to peer
18:29:47.254 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.31.145.188:37677(127.31.145.188:37677)] Successfully connected to peer
18:29:47.254 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.31.145.189:43257(127.31.145.189:43257)] Successfully connected to peer
18:29:47.263 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.31.145.190:38291(127.31.145.190:38291)] Successfully connected to peer
18:29:47.268 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
18:29:47.269 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
18:29:47.269 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@12b22d08
18:29:47.273 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
18:29:47.274 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
18:29:47.274 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
18:29:47.274 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
18:29:47.274 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
18:29:47.390 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.145.189
18:29:47.396 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.145.190
18:29:47.397 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.145.188
18:29:47.397 [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=	
18:29:47.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:47.402278 32603 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:47.684 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:47.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:47.685303 32629 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:47.737 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:47.744 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:47.752 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:47.764 [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=	
18:29:47.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:47.767833 32579 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:47.801 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x9a23de1f, L:/127.0.0.1:34132 - R:/127.31.145.188:37677] using SASL/PLAIN
18:29:47.794 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x647b24f1, L:/127.0.0.1:40780 - R:/127.31.145.190:38291] using SASL/PLAIN
18:29:47.805 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xa21cec36, L:/127.0.0.1:32870 - R:/127.31.145.189:43257] using SASL/PLAIN
18:29:47.875 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:29:47.881 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:47.882 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:29:47.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:{kudu.table_id=79f88c3d-9048-4539-8da0-66da086bde8e, 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)	
18:29:47.894 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:47.900 [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/hive13084410985046211737/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=79f88c3d-9048-4539-8da0-66da086bde8e, 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)
18:29:47.906 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13084410985046211737/external-warehouse/table
18:29:47.937 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:47.938 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:29:47.939 [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=81e345d3-c5a3-49c7-9292-98e9fa064290, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.145.188:37677,127.31.145.190:38291,127.31.145.189:43257}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:47.944 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:47.947 [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/hive13084410985046211737/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=81e345d3-c5a3-49c7-9292-98e9fa064290, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.145.188:37677,127.31.145.190:38291,127.31.145.189:43257}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:47.949 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13084410985046211737/external-warehouse/table
18:29:48.130 [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	
18:29:48.307 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:48.318 [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	
18:29:48.412 [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=	
18:29:48.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:48.413542 32603 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:48.575 [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.
18:29:48.688 [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=	
18:29:48.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:48.689730 32629 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:48.796 [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=	
18:29:48.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:48.796864 32579 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:48.967 [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.
18:29:49.029 [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.
18:29:49.076 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:49.337 [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=e6d1ecaf-7c19-4bb6-9a5b-4fff9e12401b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.145.188:37677,127.31.145.190:38291,127.31.145.189:43257}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:49.344 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:49.353 [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/hive13084410985046211737/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=e6d1ecaf-7c19-4bb6-9a5b-4fff9e12401b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.145.188:37677,127.31.145.190:38291,127.31.145.189:43257}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:49.358 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13084410985046211737/external-warehouse/table
18:29:49.401 [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	
18:29:49.418 [INFO - Metastore-Handler-Pool: Thread-69] (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=	
18:29:49.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:49.419207 32603 client.h:373] Failed to connect to Hive Metastore (localhost:36863): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:49.437 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:49.439 [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	
18:29:49.516 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:49.543 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:29:49.543 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:29:49.543 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d0c410f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73350363 will be shutdown
18:29:49.544 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:29:49.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:49.544041 32326 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 32338
18:29:49.592 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.31.145.190:38291(127.31.145.190:38291)] handling channelInactive
18:29:49.593 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.31.145.190:38291(127.31.145.190:38291)] cleaning up while in state READY due to: connection closed
18:29:49.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:49.594143 32326 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 32407
18:29:49.634 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.31.145.189:43257(127.31.145.189:43257)] handling channelInactive
18:29:49.634 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.31.145.189:43257(127.31.145.189:43257)] cleaning up while in state READY due to: connection closed
18:29:49.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:49.636027 32326 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 32481
18:29:49.668 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.31.145.188:37677(127.31.145.188:37677)] handling channelInactive
18:29:49.668 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.31.145.188:37677(127.31.145.188:37677)] cleaning up while in state READY due to: connection closed
18:29:50.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:50Z chronyd exiting
.18:29:51.853 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:51.853 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:51.853 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:51.873 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive11737597992043439729
18:29:51.873 [INFO - Thread-45] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:29:51.874 [INFO - Thread-45] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:29:51.877 [INFO - Thread-45] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:51.877 [INFO - Thread-45] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:51.877 [INFO - Thread-45] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:29:51.882 [INFO - Thread-45] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:29:51.885 [INFO - Thread-45] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:29:51.885 [INFO - Thread-45] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:29:51.886 [INFO - Thread-45] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:29:51.886 [INFO - Thread-45] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:29:51.887 [INFO - Thread-45] (HikariDataSource.java:80) objectstore - Starting...
18:29:51.977 [INFO - Thread-45] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:51.978 [INFO - Thread-45] (HikariDataSource.java:82) objectstore - Start completed.
18:29:51.978 [INFO - Thread-45] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:29:51.980 [INFO - Thread-45] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:29:51.982 [INFO - Thread-45] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:51.983 [INFO - Thread-45] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:29:52.005 [INFO - Thread-45] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:29:52.006 [INFO - Thread-45] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:29:52.006 [INFO - Thread-45] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:29:52.048 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:52.049 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:52.050 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:52.050 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:52.051 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:52.051 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:52.280 [INFO - Thread-45] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:29:52.281 [INFO - Thread-45] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@454e7c0, with PersistenceManager: null will be shutdown
18:29:52.282 [INFO - Thread-45] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@454e7c0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@62513f31 created in the thread with id: 70
18:29:52.283 [WARN - Thread-45] (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
18:29:52.284 [INFO - Thread-45] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@454e7c0
18:29:52.404 [INFO - Thread-45] (HMSHandler.java:595) Started creating a default database with name: default
18:29:52.429 [INFO - Thread-45] (HMSHandler.java:605) Successfully created a default database with name: default
18:29:52.458 [INFO - Thread-45] (HMSHandler.java:668) Added admin role in metastore
18:29:52.460 [INFO - Thread-45] (HMSHandler.java:677) Added public role in metastore
18:29:52.490 [INFO - Thread-45] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:29:52.491 [INFO - Thread-45] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:29:52.492 [INFO - Thread-45] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:29:52.492 [INFO - Thread-45] (HiveMetaStore.java:697) Direct SQL optimization = true
18:29:52.492 [WARN - Thread-45] (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)
18:29:52.493 [INFO - Thread-45] (HiveMetaStore.java:632) Started the new metaserver on port [41845]...
18:29:52.493 [INFO - Thread-45] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:29:52.493 [INFO - Thread-45] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:29:52.493 [INFO - Thread-45] (HiveMetaStore.java:635) TCP keepalive = true
18:29:52.493 [INFO - Thread-45] (HiveMetaStore.java:636) Enable SSL = false
18:29:52.875 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:52.876 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:52.876 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:52.878 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:29:52.878 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41845]
18:29:52.878 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41845) in binary transport mode
18:29:52.879 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41845) current connections: 1
18:29:52.880 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskf08feK/test-tmp
18:29:52.880 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
18:29:52.881 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskf08feK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
18:29:52.883 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41845"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:29:53.214 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:53.214 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:29:53.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:53.217653 32701 mini_oidc.cc:150] Starting JWKS server
18:29:53.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:53.220849 32701 webserver.cc:534] Webserver started at http://127.0.0.1:42011/ using document root <none> and password file <none>
18:29:53.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:53.221364 32701 mini_oidc.cc:186] Starting OIDC Discovery server
18:29:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:53.223089 32701 webserver.cc:534] Webserver started at http://127.0.0.1:40051/ using document root <none> and password file <none>
18:29:53.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:53Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:29:53.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:53Z Disabled control of system clock
18:29:53.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:53.284245 32701 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/wal
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/data
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/logs
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/data/info.pb
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.239.126:37427
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.239.126
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.239.84:45263
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.239.126:37427,127.31.239.125:46265,127.31.239.124:43079
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42011/jwks.json
18:29:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41845 with env {}
18:29:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.616950 32713 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.617549 32713 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:53.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.618011 32713 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:53.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.650876 32713 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:53.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.651201 32713 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:53.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.651418 32713 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:53.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.651618 32713 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:53.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.651822 32713 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:53.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.651973 32713 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42011/jwks.json
18:29:53.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:53.689182 32713 master_runner.cc:387] Master server non-default flags:
18:29:53.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.239.84:45263
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/data
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/wal
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41845
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.239.126:37427,127.31.239.125:46265,127.31.239.124:43079
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.239.126:37427
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42011/jwks.json
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/data/info.pb
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.239.126
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/logs
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:29:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:53.690655 32713 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:53.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:53.692281 32713 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:53.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.704275 32719 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
18:29:55.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:53.704650 32720 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
18:29:55.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.107410 32718 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 32713
18:29:55.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.517808 32721 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1812 milliseconds
18:29:55.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.516817 32713 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.813s	user 0.529s	sys 1.280s
18:29:55.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.518163 32713 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.814s	user 0.529s	sys 1.281s
18:29:55.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.519297 32722 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
18:29:55.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.519222 32713 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
18:29:55.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.522925 32713 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:55.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.525519 32713 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:55.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.526904 32713 hybrid_clock.cc:648] HybridClock initialized: now 1783535395526871 us; error 39 us; skew 500 ppm
18:29:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.527792 32713 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:55.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.534155 32713 webserver.cc:534] Webserver started at http://127.31.239.126:34803/ using document root <none> and password file <none>
18:29:55.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.535230 32713 fs_manager.cc:362] Metadata directory not provided
18:29:55.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.535483 32713 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:55.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.536017 32713 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:55.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.540383 32713 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/data/instance:
18:29:55.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "531e6ec1f49d45a2a91ed83936b3f2be"
18:29:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:55 on dist-test-slave-sx7p"
18:29:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.541555 32713 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/wal/instance:
18:29:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "531e6ec1f49d45a2a91ed83936b3f2be"
18:29:55.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:55 on dist-test-slave-sx7p"
18:29:55.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.548954 32713 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.000s	sys 0.008s
18:29:55.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.554910 32729 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:55.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.556092 32713 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
18:29:55.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.556478 32713 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/wal
18:29:55.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "531e6ec1f49d45a2a91ed83936b3f2be"
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:55 on dist-test-slave-sx7p"
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.556877 32713 fs_report.cc:389] FS layout report
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/wal
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/wal
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/data/data
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:55.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.609979 32713 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:55.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.611671 32713 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:55.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.612210 32713 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:55.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.682765 32713 rpc_server.cc:307] RPC server started. Bound to: 127.31.239.126:37427
18:29:55.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.682838   312 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.239.126:37427 every 8 connection(s)
18:29:55.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.685691 32713 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/data/info.pb
18:29:55.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.691239   313 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:55.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.695024 32701 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 32713
18:29:55.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.695540 32701 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-0/wal/instance
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.698894 32701 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/wal
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/data
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/logs
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/data/info.pb
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:55.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.239.125:46265
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.239.125
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.239.84:45263
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.239.126:37427,127.31.239.125:46265,127.31.239.124:43079
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42011/jwks.json
18:29:55.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41845 with env {}
18:29:55.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.701637   313 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } has no permanent_uuid. Determining permanent_uuid...
18:29:55.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.728871   313 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } has no permanent_uuid. Determining permanent_uuid...
18:29:55.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.731487 32731 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.239.125:46265: connect: Connection refused (error 111)
18:29:55.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.735952   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.125:46265: Network error: Client connection negotiation failed: client connection to 127.31.239.125:46265: connect: Connection refused (error 111)
18:29:55.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.785502   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } attempt: 1
18:29:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.789995   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.125:46265: Network error: Client connection negotiation failed: client connection to 127.31.239.125:46265: connect: Connection refused (error 111)
18:29:55.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.858536   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } attempt: 2
18:29:55.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.862922   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.125:46265: Network error: Client connection negotiation failed: client connection to 127.31.239.125:46265: connect: Connection refused (error 111)
18:29:55.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:55.954420   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } attempt: 3
18:29:55.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:55.958766   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.125:46265: Network error: Client connection negotiation failed: client connection to 127.31.239.125:46265: connect: Connection refused (error 111)
18:29:56.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.012864   314 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:56.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.013433   314 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:56.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.013885   314 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:56.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.047103   314 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:56.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.047559   314 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:56.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.047791   314 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:56.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.048151   314 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:56.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.048501   314 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:56.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.048666   314 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42011/jwks.json
18:29:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:56.085410   314 master_runner.cc:387] Master server non-default flags:
18:29:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.239.84:45263
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/data
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/wal
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41845
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.239.126:37427,127.31.239.125:46265,127.31.239.124:43079
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.239.125:46265
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42011/jwks.json
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/data/info.pb
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.239.125
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/logs
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:29:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:29:56.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:56.086963   314 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:56.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:56.089211   314 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:56.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:56.102211   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } attempt: 4
18:29:56.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.102614   323 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
18:29:56.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.108920   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.125:46265: Network error: Client connection negotiation failed: client connection to 127.31.239.125:46265: connect: Connection refused (error 111)
18:29:56.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:56.408414   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } attempt: 5
18:29:56.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.415921   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.125:46265: Network error: Client connection negotiation failed: client connection to 127.31.239.125:46265: connect: Connection refused (error 111)
18:29:56.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:56.963568   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } attempt: 6
18:29:56.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.975385   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.125:46265: Network error: Client connection negotiation failed: client connection to 127.31.239.125:46265: connect: Connection refused (error 111)
18:29:57.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:56.103417   324 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
18:29:57.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.343626   314 thread.cc:641] GCE (cloud detector) Time spent creating pthread: real 1.242s	user 0.443s	sys 0.799s
18:29:57.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.344019   314 thread.cc:608] GCE (cloud detector) Time spent starting thread: real 1.243s	user 0.443s	sys 0.799s
18:29:57.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.345593   314 server_base.cc:1061] running on GCE node
18:29:57.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.347235   330 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
18:29:57.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.348771   314 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:57.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.352288   314 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:57.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.353989   314 hybrid_clock.cc:648] HybridClock initialized: now 1783535397353933 us; error 42 us; skew 500 ppm
18:29:57.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.355281   314 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:57.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.364703   314 webserver.cc:534] Webserver started at http://127.31.239.125:39167/ using document root <none> and password file <none>
18:29:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.366273   314 fs_manager.cc:362] Metadata directory not provided
18:29:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.366707   314 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.367441   314 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:57.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.375002   314 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/data/instance:
18:29:57.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4"
18:29:57.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:57 on dist-test-slave-sx7p"
18:29:57.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.376827   314 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/wal/instance:
18:29:57.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4"
18:29:57.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:57 on dist-test-slave-sx7p"
18:29:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.387789   314 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.010s	sys 0.002s
18:29:57.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.396164   335 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:57.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.397663   314 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.002s
18:29:57.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.398132   314 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/wal
18:29:57.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4"
18:29:57.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:57 on dist-test-slave-sx7p"
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.398727   314 fs_report.cc:389] FS layout report
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/wal
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/wal
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/data/data
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:57.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.479589   314 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:57.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.481159   314 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:57.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.481712   314 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:57.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.553484   314 rpc_server.cc:307] RPC server started. Bound to: 127.31.239.125:46265
18:29:57.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.553648   386 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.239.125:46265 every 8 connection(s)
18:29:57.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.556397   314 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/data/info.pb
18:29:57.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.557788 32701 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 314
18:29:57.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.558245 32701 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-1/wal/instance
18:29:57.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.560398 32701 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:57.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:29:57.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/wal
18:29:57.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/data
18:29:57.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:57.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/logs
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/data/info.pb
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.239.124:43079
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.239.124
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.239.84:45263
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:57.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.239.126:37427,127.31.239.125:46265,127.31.239.124:43079
18:29:57.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:57.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42011/jwks.json
18:29:57.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41845 with env {}
18:29:57.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.563045   387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:57.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.574256   387 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } has no permanent_uuid. Determining permanent_uuid...
18:29:57.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.595880   387 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } has no permanent_uuid. Determining permanent_uuid...
18:29:57.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.611680   387 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } has no permanent_uuid. Determining permanent_uuid...
18:29:57.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.614534   336 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.618723   387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:57.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.668265   387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 1
18:29:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.672914   387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:57.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.741379   387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 2
18:29:57.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.745719   387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:57.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.837251   387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 3
18:29:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.841933   387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.879207   388 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.879843   388 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.880303   388 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:57.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.912127   388 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:57.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.912416   388 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:57.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.912611   388 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:57.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.912809   388 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:57.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.913002   388 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:57.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.913141   388 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42011/jwks.json
18:29:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.949293   388 master_runner.cc:387] Master server non-default flags:
18:29:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.239.84:45263
18:29:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/data
18:29:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/wal
18:29:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41845
18:29:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.239.126:37427,127.31.239.125:46265,127.31.239.124:43079
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.239.124:43079
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42011/jwks.json
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/data/info.pb
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.239.124
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/logs
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:29:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.950590   388 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:57.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.952239   388 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:57.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.962363   398 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
18:29:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:57.985442   387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 4
18:29:57.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.995085   387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:58.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:58.035974   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } attempt: 7
18:29:58.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:58.081175   313 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } has no permanent_uuid. Determining permanent_uuid...
18:29:58.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:58.103376   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:58.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:58.162021   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 1
18:29:58.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:58.170112   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:58.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:58.251660   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 2
18:29:58.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:58.259642   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:58.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:58.294724   387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 5
18:29:58.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:58.303587   387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:58.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:58.345198   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 3
18:29:58.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:58.353024   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:58.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:58.493561   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 4
18:29:58.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:58.501834   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:58.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:58.785398   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 5
18:29:58.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:58.794991   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:58.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:58.851177   387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 6
18:29:58.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:58.878489   387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:59.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.347640   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 6
18:29:59.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:59.383347   313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.239.124:43079: Network error: Client connection negotiation failed: client connection to 127.31.239.124:43079: connect: Connection refused (error 111)
18:29:59.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:59.367389   397 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 388
18:29:59.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:59.689497   388 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.726s	user 0.000s	sys 0.002s
18:29:59.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:59.689882   388 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.726s	user 0.000s	sys 0.002s
18:29:59.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:57.964210   399 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
18:29:59.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:59.690711   400 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1724 milliseconds
18:29:59.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.692062   388 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
18:29:59.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:59.692629   401 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
18:29:59.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.696077   388 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:59.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.698448   388 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:59.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.699816   388 hybrid_clock.cc:648] HybridClock initialized: now 1783535399699778 us; error 39 us; skew 500 ppm
18:29:59.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.700682   388 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:59.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.706864   388 webserver.cc:534] Webserver started at http://127.31.239.124:33017/ using document root <none> and password file <none>
18:29:59.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.707918   388 fs_manager.cc:362] Metadata directory not provided
18:29:59.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.708185   388 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:59.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.708720   388 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:59.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.713187   388 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/data/instance:
18:29:59.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39e9c4ff0b04406b92f9beb3e6a741a7"
18:29:59.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:59 on dist-test-slave-sx7p"
18:29:59.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.714417   388 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/wal/instance:
18:29:59.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39e9c4ff0b04406b92f9beb3e6a741a7"
18:29:59.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:59 on dist-test-slave-sx7p"
18:29:59.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.721957   388 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
18:29:59.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.728575   415 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.729688   388 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
18:29:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.730098   388 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/wal
18:29:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39e9c4ff0b04406b92f9beb3e6a741a7"
18:29:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:59 on dist-test-slave-sx7p"
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.730468   388 fs_report.cc:389] FS layout report
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/wal
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/wal
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/data/data
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:59.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.798796   388 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:59.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.800480   388 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:59.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.801010   388 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:59.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.872159   388 rpc_server.cc:307] RPC server started. Bound to: 127.31.239.124:43079
18:29:59.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.872187   466 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.239.124:43079 every 8 connection(s)
18:29:59.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.874881   388 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/data/info.pb
18:29:59.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.875425 32701 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 388
18:29:59.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.875880 32701 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster5743109863324943779/master-2/wal/instance
18:29:59.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.881843   467 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:59.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.898401   467 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } has no permanent_uuid. Determining permanent_uuid...
18:29:59.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.916271   467 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } has no permanent_uuid. Determining permanent_uuid...
18:29:59.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.928257   467 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } has no permanent_uuid. Determining permanent_uuid...
18:29:59.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.939007   387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 7
18:29:59.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.940101 32701 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:29:59.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.946623   467 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7: Bootstrap starting.
18:29:59.952 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:59.953 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:29:59.954 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.239.126"
      port: 37427
    }
    bound_http_address {
      host: "127.31.239.126"
      port: 34803
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.239.125"
      port: 46265
    }
    bound_http_address {
      host: "127.31.239.125"
      port: 39167
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.239.124"
      port: 43079
    }
    bound_http_address {
      host: "127.31.239.124"
      port: 33017
    }
  }
}

18:29:59.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.954854   467 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7: Neither blocks nor log segments found. Creating new log.
18:29:59.955 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:29:59.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.956975   467 log.cc:826] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7: Log is configured to *not* fsync() on all Append() calls
18:29:59.959 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:59.960 [INFO - Metastore-Handler-Pool: Thread-91] (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=b2ae28c9-4dd1-40bb-812a-d1c1ef503dd2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.239.125:46265,127.31.239.124:43079,127.31.239.126:37427}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:59.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.962961   467 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7: No bootstrap required, opened a new log
18:29:59.964 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:59.964 [INFO - Metastore-Handler-Pool: Thread-91] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:59.964 [INFO - Metastore-Handler-Pool: Thread-91] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a867795, with PersistenceManager: null will be shutdown
18:29:59.965 [INFO - Metastore-Handler-Pool: Thread-91] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a867795, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b00a2ab created in the thread with id: 91
18:29:59.971 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a867795
18:29:59.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.974959   387 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4: Bootstrap starting.
18:29:59.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.981068   387 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4: Neither blocks nor log segments found. Creating new log.
18:29:59.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.983706   387 log.cc:826] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4: Log is configured to *not* fsync() on all Append() calls
18:29:59.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.988688   467 raft_consensus.cc:359] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } }
18:29:59.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.989533   467 raft_consensus.cc:385] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:59.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.990032   467 raft_consensus.cc:740] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39e9c4ff0b04406b92f9beb3e6a741a7, State: Initialized, Role: FOLLOWER
18:29:59.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.991053   467 consensus_queue.cc:260] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [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: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } }
18:30:00.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:59.999650   477 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [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: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:00.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.000571   477 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [sys.catalog]: This master's current role is: FOLLOWER
18:30:00.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.001719   467 sys_catalog.cc:565] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [sys.catalog]: configured and running, proceeding with master startup.
18:30:00.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.004066   387 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4: No bootstrap required, opened a new log
18:30:00.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.032608   387 raft_consensus.cc:359] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } }
18:30:00.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.033787   387 raft_consensus.cc:385] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:00.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.034341   387 raft_consensus.cc:740] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e348f5466eee4bf8b9ea6a0f639c5ff4, State: Initialized, Role: FOLLOWER
18:30:00.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.035725   387 consensus_queue.cc:260] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [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: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } }
18:30:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.055442   484 sys_catalog.cc:455] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [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: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:00.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:00.056277   421 tablet.cc:2406] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.056643   484 sys_catalog.cc:458] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [sys.catalog]: This master's current role is: FOLLOWER
18:30:00.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.057520   387 sys_catalog.cc:565] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [sys.catalog]: configured and running, proceeding with master startup.
18:30:00.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.097081   484 raft_consensus.cc:493] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:30:00.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.097800   484 raft_consensus.cc:515] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } }
18:30:00.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.105885   442 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" is_pre_election: true
18:30:00.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.107532   442 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e348f5466eee4bf8b9ea6a0f639c5ff4 in term 0.
18:30:00.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.109728   336 leader_election.cc:304] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [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: 39e9c4ff0b04406b92f9beb3e6a741a7, e348f5466eee4bf8b9ea6a0f639c5ff4; no voters: 
18:30:00.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.111701   484 leader_election.cc:290] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 531e6ec1f49d45a2a91ed83936b3f2be (127.31.239.126:37427), 39e9c4ff0b04406b92f9beb3e6a741a7 (127.31.239.124:43079)
18:30:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.113279   484 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:30:00.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.114452   484 raft_consensus.cc:493] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:30:00.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.115527   484 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 0 FOLLOWER]: Advancing to term 1
18:30:00.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.142149   484 raft_consensus.cc:515] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } }
18:30:00.150 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:00.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:00.166378   495 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:00.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.176523   484 leader_election.cc:290] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [CANDIDATE]: Term 1 election: Requested vote from peers 531e6ec1f49d45a2a91ed83936b3f2be (127.31.239.126:37427), 39e9c4ff0b04406b92f9beb3e6a741a7 (127.31.239.124:43079)
18:30:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.178141   442 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7"
18:30:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.178920   442 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [term 0 FOLLOWER]: Advancing to term 1
18:30:00.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.193120   442 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e348f5466eee4bf8b9ea6a0f639c5ff4 in term 1.
18:30:00.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.195241   336 leader_election.cc:304] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [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: 39e9c4ff0b04406b92f9beb3e6a741a7, e348f5466eee4bf8b9ea6a0f639c5ff4; no voters: 
18:30:00.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.196669   484 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 1 FOLLOWER]: Leader election won for term 1
18:30:00.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.197288   484 raft_consensus.cc:697] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [term 1 LEADER]: Becoming Leader. State: Replica: e348f5466eee4bf8b9ea6a0f639c5ff4, State: Running, Role: LEADER
18:30:00.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.198508   484 consensus_queue.cc:237] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [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: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } }
18:30:00.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.233695   499 sys_catalog.cc:455] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e348f5466eee4bf8b9ea6a0f639c5ff4. Latest consensus state: current_term: 1 leader_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:00.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.235229   499 sys_catalog.cc:458] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [sys.catalog]: This master's current role is: LEADER
18:30:00.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:00.240262   341 tablet.cc:2406] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:00.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:00.246016   504 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:30:00.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:00.251246   504 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:30:00.251 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:00.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:00.252996   506 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:00.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.255492   510 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:30:00.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.262753   513 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:30:00.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.176980   388 master_runner.cc:187] Error getting master registration for 127.31.239.126:37427: OK, instance_id { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" instance_seqno: 1783535395664044 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:30:00.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.269505   388 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:30:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.271628   510 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:30:00.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.267352   314 master_runner.cc:187] Error getting master registration for 127.31.239.126:37427: OK, instance_id { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" instance_seqno: 1783535395664044 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:30:00.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.322614   314 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:30:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.342535   442 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [term 1 FOLLOWER]: Refusing update from remote peer e348f5466eee4bf8b9ea6a0f639c5ff4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:30:00.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.344743   499 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:30:00.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.403007   477 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e348f5466eee4bf8b9ea6a0f639c5ff4. Latest consensus state: current_term: 1 leader_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:00.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.403786   477 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [sys.catalog]: This master's current role is: FOLLOWER
18:30:00.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.414114   515 mvcc.cc:204] Tried to move back new op lower bound from 7305360999780339712 to 7305360999232372736. Current Snapshot: MvccSnapshot[applied={T|T < 7305360999780339712}]
18:30:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.416900   313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } attempt: 7
18:30:00.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.433342   477 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:00.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.434145   477 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7 [sys.catalog]: This master's current role is: FOLLOWER
18:30:00.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.434924   499 sys_catalog.cc:455] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:00.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.435595   499 sys_catalog.cc:458] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [sys.catalog]: This master's current role is: LEADER
18:30:00.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.438457   510 catalog_manager.cc:1382] Generated new cluster ID: 6026e008bea448729ddcceb7acc6b37b
18:30:00.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.438760   510 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:30:00.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.482126   313 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be: Bootstrap starting.
18:30:00.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.501492   313 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be: Neither blocks nor log segments found. Creating new log.
18:30:00.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.507665   313 log.cc:826] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be: Log is configured to *not* fsync() on all Append() calls
18:30:00.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.556948   313 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be: No bootstrap required, opened a new log
18:30:00.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.561328   510 catalog_manager.cc:1405] Generated new certificate authority record
18:30:00.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.563519   510 catalog_manager.cc:1539] Loading token signing keys...
18:30:00.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.638332   313 raft_consensus.cc:359] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } }
18:30:00.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.640513   313 raft_consensus.cc:385] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:00.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.641238   313 raft_consensus.cc:740] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 531e6ec1f49d45a2a91ed83936b3f2be, State: Initialized, Role: FOLLOWER
18:30:00.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.643666   313 consensus_queue.cc:260] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [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: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } }
18:30:00.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.666105 32755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "531e6ec1f49d45a2a91ed83936b3f2be"
18:30:00.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.666831 32755 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [term 0 FOLLOWER]: Advancing to term 1
18:30:00.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.671365 32756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" is_pre_election: true
18:30:00.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.679119   510 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4: Generated new TSK 0
18:30:00.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.679713 32755 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e348f5466eee4bf8b9ea6a0f639c5ff4 in term 1.
18:30:00.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.680626   510 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:30:00.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.681190 32754 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [term 1 FOLLOWER]: Refusing update from remote peer e348f5466eee4bf8b9ea6a0f639c5ff4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:30:00.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.685374   510 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:30:00.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.695779   484 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:30:00.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.700829   313 sys_catalog.cc:565] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [sys.catalog]: configured and running, proceeding with master startup.
18:30:00.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.665513   522 sys_catalog.cc:455] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [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: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:00.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.702696   522 sys_catalog.cc:458] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [sys.catalog]: This master's current role is: FOLLOWER
18:30:00.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.705472   510 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:30:00.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.761106   526 mvcc.cc:204] Tried to move back new op lower bound from 7305360999780339712 to 7305360999232372736. Current Snapshot: MvccSnapshot[applied={T|T < 7305360999780339712}]
18:30:00.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.802577   522 sys_catalog.cc:455] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [sys.catalog]: SysCatalogTable state changed. Reason: New leader e348f5466eee4bf8b9ea6a0f639c5ff4. Latest consensus state: current_term: 1 leader_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:00.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.803679   522 sys_catalog.cc:458] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [sys.catalog]: This master's current role is: FOLLOWER
18:30:00.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.802731   523 sys_catalog.cc:455] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:00.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.804113   523 sys_catalog.cc:458] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be [sys.catalog]: This master's current role is: FOLLOWER
18:30:00.833 [WARN - Metastore-Handler-Pool: Thread-91] (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.
18:30:00.841 [WARN - Metastore-Handler-Pool: Thread-91] (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.
18:30:00.841 [WARN - Metastore-Handler-Pool: Thread-91] (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.
18:30:00.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:00.854779   543 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:30:00.856 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:00.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:00.859871   539 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:01.041 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:30:01.057 [INFO - Metastore-Handler-Pool: Thread-91] (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/hive11737597992043439729/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=b2ae28c9-4dd1-40bb-812a-d1c1ef503dd2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.239.125:46265,127.31.239.124:43079,127.31.239.126:37427}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:30:01.062 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11737597992043439729/external-warehouse/table
18:30:01.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.096709   484 sys_catalog.cc:455] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "531e6ec1f49d45a2a91ed83936b3f2be" member_type: VOTER last_known_addr { host: "127.31.239.126" port: 37427 } } peers { permanent_uuid: "e348f5466eee4bf8b9ea6a0f639c5ff4" member_type: VOTER last_known_addr { host: "127.31.239.125" port: 46265 } } peers { permanent_uuid: "39e9c4ff0b04406b92f9beb3e6a741a7" member_type: VOTER last_known_addr { host: "127.31.239.124" port: 43079 } } }
18:30:01.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.097453   484 sys_catalog.cc:458] T 00000000000000000000000000000000 P e348f5466eee4bf8b9ea6a0f639c5ff4 [sys.catalog]: This master's current role is: LEADER
18:30:01.177 [INFO - Metastore-Handler-Pool: Thread-98] (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=	
18:30:01.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:01.180277   495 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:01.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.257279   504 catalog_manager.cc:1294] Loaded cluster ID: 6026e008bea448729ddcceb7acc6b37b
18:30:01.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.257583   504 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7: loading cluster ID for follower catalog manager: success
18:30:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.273489   504 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7: acquiring CA information for follower catalog manager: success
18:30:01.276 [INFO - Metastore-Handler-Pool: Thread-99] (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=	
18:30:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:01.276818   506 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:01.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.282248   504 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 39e9c4ff0b04406b92f9beb3e6a741a7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:30:01.319 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:01.415 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:01.416 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:01.679 [WARN - Metastore-Handler-Pool: Thread-91] (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.
18:30:01.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.880272   543 catalog_manager.cc:1294] Loaded cluster ID: 6026e008bea448729ddcceb7acc6b37b
18:30:01.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.884886   543 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be: loading cluster ID for follower catalog manager: success
18:30:01.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.892765   543 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be: acquiring CA information for follower catalog manager: success
18:30:01.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:01.898499   543 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 531e6ec1f49d45a2a91ed83936b3f2be: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:30:01.916 [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=	
18:30:01.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:01.917155   539 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:02.192 [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=	
18:30:02.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:02.192716   495 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:02.232 [WARN - Metastore-Handler-Pool: Thread-91] (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.
18:30:02.288 [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=	
18:30:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:02.288916   506 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:02.346 [WARN - Metastore-Handler-Pool: Thread-91] (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.
18:30:02.404 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:30:02.627 [DEBUG - Metastore-Handler-Pool: Thread-91] (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.
18:30:02.629 [DEBUG - Metastore-Handler-Pool: Thread-91] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:30:02.630 [DEBUG - Metastore-Handler-Pool: Thread-91] (Connection.java:748) [peer master-127.31.239.125:46265(127.31.239.125:46265)] connecting to peer
18:30:02.633 [DEBUG - Metastore-Handler-Pool: Thread-91] (Connection.java:748) [peer master-127.31.239.124:43079(127.31.239.124:43079)] connecting to peer
18:30:02.635 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.31.239.125:46265(127.31.239.125:46265)] Successfully connected to peer
18:30:02.642 [DEBUG - Metastore-Handler-Pool: Thread-91] (Connection.java:748) [peer master-127.31.239.126:37427(127.31.239.126:37427)] connecting to peer
18:30:02.651 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.31.239.124:43079(127.31.239.124:43079)] Successfully connected to peer
18:30:02.665 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.31.239.126:37427(127.31.239.126:37427)] Successfully connected to peer
18:30:02.670 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.239.125
18:30:02.696 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.239.124
18:30:02.713 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.239.126
18:30:02.799 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:30:02.803 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:30:02.812 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:30:02.817 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x0ea1086d, L:/127.0.0.1:54098 - R:/127.31.239.126:37427] using SASL/PLAIN
18:30:02.828 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xe7b78c94, L:/127.0.0.1:40060 - R:/127.31.239.125:46265] using SASL/PLAIN
18:30:02.835 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:30:02.841 [ERROR - Metastore-Handler-Pool: Thread-91] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:30:02.845 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:02.851 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xaacfa6e9, L:/127.0.0.1:51656 - R:/127.31.239.124:43079] using SASL/PLAIN
18:30:02.897 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:02.900 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:02.968 [INFO - Metastore-Handler-Pool: Thread-107] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:02.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:02.968811   539 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:03.094 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:30:03.167 [INFO - Metastore-Handler-Pool: Thread-91] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:30:03.180 [INFO - Metastore-Handler-Pool: Thread-91] (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=b2ae28c9-4dd1-40bb-812a-d1c1ef503dd2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.239.125:46265,127.31.239.124:43079,127.31.239.126:37427}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:30:03.192 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:30:03.195 [INFO - Metastore-Handler-Pool: Thread-91] (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/hive11737597992043439729/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=b2ae28c9-4dd1-40bb-812a-d1c1ef503dd2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.239.125:46265,127.31.239.124:43079,127.31.239.126:37427}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:30:03.204 [INFO - Metastore-Handler-Pool: Thread-108] (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=	
18:30:03.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:03.205276   495 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:03.208 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11737597992043439729/external-warehouse/table
18:30:03.303 [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=	
18:30:03.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:03.304563   506 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:03.330 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:03.351 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:03.364 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:03.416 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:30:03.491 [INFO - Metastore-Handler-Pool: Thread-91] (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)	
18:30:03.494 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:30:03.503 [INFO - Metastore-Handler-Pool: Thread-91] (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/hive11737597992043439729/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)
18:30:03.505 [WARN - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:2452) Location: file:/tmp/hive11737597992043439729/external-warehouse/table specified for non-external table:table
18:30:03.506 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11737597992043439729/external-warehouse/table
18:30:03.550 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:03.609 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:03.613 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:03.643 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:30:03.686 [ERROR - Metastore-Handler-Pool: Thread-91] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:30:04.032 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:04.058 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:04.061 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:04.104 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:30:04.142 [INFO - Metastore-Handler-Pool: Thread-91] (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)	
18:30:04.145 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:30:04.147 [INFO - Metastore-Handler-Pool: Thread-91] (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/hive11737597992043439729/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)
18:30:04.160 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11737597992043439729/external-warehouse/table
18:30:04.193 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:04.213 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:04.223 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:04.232 [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=	
18:30:04.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:04.232668   495 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:04.288 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:30:04.322 [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=	
18:30:04.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:04.323287   506 client.h:373] Failed to connect to Hive Metastore (localhost:41845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:04.332 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:30:04.332 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:30:04.332 [INFO - Metastore-Handler-Pool: Thread-91] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a867795, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b00a2ab will be shutdown
18:30:04.333 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:30:04.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:04.332733 32701 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 32713
18:30:04.373 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.31.239.126:37427(127.31.239.126:37427)] handling channelInactive
18:30:04.373 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.31.239.126:37427(127.31.239.126:37427)] cleaning up while in state READY due to: connection closed
18:30:04.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:04.382129 32701 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 314
18:30:04.413 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.31.239.125:46265(127.31.239.125:46265)] handling channelInactive
18:30:04.413 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.31.239.125:46265(127.31.239.125:46265)] cleaning up while in state READY due to: connection closed
18:30:04.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:04.413713 32701 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 388
18:30:04.446 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.31.239.124:43079(127.31.239.124:43079)] handling channelInactive
18:30:04.446 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.31.239.124:43079(127.31.239.124:43079)] cleaning up while in state READY due to: connection closed
18:30:05.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:05Z chronyd exiting
.18:30:06.626 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:30:06.627 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:30:06.627 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:30:06.647 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive16836494888728110846
18:30:06.648 [INFO - Thread-81] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:30:06.648 [INFO - Thread-81] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:30:06.650 [INFO - Thread-81] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:30:06.650 [INFO - Thread-81] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:30:06.651 [INFO - Thread-81] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:30:06.651 [INFO - Thread-81] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:30:06.652 [INFO - Thread-81] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:30:06.653 [INFO - Thread-81] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:30:06.654 [INFO - Thread-81] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:30:06.654 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:30:06.655 [INFO - Thread-81] (HikariDataSource.java:80) objectstore - Starting...
18:30:06.734 [INFO - Thread-81] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:30:06.734 [INFO - Thread-81] (HikariDataSource.java:82) objectstore - Start completed.
18:30:06.734 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:30:06.736 [INFO - Thread-81] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:30:06.737 [INFO - Thread-81] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:30:06.738 [INFO - Thread-81] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:30:06.753 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:30:06.753 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:30:06.753 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:30:06.780 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:06.780 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:06.781 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:06.781 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:06.782 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:06.782 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:07.079 [INFO - Thread-81] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:30:07.079 [INFO - Thread-81] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@450d8f59, with PersistenceManager: null will be shutdown
18:30:07.080 [INFO - Thread-81] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@450d8f59, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@77a03278 created in the thread with id: 117
18:30:07.083 [WARN - Thread-81] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:30:07.086 [INFO - Thread-81] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@450d8f59
18:30:07.221 [INFO - Thread-81] (HMSHandler.java:595) Started creating a default database with name: default
18:30:07.243 [INFO - Thread-81] (HMSHandler.java:605) Successfully created a default database with name: default
18:30:07.273 [INFO - Thread-81] (HMSHandler.java:668) Added admin role in metastore
18:30:07.275 [INFO - Thread-81] (HMSHandler.java:677) Added public role in metastore
18:30:07.316 [INFO - Thread-81] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:30:07.317 [INFO - Thread-81] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:30:07.317 [INFO - Thread-81] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:30:07.317 [INFO - Thread-81] (HiveMetaStore.java:697) Direct SQL optimization = true
18:30:07.318 [WARN - Thread-81] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:30:07.318 [INFO - Thread-81] (HiveMetaStore.java:632) Started the new metaserver on port [43679]...
18:30:07.318 [INFO - Thread-81] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:30:07.318 [INFO - Thread-81] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:30:07.318 [INFO - Thread-81] (HiveMetaStore.java:635) TCP keepalive = true
18:30:07.318 [INFO - Thread-81] (HiveMetaStore.java:636) Enable SSL = false
18:30:07.650 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:30:07.651 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:30:07.651 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:30:07.653 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:30:07.653 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43679]
18:30:07.653 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43679) in binary transport mode
18:30:07.654 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43679) current connections: 1
18:30:07.655 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskf08feK/test-tmp
18:30:07.655 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
18:30:07.656 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskf08feK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
18:30:07.658 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43679"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:30:07.989 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:07.989 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:30:07.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:07.992935   605 mini_oidc.cc:150] Starting JWKS server
18:30:07.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:07.996361   605 webserver.cc:534] Webserver started at http://127.0.0.1:44117/ using document root <none> and password file <none>
18:30:07.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:07.996840   605 mini_oidc.cc:186] Starting OIDC Discovery server
18:30:07.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:07.998754   605 webserver.cc:534] Webserver started at http://127.0.0.1:42791/ using document root <none> and password file <none>
18:30:08.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:08Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:30:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:08Z Disabled control of system clock
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:08.063788   605 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/wal
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/data
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/logs
18:30:08.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/data/info.pb
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.151.126:42411
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.151.126
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.151.84:34995
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.151.126:42411,127.0.151.125:43623,127.0.151.124:44401
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44117/jwks.json
18:30:08.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43679 with env {}
18:30:08.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.409579   617 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:08.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.410158   617 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:08.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.410707   617 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:08.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.444268   617 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:08.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.444555   617 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:08.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.444753   617 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:08.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.444957   617 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:08.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.445142   617 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:08.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.445304   617 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44117/jwks.json
18:30:08.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:08.483467   617 master_runner.cc:387] Master server non-default flags:
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.151.84:34995
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/data
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/wal
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43679
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.151.126:42411,127.0.151.125:43623,127.0.151.124:44401
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.151.126:42411
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44117/jwks.json
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/data/info.pb
18:30:08.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.151.126
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/logs
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:08.484898   617 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:08.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:08.486496   617 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:08.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.497905   623 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
18:30:09.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:08.497905   624 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
18:30:09.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:09.737618   617 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.240s	user 0.413s	sys 0.824s
18:30:09.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:09.738052   617 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.240s	user 0.413s	sys 0.824s
18:30:09.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:09.739197   625 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1234 milliseconds
18:30:09.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:09.739670   626 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
18:30:09.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.740253   617 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
18:30:09.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.741559   617 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:09.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.744351   617 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:09.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.745764   617 hybrid_clock.cc:648] HybridClock initialized: now 1783535409745710 us; error 63 us; skew 500 ppm
18:30:09.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.746682   617 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:09.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.754460   617 webserver.cc:534] Webserver started at http://127.0.151.126:36597/ using document root <none> and password file <none>
18:30:09.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.755642   617 fs_manager.cc:362] Metadata directory not provided
18:30:09.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.755914   617 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:09.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.756482   617 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:09.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.761817   617 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/data/instance:
18:30:09.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "de207c8b79eb44cf9c14fdce94aeee95"
18:30:09.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:09 on dist-test-slave-sx7p"
18:30:09.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.763182   617 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/wal/instance:
18:30:09.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "de207c8b79eb44cf9c14fdce94aeee95"
18:30:09.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:09 on dist-test-slave-sx7p"
18:30:09.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.773017   617 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.006s	sys 0.002s
18:30:09.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.786933   633 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:09.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.789186   617 fs_manager.cc:730] Time spent opening block manager: real 0.008s	user 0.004s	sys 0.003s
18:30:09.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.789961   617 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/wal
18:30:09.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "de207c8b79eb44cf9c14fdce94aeee95"
18:30:09.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:09 on dist-test-slave-sx7p"
18:30:09.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.790671   617 fs_report.cc:389] FS layout report
18:30:09.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:09.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/wal
18:30:09.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/wal
18:30:09.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/data/data
18:30:09.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:09.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:09.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:09.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:09.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:09.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:09.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:09.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:09.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:09.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:09.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.873293   617 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.874826   617 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.875346   617 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:09.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.950142   617 rpc_server.cc:307] RPC server started. Bound to: 127.0.151.126:42411
18:30:09.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.950205   684 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.151.126:42411 every 8 connection(s)
18:30:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.952973   617 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/data/info.pb
18:30:09.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.954620   605 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 617
18:30:09.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.955349   605 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-0/wal/instance
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.959868   685 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.959908   605 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/wal
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/data
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/logs
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/data/info.pb
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.151.125:43623
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.151.125
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.151.84:34995
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.151.126:42411,127.0.151.125:43623,127.0.151.124:44401
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44117/jwks.json
18:30:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43679 with env {}
18:30:09.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:09.971855   685 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } has no permanent_uuid. Determining permanent_uuid...
18:30:10.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:10.000629   685 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } has no permanent_uuid. Determining permanent_uuid...
18:30:10.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.004227   636 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.151.125:43623: connect: Connection refused (error 111)
18:30:10.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.009155   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.125:43623: Network error: Client connection negotiation failed: client connection to 127.0.151.125:43623: connect: Connection refused (error 111)
18:30:10.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:10.058821   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } attempt: 1
18:30:10.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.063695   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.125:43623: Network error: Client connection negotiation failed: client connection to 127.0.151.125:43623: connect: Connection refused (error 111)
18:30:10.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:10.132221   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } attempt: 2
18:30:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.136897   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.125:43623: Network error: Client connection negotiation failed: client connection to 127.0.151.125:43623: connect: Connection refused (error 111)
18:30:10.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:10.228427   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } attempt: 3
18:30:10.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.234683   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.125:43623: Network error: Client connection negotiation failed: client connection to 127.0.151.125:43623: connect: Connection refused (error 111)
18:30:10.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.296917   686 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:10.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.297595   686 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:10.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.298069   686 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:10.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.331085   686 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:10.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.331408   686 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:10.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.331609   686 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.331812   686 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.332120   686 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.332283   686 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44117/jwks.json
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:10.373946   686 master_runner.cc:387] Master server non-default flags:
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.151.84:34995
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/data
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/wal
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43679
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.151.126:42411,127.0.151.125:43623,127.0.151.124:44401
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.151.125:43623
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:10.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44117/jwks.json
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/data/info.pb
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.151.125
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/logs
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:10.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:10.375402   686 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:10.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:10.377090   686 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:10.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:10.378172   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } attempt: 4
18:30:10.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.382962   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.125:43623: Network error: Client connection negotiation failed: client connection to 127.0.151.125:43623: connect: Connection refused (error 111)
18:30:10.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.389079   695 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
18:30:10.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:10.682478   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } attempt: 5
18:30:10.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.690327   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.125:43623: Network error: Client connection negotiation failed: client connection to 127.0.151.125:43623: connect: Connection refused (error 111)
18:30:11.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.237928   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } attempt: 6
18:30:11.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:11.251222   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.125:43623: Network error: Client connection negotiation failed: client connection to 127.0.151.125:43623: connect: Connection refused (error 111)
18:30:11.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:10.389642   696 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
18:30:11.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:11.643287   698 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
18:30:11.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:11.645871   697 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1252 milliseconds
18:30:11.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.645934   686 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
18:30:11.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.647320   686 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:11.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.650405   686 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:11.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.652022   686 hybrid_clock.cc:648] HybridClock initialized: now 1783535411651940 us; error 92 us; skew 500 ppm
18:30:11.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.652791   686 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:11.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.659475   686 webserver.cc:534] Webserver started at http://127.0.151.125:34675/ using document root <none> and password file <none>
18:30:11.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.660362   686 fs_manager.cc:362] Metadata directory not provided
18:30:11.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.660548   686 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:11.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.660951   686 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:11.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.666059   686 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/data/instance:
18:30:11.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2f01b76de78544019e2cd12657478bc4"
18:30:11.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:11 on dist-test-slave-sx7p"
18:30:11.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.667121   686 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/wal/instance:
18:30:11.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2f01b76de78544019e2cd12657478bc4"
18:30:11.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:11 on dist-test-slave-sx7p"
18:30:11.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.674407   686 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.001s	sys 0.005s
18:30:11.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.680944   707 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:11.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.682246   686 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.682626   686 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/wal
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2f01b76de78544019e2cd12657478bc4"
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:11 on dist-test-slave-sx7p"
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.682966   686 fs_report.cc:389] FS layout report
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/wal
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/wal
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/data/data
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:11.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:11.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.733054   686 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:11.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.735013   686 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:11.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.735452   686 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:11.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.809388   686 rpc_server.cc:307] RPC server started. Bound to: 127.0.151.125:43623
18:30:11.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.809484   758 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.151.125:43623 every 8 connection(s)
18:30:11.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.812505   686 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/data/info.pb
18:30:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.814546   605 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 686
18:30:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.814975   605 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-1/wal/instance
18:30:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.817123   605 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/wal
18:30:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/data
18:30:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/logs
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/data/info.pb
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.151.124:44401
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.151.124
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.151.84:34995
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.151.126:42411,127.0.151.125:43623,127.0.151.124:44401
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44117/jwks.json
18:30:11.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43679 with env {}
18:30:11.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.818863   759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:11.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.829627   759 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } has no permanent_uuid. Determining permanent_uuid...
18:30:11.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.851801   759 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } has no permanent_uuid. Determining permanent_uuid...
18:30:11.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.865494   759 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } has no permanent_uuid. Determining permanent_uuid...
18:30:11.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:11.867841   711 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:11.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:11.872207   759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:11.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.921763   759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 1
18:30:11.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:11.926347   759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:11.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:11.994829   759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 2
18:30:11.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:11.999351   759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:12.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.090811   759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 3
18:30:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.095264   759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:12.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.139979   760 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:12.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.140555   760 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:12.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.141017   760 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:12.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.173751   760 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:12.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.174045   760 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:12.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.174242   760 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:12.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.174456   760 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:12.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.174651   760 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:12.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.174801   760 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44117/jwks.json
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.213624   760 master_runner.cc:387] Master server non-default flags:
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.151.84:34995
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/data
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/wal
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43679
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.151.126:42411,127.0.151.125:43623,127.0.151.124:44401
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.151.124:44401
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44117/jwks.json
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/data/info.pb
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.151.124
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/logs
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:12.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:12.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:12.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:12.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:12.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.214901   760 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.217018   760 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:12.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.229866   770 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
18:30:12.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.238744   759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 4
18:30:12.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.245358   759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:12.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.311803   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } attempt: 7
18:30:12.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.332918   685 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } has no permanent_uuid. Determining permanent_uuid...
18:30:12.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.342584   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:12.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.401253   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 1
18:30:12.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.409544   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:12.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.491202   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 2
18:30:12.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.498413   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:12.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.544854   759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 5
18:30:12.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.552116   759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:12.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.583994   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 3
18:30:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.591037   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:12.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:12.731637   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 4
18:30:12.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.739774   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.023350   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 5
18:30:13.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:13.030951   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:13.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.099712   759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 6
18:30:13.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:13.111639   759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:13.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.234898   773 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
18:30:13.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:12.231392   771 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
18:30:13.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:13.508489   772 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1272 milliseconds
18:30:13.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.508605   760 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
18:30:13.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.509975   760 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:13.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.512945   760 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:13.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.514395   760 hybrid_clock.cc:648] HybridClock initialized: now 1783535413514326 us; error 53 us; skew 500 ppm
18:30:13.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.515398   760 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:13.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.522497   760 webserver.cc:534] Webserver started at http://127.0.151.124:40385/ using document root <none> and password file <none>
18:30:13.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.523638   760 fs_manager.cc:362] Metadata directory not provided
18:30:13.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.523895   760 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:13.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.524468   760 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.528930   760 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/data/instance:
18:30:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7e3cdefdd2eb4be99945cefe80c30177"
18:30:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:13 on dist-test-slave-sx7p"
18:30:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.530283   760 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/wal/instance:
18:30:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7e3cdefdd2eb4be99945cefe80c30177"
18:30:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:13 on dist-test-slave-sx7p"
18:30:13.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.538035   760 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
18:30:13.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.544775   784 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:13.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.546228   760 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.003s
18:30:13.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.546708   760 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/wal
18:30:13.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7e3cdefdd2eb4be99945cefe80c30177"
18:30:13.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:13 on dist-test-slave-sx7p"
18:30:13.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.547210   760 fs_report.cc:389] FS layout report
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/wal
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/wal
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/data/data
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:13.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.583560   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 6
18:30:13.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:13.591529   685 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.151.124:44401: Network error: Client connection negotiation failed: client connection to 127.0.151.124:44401: connect: Connection refused (error 111)
18:30:13.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.605829   760 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:13.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.607565   760 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:13.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.608162   760 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.687281   760 rpc_server.cc:307] RPC server started. Bound to: 127.0.151.124:44401
18:30:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.687363   837 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.151.124:44401 every 8 connection(s)
18:30:13.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.690387   760 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/data/info.pb
18:30:13.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.692992   605 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 760
18:30:13.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.693456   605 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster822726271481113546/master-2/wal/instance
18:30:13.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.696517   838 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:13.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.709101   838 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } has no permanent_uuid. Determining permanent_uuid...
18:30:13.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.731859   838 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } has no permanent_uuid. Determining permanent_uuid...
18:30:13.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.744990   838 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } has no permanent_uuid. Determining permanent_uuid...
18:30:13.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.761134   605 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:30:13.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.763366   838 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177: Bootstrap starting.
18:30:13.769 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:13.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.769337   838 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177: Neither blocks nor log segments found. Creating new log.
18:30:13.769 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:30:13.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.771844   838 log.cc:826] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177: Log is configured to *not* fsync() on all Append() calls
18:30:13.770 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.151.126"
      port: 42411
    }
    bound_http_address {
      host: "127.0.151.126"
      port: 36597
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.151.125"
      port: 43623
    }
    bound_http_address {
      host: "127.0.151.125"
      port: 34675
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.151.124"
      port: 44401
    }
    bound_http_address {
      host: "127.0.151.124"
      port: 40385
    }
  }
}

18:30:13.773 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:30:13.773 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:13.774 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:30:13.776 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:30:13.776 [INFO - Metastore-Handler-Pool: Thread-138] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:30:13.777 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912, with PersistenceManager: null will be shutdown
18:30:13.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.777287   838 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177: No bootstrap required, opened a new log
18:30:13.777 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@36e971ae created in the thread with id: 138
18:30:13.781 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912
18:30:13.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.804829   838 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } }
18:30:13.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.806124   838 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:13.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.806645   838 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7e3cdefdd2eb4be99945cefe80c30177, State: Initialized, Role: FOLLOWER
18:30:13.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.808044   838 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [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: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } }
18:30:13.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.816820   847 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [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: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:13.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.821086   847 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [sys.catalog]: This master's current role is: FOLLOWER
18:30:13.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.820693   838 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [sys.catalog]: configured and running, proceeding with master startup.
18:30:13.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:13.864398   792 tablet.cc:2406] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:13.870 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:13.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:13.871999   858 client.h:373] Failed to connect to Hive Metastore (localhost:43679): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:13.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.872382   861 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:30:13.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.877595   760 master_runner.cc:187] Error getting master registration for 127.0.151.126:42411: OK, instance_id { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" instance_seqno: 1783535409930129 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:30:13.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:13.906834   760 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:30:14.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.034448   847 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:30:14.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.035058   847 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } }
18:30:14.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.038700   847 leader_election.cc:290] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers de207c8b79eb44cf9c14fdce94aeee95 (127.0.151.126:42411), 2f01b76de78544019e2cd12657478bc4 (127.0.151.125:43623)
18:30:14.164 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:30:14.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.172263   759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 7
18:30:14.196 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:30:14.196 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:30:14.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.226272   759 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4: Bootstrap starting.
18:30:14.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.234131   759 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4: Neither blocks nor log segments found. Creating new log.
18:30:14.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.236835   759 log.cc:826] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4: Log is configured to *not* fsync() on all Append() calls
18:30:14.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.277371   759 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4: No bootstrap required, opened a new log
18:30:14.281 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:30:14.288 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16836494888728110846/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)
18:30:14.289 [INFO - Metastore-Handler-Pool: Thread-138] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16836494888728110846/external-warehouse/legacy_table
18:30:14.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.311223   759 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } }
18:30:14.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.312422   759 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:14.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.312901   759 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f01b76de78544019e2cd12657478bc4, State: Initialized, Role: FOLLOWER
18:30:14.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.314224   759 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [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: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } }
18:30:14.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.318195   867 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [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: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.319799   867 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [sys.catalog]: This master's current role is: FOLLOWER
18:30:14.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.321439   759 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [sys.catalog]: configured and running, proceeding with master startup.
18:30:14.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.321597   734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7e3cdefdd2eb4be99945cefe80c30177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f01b76de78544019e2cd12657478bc4" is_pre_election: true
18:30:14.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.322432   734 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7e3cdefdd2eb4be99945cefe80c30177 in term 0.
18:30:14.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.323963   789 leader_election.cc:304] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [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: 2f01b76de78544019e2cd12657478bc4, 7e3cdefdd2eb4be99945cefe80c30177; no voters: 
18:30:14.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.324991   847 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:30:14.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.325353   847 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:30:14.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.325699   847 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 0 FOLLOWER]: Advancing to term 1
18:30:14.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.342324   847 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } }
18:30:14.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.355610   734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7e3cdefdd2eb4be99945cefe80c30177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f01b76de78544019e2cd12657478bc4"
18:30:14.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.356230   734 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [term 0 FOLLOWER]: Advancing to term 1
18:30:14.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.363754   734 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7e3cdefdd2eb4be99945cefe80c30177 in term 1.
18:30:14.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.365195   789 leader_election.cc:304] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [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: 2f01b76de78544019e2cd12657478bc4, 7e3cdefdd2eb4be99945cefe80c30177; no voters: 
18:30:14.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.373876   847 leader_election.cc:290] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [CANDIDATE]: Term 1 election: Requested vote from peers de207c8b79eb44cf9c14fdce94aeee95 (127.0.151.126:42411), 2f01b76de78544019e2cd12657478bc4 (127.0.151.125:43623)
18:30:14.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.383420   847 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 1 FOLLOWER]: Leader election won for term 1
18:30:14.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.392825   847 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [term 1 LEADER]: Becoming Leader. State: Replica: 7e3cdefdd2eb4be99945cefe80c30177, State: Running, Role: LEADER
18:30:14.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.403127   847 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [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: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } }
18:30:14.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.444547   873 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7e3cdefdd2eb4be99945cefe80c30177. Latest consensus state: current_term: 1 leader_uuid: "7e3cdefdd2eb4be99945cefe80c30177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:14.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.445613   873 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [sys.catalog]: This master's current role is: LEADER
18:30:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.458230   883 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:30:14.465 [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=	
18:30:14.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:14.466380   882 client.h:373] Failed to connect to Hive Metastore (localhost:43679): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:14.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.479604   888 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:30:14.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:14.493544   713 tablet.cc:2406] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:14.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.494802   883 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:30:14.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.523335   734 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [term 1 FOLLOWER]: Refusing update from remote peer 7e3cdefdd2eb4be99945cefe80c30177: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:30:14.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.525645   873 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:30:14.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.484103   686 master_runner.cc:187] Error getting master registration for 127.0.151.126:42411: OK, instance_id { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" instance_seqno: 1783535409930129 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:30:14.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.546630   686 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:30:14.553 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:30:14.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.568112   867 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7e3cdefdd2eb4be99945cefe80c30177. Latest consensus state: current_term: 1 leader_uuid: "7e3cdefdd2eb4be99945cefe80c30177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:14.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.569175   867 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [sys.catalog]: This master's current role is: FOLLOWER
18:30:14.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.591687   867 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7e3cdefdd2eb4be99945cefe80c30177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:14.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.592401   867 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4 [sys.catalog]: This master's current role is: FOLLOWER
18:30:14.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.595808   873 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7e3cdefdd2eb4be99945cefe80c30177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:14.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.596499   873 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [sys.catalog]: This master's current role is: LEADER
18:30:14.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.603977   883 catalog_manager.cc:1382] Generated new cluster ID: a1c0e79d49444074ade6db77ebaa3ab3
18:30:14.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.604338   883 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:30:14.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.625032   685 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } attempt: 7
18:30:14.668 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:14.677 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
18:30:14.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.697566   883 catalog_manager.cc:1405] Generated new certificate authority record
18:30:14.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.702728   883 catalog_manager.cc:1539] Loading token signing keys...
18:30:14.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.703291   685 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95: Bootstrap starting.
18:30:14.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.714349   685 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95: Neither blocks nor log segments found. Creating new log.
18:30:14.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.725244   685 log.cc:826] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95: Log is configured to *not* fsync() on all Append() calls
18:30:14.736 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:30:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.745360   685 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95: No bootstrap required, opened a new log
18:30:14.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.753530   883 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177: Generated new TSK 0
18:30:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.754678   883 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:30:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.765885   883 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:30:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.770195   883 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:30:14.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.793300   685 raft_consensus.cc:359] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } }
18:30:14.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.794202   685 raft_consensus.cc:385] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:14.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.794505   685 raft_consensus.cc:740] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de207c8b79eb44cf9c14fdce94aeee95, State: Initialized, Role: FOLLOWER
18:30:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.795708   685 consensus_queue.cc:260] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [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: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } }
18:30:14.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.804214   896 sys_catalog.cc:455] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [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: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:14.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.805059   896 sys_catalog.cc:458] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [sys.catalog]: This master's current role is: FOLLOWER
18:30:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.820708   685 sys_catalog.cc:565] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [sys.catalog]: configured and running, proceeding with master startup.
18:30:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.821448   658 raft_consensus.cc:3060] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [term 0 FOLLOWER]: Advancing to term 1
18:30:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.827847   659 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7e3cdefdd2eb4be99945cefe80c30177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de207c8b79eb44cf9c14fdce94aeee95"
18:30:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.827422   660 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7e3cdefdd2eb4be99945cefe80c30177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de207c8b79eb44cf9c14fdce94aeee95" is_pre_election: true
18:30:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.834374   658 raft_consensus.cc:1275] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [term 1 FOLLOWER]: Refusing update from remote peer 7e3cdefdd2eb4be99945cefe80c30177: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:30:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.836171   847 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:30:14.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:14.887262   639 tablet.cc:2406] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:14.889 [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=	
18:30:14.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:14.890053   858 client.h:373] Failed to connect to Hive Metastore (localhost:43679): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.905215   901 mvcc.cc:204] Tried to move back new op lower bound from 7305361057868771328 to 7305361057474949120. Current Snapshot: MvccSnapshot[applied={T|T < 7305361057868771328}]
18:30:14.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.927196   896 sys_catalog.cc:455] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7e3cdefdd2eb4be99945cefe80c30177. Latest consensus state: current_term: 1 leader_uuid: "7e3cdefdd2eb4be99945cefe80c30177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:14.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.927999   896 sys_catalog.cc:458] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [sys.catalog]: This master's current role is: FOLLOWER
18:30:14.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.927402   908 sys_catalog.cc:455] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7e3cdefdd2eb4be99945cefe80c30177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:14.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.928689   908 sys_catalog.cc:458] T 00000000000000000000000000000000 P de207c8b79eb44cf9c14fdce94aeee95 [sys.catalog]: This master's current role is: FOLLOWER
18:30:14.957 [INFO - Metastore-Handler-Pool: Thread-145] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:14.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:14.957988   913 client.h:373] Failed to connect to Hive Metastore (localhost:43679): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:14.960 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:30:14.960 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:30:14.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:14.961041   917 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:30:15.116 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
18:30:15.173 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
18:30:15.248 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
18:30:15.275 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:15.280 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
18:30:15.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:15.324981   847 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7e3cdefdd2eb4be99945cefe80c30177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de207c8b79eb44cf9c14fdce94aeee95" member_type: VOTER last_known_addr { host: "127.0.151.126" port: 42411 } } peers { permanent_uuid: "2f01b76de78544019e2cd12657478bc4" member_type: VOTER last_known_addr { host: "127.0.151.125" port: 43623 } } peers { permanent_uuid: "7e3cdefdd2eb4be99945cefe80c30177" member_type: VOTER last_known_addr { host: "127.0.151.124" port: 44401 } } }
18:30:15.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:15.325771   847 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7e3cdefdd2eb4be99945cefe80c30177 [sys.catalog]: This master's current role is: LEADER
18:30:15.420 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:30:15.497 [INFO - Metastore-Handler-Pool: Thread-146] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:15.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:15.498418   882 client.h:373] Failed to connect to Hive Metastore (localhost:43679): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:15.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:15.503365   888 catalog_manager.cc:1294] Loaded cluster ID: a1c0e79d49444074ade6db77ebaa3ab3
18:30:15.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:15.505952   888 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4: loading cluster ID for follower catalog manager: success
18:30:15.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:15.530714   888 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4: acquiring CA information for follower catalog manager: success
18:30:15.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:15.542021   888 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 2f01b76de78544019e2cd12657478bc4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:30:15.589 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:30:15.647 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:30:15.900 [INFO - Metastore-Handler-Pool: Thread-138] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:30:15.901 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:30:15.901 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:30:15.901 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@36e971ae will be shutdown
18:30:15.902 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:30:15.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:15.901976   605 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 617
18:30:15.903 [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=	
18:30:15.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:15.904588   858 client.h:373] Failed to connect to Hive Metastore (localhost:43679): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:15.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:15.971361   605 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 686
18:30:16.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:16.010102   605 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 760
18:30:17.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:17Z chronyd exiting
.18:30:18.251 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:30:18.251 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:30:18.251 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:30:18.282 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive12293511571415356305
18:30:18.283 [INFO - Thread-105] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:30:18.284 [INFO - Thread-105] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:30:18.286 [INFO - Thread-105] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:30:18.286 [INFO - Thread-105] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:30:18.287 [INFO - Thread-105] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:30:18.288 [INFO - Thread-105] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:30:18.289 [INFO - Thread-105] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:30:18.289 [INFO - Thread-105] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:30:18.290 [INFO - Thread-105] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:30:18.290 [INFO - Thread-105] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:30:18.292 [INFO - Thread-105] (HikariDataSource.java:80) objectstore - Starting...
18:30:18.371 [INFO - Thread-105] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:30:18.372 [INFO - Thread-105] (HikariDataSource.java:82) objectstore - Start completed.
18:30:18.372 [INFO - Thread-105] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:30:18.374 [INFO - Thread-105] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:30:18.376 [INFO - Thread-105] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:30:18.376 [INFO - Thread-105] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:30:18.401 [INFO - Thread-105] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:30:18.401 [INFO - Thread-105] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:30:18.401 [INFO - Thread-105] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:30:18.425 [WARN - Thread-105] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:18.425 [WARN - Thread-105] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:18.426 [WARN - Thread-105] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:18.426 [WARN - Thread-105] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:18.427 [WARN - Thread-105] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:18.427 [WARN - Thread-105] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:18.612 [INFO - Thread-105] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:30:18.612 [INFO - Thread-105] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5ceb467c, with PersistenceManager: null will be shutdown
18:30:18.613 [INFO - Thread-105] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5ceb467c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@69819bee created in the thread with id: 148
18:30:18.614 [WARN - Thread-105] (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
18:30:18.615 [INFO - Thread-105] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5ceb467c
18:30:18.712 [INFO - Thread-105] (HMSHandler.java:595) Started creating a default database with name: default
18:30:18.729 [INFO - Thread-105] (HMSHandler.java:605) Successfully created a default database with name: default
18:30:18.755 [INFO - Thread-105] (HMSHandler.java:668) Added admin role in metastore
18:30:18.757 [INFO - Thread-105] (HMSHandler.java:677) Added public role in metastore
18:30:18.789 [INFO - Thread-105] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:30:18.790 [INFO - Thread-105] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:30:18.790 [INFO - Thread-105] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:30:18.791 [INFO - Thread-105] (HiveMetaStore.java:697) Direct SQL optimization = true
18:30:18.791 [WARN - Thread-105] (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)
18:30:18.791 [INFO - Thread-105] (HiveMetaStore.java:632) Started the new metaserver on port [37669]...
18:30:18.791 [INFO - Thread-105] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:30:18.792 [INFO - Thread-105] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:30:18.792 [INFO - Thread-105] (HiveMetaStore.java:635) TCP keepalive = true
18:30:18.792 [INFO - Thread-105] (HiveMetaStore.java:636) Enable SSL = false
18:30:19.285 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:30:19.286 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:30:19.286 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:30:19.288 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:30:19.288 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37669]
18:30:19.288 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37669) in binary transport mode
18:30:19.289 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37669) current connections: 1
18:30:19.290 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskf08feK/test-tmp
18:30:19.291 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
18:30:19.291 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskf08feK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
18:30:19.293 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37669"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:30:19.622 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:19.622 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:30:19.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:19.625887   949 mini_oidc.cc:150] Starting JWKS server
18:30:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:19.629014   949 webserver.cc:534] Webserver started at http://127.0.0.1:38673/ using document root <none> and password file <none>
18:30:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:19.629437   949 mini_oidc.cc:186] Starting OIDC Discovery server
18:30:19.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:19.631062   949 webserver.cc:534] Webserver started at http://127.0.0.1:39473/ using document root <none> and password file <none>
18:30:19.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:19Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:30:19.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:19Z Disabled control of system clock
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:19.692924   949 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/wal
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/data
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/logs
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/data/info.pb
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.237.126:43897
18:30:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.237.126
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.237.84:36203
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.237.126:43897,127.0.237.125:44659,127.0.237.124:45491
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38673/jwks.json
18:30:19.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37669 with env {}
18:30:19.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:19.998842   961 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:19.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:19.999539   961 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:20.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:20.000021   961 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:20.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:20.032860   961 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:20.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:20.033167   961 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:20.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:20.033366   961 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:20.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:20.033572   961 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:20.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:20.033768   961 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:20.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:20.033922   961 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38673/jwks.json
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:20.071789   961 master_runner.cc:387] Master server non-default flags:
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.237.84:36203
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/data
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/wal
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37669
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.237.126:43897,127.0.237.125:44659,127.0.237.124:45491
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.237.126:43897
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38673/jwks.json
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/data/info.pb
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.237.126
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/logs
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:20.073122   961 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:20.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:20.074764   961 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:20.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:20.086894   967 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
18:30:21.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:20.087067   968 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
18:30:21.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.342868   970 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
18:30:21.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.346026   969 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1253 milliseconds
18:30:21.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.346112   961 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
18:30:21.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.347513   961 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:21.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.350564   961 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:21.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.352005   961 hybrid_clock.cc:648] HybridClock initialized: now 1783535421351948 us; error 72 us; skew 500 ppm
18:30:21.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.352883   961 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:21.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.359459   961 webserver.cc:534] Webserver started at http://127.0.237.126:35727/ using document root <none> and password file <none>
18:30:21.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.360381   961 fs_manager.cc:362] Metadata directory not provided
18:30:21.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.360577   961 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:21.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.360971   961 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.365316   961 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/data/instance:
18:30:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5d99b728e1e47758d896356c6d91b73"
18:30:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:21 on dist-test-slave-sx7p"
18:30:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.366379   961 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/wal/instance:
18:30:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5d99b728e1e47758d896356c6d91b73"
18:30:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:21 on dist-test-slave-sx7p"
18:30:21.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.373417   961 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.004s
18:30:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.379290   977 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.380420   961 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.002s
18:30:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.380811   961 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/wal
18:30:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5d99b728e1e47758d896356c6d91b73"
18:30:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:21 on dist-test-slave-sx7p"
18:30:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.381189   961 fs_report.cc:389] FS layout report
18:30:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/wal
18:30:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/wal
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/data/data
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:21.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.430662   961 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:21.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.432307   961 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:21.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.432861   961 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.505147   961 rpc_server.cc:307] RPC server started. Bound to: 127.0.237.126:43897
18:30:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.505225  1028 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.237.126:43897 every 8 connection(s)
18:30:21.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.508059   961 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/data/info.pb
18:30:21.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.512503   949 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 961
18:30:21.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.513031   949 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-0/wal/instance
18:30:21.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.514698  1029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.518289   949 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/wal
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/data
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/logs
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/data/info.pb
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.237.125:44659
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.237.125
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.237.84:36203
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.237.126:43897,127.0.237.125:44659,127.0.237.124:45491
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38673/jwks.json
18:30:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37669 with env {}
18:30:21.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.530187  1029 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } has no permanent_uuid. Determining permanent_uuid...
18:30:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.562630  1029 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } has no permanent_uuid. Determining permanent_uuid...
18:30:21.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.565567   981 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.237.125:44659: connect: Connection refused (error 111)
18:30:21.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.570019  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.125:44659: Network error: Client connection negotiation failed: client connection to 127.0.237.125:44659: connect: Connection refused (error 111)
18:30:21.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.619586  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } attempt: 1
18:30:21.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.624102  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.125:44659: Network error: Client connection negotiation failed: client connection to 127.0.237.125:44659: connect: Connection refused (error 111)
18:30:21.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.692586  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } attempt: 2
18:30:21.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.697345  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.125:44659: Network error: Client connection negotiation failed: client connection to 127.0.237.125:44659: connect: Connection refused (error 111)
18:30:21.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.788784  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } attempt: 3
18:30:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.793197  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.125:44659: Network error: Client connection negotiation failed: client connection to 127.0.237.125:44659: connect: Connection refused (error 111)
18:30:21.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.836746  1030 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:21.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.837316  1030 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:21.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.837761  1030 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:21.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.869891  1030 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:21.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.870182  1030 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:21.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.870380  1030 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:21.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.870592  1030 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:21.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.870786  1030 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:21.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.870934  1030 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38673/jwks.json
18:30:21.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.910235  1030 master_runner.cc:387] Master server non-default flags:
18:30:21.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:21.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.237.84:36203
18:30:21.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:21.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:21.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/data
18:30:21.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/wal
18:30:21.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37669
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.237.126:43897,127.0.237.125:44659,127.0.237.124:45491
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.237.125:44659
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38673/jwks.json
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/data/info.pb
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.237.125
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/logs
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:21.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:21.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:21.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:21.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:21.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.911881  1030 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:21.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.914408  1030 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:21.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.928823  1039 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
18:30:21.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:21.936614  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } attempt: 4
18:30:21.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.941094  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.125:44659: Network error: Client connection negotiation failed: client connection to 127.0.237.125:44659: connect: Connection refused (error 111)
18:30:22.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:22.240525  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } attempt: 5
18:30:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:22.248031  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.125:44659: Network error: Client connection negotiation failed: client connection to 127.0.237.125:44659: connect: Connection refused (error 111)
18:30:22.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:22.795677  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } attempt: 6
18:30:22.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:22.807858  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.125:44659: Network error: Client connection negotiation failed: client connection to 127.0.237.125:44659: connect: Connection refused (error 111)
18:30:23.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.930135  1040 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
18:30:23.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:21.933496  1042 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
18:30:23.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.172561  1041 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1238 milliseconds
18:30:23.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.172711  1030 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
18:30:23.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.173959  1030 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:23.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.177161  1030 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:23.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.178613  1030 hybrid_clock.cc:648] HybridClock initialized: now 1783535423178568 us; error 60 us; skew 500 ppm
18:30:23.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.179513  1030 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.186321  1030 webserver.cc:534] Webserver started at http://127.0.237.125:38019/ using document root <none> and password file <none>
18:30:23.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.187317  1030 fs_manager.cc:362] Metadata directory not provided
18:30:23.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.187515  1030 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:23.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.187937  1030 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:23.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.193053  1030 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/data/instance:
18:30:23.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "521b680b6860494895b9fb592800d63d"
18:30:23.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:23 on dist-test-slave-sx7p"
18:30:23.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.194185  1030 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/wal/instance:
18:30:23.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "521b680b6860494895b9fb592800d63d"
18:30:23.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:23 on dist-test-slave-sx7p"
18:30:23.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.201833  1030 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.004s
18:30:23.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.208427  1051 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:23.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.209702  1030 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
18:30:23.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.210029  1030 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/wal
18:30:23.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "521b680b6860494895b9fb592800d63d"
18:30:23.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:23 on dist-test-slave-sx7p"
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.210376  1030 fs_report.cc:389] FS layout report
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/wal
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/wal
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/data/data
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:23.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.270722  1030 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:23.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.272257  1030 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:23.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.272678  1030 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:23.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.359817  1030 rpc_server.cc:307] RPC server started. Bound to: 127.0.237.125:44659
18:30:23.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.359925  1102 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.237.125:44659 every 8 connection(s)
18:30:23.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.362771  1030 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/data/info.pb
18:30:23.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.369071  1103 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:23.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.371479   949 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 1030
18:30:23.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.371841   949 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-1/wal/instance
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.373905   949 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/wal
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/data
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/logs
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/data/info.pb
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.237.124:45491
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.237.124
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.237.84:36203
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.237.126:43897,127.0.237.125:44659,127.0.237.124:45491
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38673/jwks.json
18:30:23.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37669 with env {}
18:30:23.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.381260  1103 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } has no permanent_uuid. Determining permanent_uuid...
18:30:23.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.404661  1103 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } has no permanent_uuid. Determining permanent_uuid...
18:30:23.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.420698  1103 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } has no permanent_uuid. Determining permanent_uuid...
18:30:23.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.424015  1052 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:23.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.428512  1103 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:23.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.478039  1103 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 1
18:30:23.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.482420  1103 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:23.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.550819  1103 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 2
18:30:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.555948  1103 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:23.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.647454  1103 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 3
18:30:23.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.652999  1103 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:23.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.699129  1104 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:23.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.699749  1104 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:23.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.700218  1104 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:23.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.735396  1104 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:23.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.735711  1104 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:23.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.735914  1104 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:23.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.736120  1104 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:23.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.736330  1104 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:23.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.736485  1104 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38673/jwks.json
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.776880  1104 master_runner.cc:387] Master server non-default flags:
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.237.84:36203
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/data
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/wal
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37669
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.237.126:43897,127.0.237.125:44659,127.0.237.124:45491
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.237.124:45491
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38673/jwks.json
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/data/info.pb
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.237.124
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/logs
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:23.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.778470  1104 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:23.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.780264  1104 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:23.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.792606  1114 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
18:30:23.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.796464  1103 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 4
18:30:23.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.804257  1103 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:23.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.868481  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } attempt: 7
18:30:23.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.911265  1029 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } has no permanent_uuid. Determining permanent_uuid...
18:30:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.927881  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:23.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:23.986481  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 1
18:30:23.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.994501  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:24.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:24.076050  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 2
18:30:24.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:24.084175  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:24.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:24.103780  1103 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 5
18:30:24.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:24.111943  1103 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:24.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:24.169755  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 3
18:30:24.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:24.178098  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:24.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:24.318636  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 4
18:30:24.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:24.326772  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:24.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:24.611107  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 5
18:30:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:24.622279  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:24.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:24.659482  1103 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 6
18:30:24.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:24.690601  1103 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:25.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:23.793226  1115 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
18:30:25.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.173736  1117 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
18:30:25.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.174940  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 6
18:30:25.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.176299  1104 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.384s	user 0.422s	sys 0.953s
18:30:25.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.176611  1104 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.384s	user 0.422s	sys 0.953s
18:30:25.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.179621  1116 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1378 milliseconds
18:30:25.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.179677  1104 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
18:30:25.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.181456  1104 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:25.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.187135  1029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.237.124:45491: Network error: Client connection negotiation failed: client connection to 127.0.237.124:45491: connect: Connection refused (error 111)
18:30:25.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.188436  1104 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:25.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.189930  1104 hybrid_clock.cc:648] HybridClock initialized: now 1783535425189880 us; error 57 us; skew 500 ppm
18:30:25.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.191349  1104 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:25.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.199425  1104 webserver.cc:534] Webserver started at http://127.0.237.124:37655/ using document root <none> and password file <none>
18:30:25.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.200531  1104 fs_manager.cc:362] Metadata directory not provided
18:30:25.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.200793  1104 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:25.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.201375  1104 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:25.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.205914  1104 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/data/instance:
18:30:25.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "728c257bb3ff4e61b369f6b5dd43c638"
18:30:25.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:25 on dist-test-slave-sx7p"
18:30:25.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.207263  1104 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/wal/instance:
18:30:25.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "728c257bb3ff4e61b369f6b5dd43c638"
18:30:25.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:25 on dist-test-slave-sx7p"
18:30:25.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.215798  1104 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.002s
18:30:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.222621  1131 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.224033  1104 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.001s	sys 0.002s
18:30:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.224481  1104 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/wal
18:30:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "728c257bb3ff4e61b369f6b5dd43c638"
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:25 on dist-test-slave-sx7p"
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.224882  1104 fs_report.cc:389] FS layout report
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/wal
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/wal
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/data/data
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:25.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:25.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:25.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:25.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.298631  1104 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:25.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.300987  1104 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:25.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.301612  1104 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:25.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.377568  1104 rpc_server.cc:307] RPC server started. Bound to: 127.0.237.124:45491
18:30:25.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.377656  1182 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.237.124:45491 every 8 connection(s)
18:30:25.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.380470  1104 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/data/info.pb
18:30:25.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.381809   949 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 1104
18:30:25.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.382377   949 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster11560574190860205132/master-2/wal/instance
18:30:25.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.388046  1183 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:25.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.406154  1183 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } has no permanent_uuid. Determining permanent_uuid...
18:30:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.423856  1183 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } has no permanent_uuid. Determining permanent_uuid...
18:30:25.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.436489  1183 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } has no permanent_uuid. Determining permanent_uuid...
18:30:25.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.446010   949 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:30:25.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.455567  1183 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638: Bootstrap starting.
18:30:25.457 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:25.457 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:30:25.458 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.237.126"
      port: 43897
    }
    bound_http_address {
      host: "127.0.237.126"
      port: 35727
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.237.125"
      port: 44659
    }
    bound_http_address {
      host: "127.0.237.125"
      port: 38019
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.237.124"
      port: 45491
    }
    bound_http_address {
      host: "127.0.237.124"
      port: 37655
    }
  }
}

18:30:25.459 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:30:25.460 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:25.461 [INFO - Metastore-Handler-Pool: Thread-169] (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=f033c233-825a-4dec-b646-a8396b7fe3b9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.237.124:45491,127.0.237.125:44659,127.0.237.126:43897}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:30:25.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.463064  1183 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638: Neither blocks nor log segments found. Creating new log.
18:30:25.463 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:30:25.463 [INFO - Metastore-Handler-Pool: Thread-169] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:30:25.463 [INFO - Metastore-Handler-Pool: Thread-169] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@196c4bbe, with PersistenceManager: null will be shutdown
18:30:25.464 [INFO - Metastore-Handler-Pool: Thread-169] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@196c4bbe, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ab06a29 created in the thread with id: 169
18:30:25.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.465348  1183 log.cc:826] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638: Log is configured to *not* fsync() on all Append() calls
18:30:25.469 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@196c4bbe
18:30:25.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.471247  1183 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638: No bootstrap required, opened a new log
18:30:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.500200  1183 raft_consensus.cc:359] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } }
18:30:25.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.501806  1183 raft_consensus.cc:385] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:25.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.502193  1183 raft_consensus.cc:740] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 728c257bb3ff4e61b369f6b5dd43c638, State: Initialized, Role: FOLLOWER
18:30:25.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.503321  1183 consensus_queue.cc:260] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [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: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } }
18:30:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.511185  1191 sys_catalog.cc:455] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [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: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.512073  1191 sys_catalog.cc:458] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [sys.catalog]: This master's current role is: FOLLOWER
18:30:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.512998  1183 sys_catalog.cc:565] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [sys.catalog]: configured and running, proceeding with master startup.
18:30:25.554 [INFO - Metastore-Handler-Pool: Thread-171] (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=	
18:30:25.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.555938  1202 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.558178  1137 tablet.cc:2406] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:25.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.581676  1206 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:30:25.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.582065  1206 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:30:25.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.564019  1104 master_runner.cc:187] Error getting master registration for 127.0.237.126:43897: OK, instance_id { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" instance_seqno: 1783535421485654 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:30:25.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.611479  1104 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:30:25.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.751194  1103 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 7
18:30:25.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.796408  1103 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d: Bootstrap starting.
18:30:25.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.804486  1103 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d: Neither blocks nor log segments found. Creating new log.
18:30:25.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.807247  1103 log.cc:826] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d: Log is configured to *not* fsync() on all Append() calls
18:30:25.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.825922  1103 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d: No bootstrap required, opened a new log
18:30:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.850919  1191 raft_consensus.cc:493] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:30:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.851550  1191 raft_consensus.cc:515] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } }
18:30:25.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.857713  1191 leader_election.cc:290] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a5d99b728e1e47758d896356c6d91b73 (127.0.237.126:43897), 521b680b6860494895b9fb592800d63d (127.0.237.125:44659)
18:30:25.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.861361  1103 raft_consensus.cc:359] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } }
18:30:25.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.862601  1103 raft_consensus.cc:385] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:25.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.863075  1103 raft_consensus.cc:740] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 521b680b6860494895b9fb592800d63d, State: Initialized, Role: FOLLOWER
18:30:25.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.864375  1103 consensus_queue.cc:260] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [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: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } }
18:30:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.877717  1211 sys_catalog.cc:455] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [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: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.879262  1103 sys_catalog.cc:565] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [sys.catalog]: configured and running, proceeding with master startup.
18:30:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.879540  1078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "728c257bb3ff4e61b369f6b5dd43c638" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "521b680b6860494895b9fb592800d63d" is_pre_election: true
18:30:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.880162  1211 sys_catalog.cc:458] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [sys.catalog]: This master's current role is: FOLLOWER
18:30:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.880800  1078 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 728c257bb3ff4e61b369f6b5dd43c638 in term 0.
18:30:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.882534  1135 leader_election.cc:304] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [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: 521b680b6860494895b9fb592800d63d, 728c257bb3ff4e61b369f6b5dd43c638; no voters: 
18:30:25.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.883677  1191 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:30:25.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.884039  1191 raft_consensus.cc:493] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:30:25.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.884354  1191 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 0 FOLLOWER]: Advancing to term 1
18:30:25.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.890823  1191 raft_consensus.cc:515] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } }
18:30:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.896054  1078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "728c257bb3ff4e61b369f6b5dd43c638" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "521b680b6860494895b9fb592800d63d"
18:30:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.896647  1078 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [term 0 FOLLOWER]: Advancing to term 1
18:30:25.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.908073  1191 leader_election.cc:290] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [CANDIDATE]: Term 1 election: Requested vote from peers a5d99b728e1e47758d896356c6d91b73 (127.0.237.126:43897), 521b680b6860494895b9fb592800d63d (127.0.237.125:44659)
18:30:25.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.908591  1078 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 728c257bb3ff4e61b369f6b5dd43c638 in term 1.
18:30:25.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.912173  1135 leader_election.cc:304] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [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: 521b680b6860494895b9fb592800d63d, 728c257bb3ff4e61b369f6b5dd43c638; no voters: 
18:30:25.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.913331  1191 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 1 FOLLOWER]: Leader election won for term 1
18:30:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.920996  1191 raft_consensus.cc:697] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [term 1 LEADER]: Becoming Leader. State: Replica: 728c257bb3ff4e61b369f6b5dd43c638, State: Running, Role: LEADER
18:30:25.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.923537  1191 consensus_queue.cc:237] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [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: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } }
18:30:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.945973  1215 sys_catalog.cc:455] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 728c257bb3ff4e61b369f6b5dd43c638. Latest consensus state: current_term: 1 leader_uuid: "728c257bb3ff4e61b369f6b5dd43c638" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:25.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.947404  1215 sys_catalog.cc:458] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [sys.catalog]: This master's current role is: LEADER
18:30:25.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.961967  1219 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:30:25.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:25.979885  1219 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:30:25.990 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:25.992642  1225 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:26.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.001160  1229 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:30:26.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:26.030745  1057 tablet.cc:2406] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:26.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.032763  1078 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [term 1 FOLLOWER]: Refusing update from remote peer 728c257bb3ff4e61b369f6b5dd43c638: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:30:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.034783  1215 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [LEADER]: Connected to new peer: Peer: permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:30:26.093 [WARN - Metastore-Handler-Pool: Thread-169] (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.
18:30:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.005967  1030 master_runner.cc:187] Error getting master registration for 127.0.237.126:43897: OK, instance_id { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" instance_seqno: 1783535421485654 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:30:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.098846  1030 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:30:26.112 [WARN - Metastore-Handler-Pool: Thread-169] (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.
18:30:26.112 [WARN - Metastore-Handler-Pool: Thread-169] (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.
18:30:26.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.114990  1211 sys_catalog.cc:455] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 728c257bb3ff4e61b369f6b5dd43c638. Latest consensus state: current_term: 1 leader_uuid: "728c257bb3ff4e61b369f6b5dd43c638" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:26.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.115983  1211 sys_catalog.cc:458] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [sys.catalog]: This master's current role is: FOLLOWER
18:30:26.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.124866  1231 mvcc.cc:204] Tried to move back new op lower bound from 7305361104959549440 to 7305361104609046528. Current Snapshot: MvccSnapshot[applied={T|T < 7305361104959549440}]
18:30:26.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.128005  1191 sys_catalog.cc:455] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "728c257bb3ff4e61b369f6b5dd43c638" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:26.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.128750  1191 sys_catalog.cc:458] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [sys.catalog]: This master's current role is: LEADER
18:30:26.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.136957  1219 catalog_manager.cc:1382] Generated new cluster ID: 2049830188ec4aa2beab92524eb39150
18:30:26.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.137269  1219 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:30:26.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.140591  1211 sys_catalog.cc:455] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "728c257bb3ff4e61b369f6b5dd43c638" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:26.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.141312  1211 sys_catalog.cc:458] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d [sys.catalog]: This master's current role is: FOLLOWER
18:30:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.201049  1219 catalog_manager.cc:1405] Generated new certificate authority record
18:30:26.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.203543  1219 catalog_manager.cc:1539] Loading token signing keys...
18:30:26.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.220742  1029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } attempt: 7
18:30:26.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.239481  1219 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638: Generated new TSK 0
18:30:26.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.240808  1219 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:30:26.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.245872  1219 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:30:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.255896  1219 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:30:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.273535  1029 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73: Bootstrap starting.
18:30:26.275 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:30:26.280 [INFO - Metastore-Handler-Pool: Thread-169] (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/hive12293511571415356305/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=f033c233-825a-4dec-b646-a8396b7fe3b9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.237.124:45491,127.0.237.125:44659,127.0.237.126:43897}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:30:26.286 [INFO - Metastore-Handler-Pool: Thread-169] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12293511571415356305/external-warehouse/table
18:30:26.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.292460  1029 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73: Neither blocks nor log segments found. Creating new log.
18:30:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.295287  1029 log.cc:826] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73: Log is configured to *not* fsync() on all Append() calls
18:30:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.318591  1029 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73: No bootstrap required, opened a new log
18:30:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.349813  1029 raft_consensus.cc:359] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } }
18:30:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.350981  1029 raft_consensus.cc:385] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.351503  1029 raft_consensus.cc:740] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a5d99b728e1e47758d896356c6d91b73, State: Initialized, Role: FOLLOWER
18:30:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.352921  1029 consensus_queue.cc:260] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [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: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } }
18:30:26.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.363963  1029 sys_catalog.cc:565] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [sys.catalog]: configured and running, proceeding with master startup.
18:30:26.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.364138  1004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "728c257bb3ff4e61b369f6b5dd43c638" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5d99b728e1e47758d896356c6d91b73" is_pre_election: true
18:30:26.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.365160  1004 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 728c257bb3ff4e61b369f6b5dd43c638 in term 0.
18:30:26.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.366605  1002 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [term 0 FOLLOWER]: Advancing to term 1
18:30:26.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.371397  1003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "728c257bb3ff4e61b369f6b5dd43c638" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5d99b728e1e47758d896356c6d91b73"
18:30:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.377348  1002 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [term 1 FOLLOWER]: Refusing update from remote peer 728c257bb3ff4e61b369f6b5dd43c638: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:30:26.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.379405  1191 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:30:26.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.388774  1241 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:26.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.390319  1241 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [sys.catalog]: This master's current role is: FOLLOWER
18:30:26.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.437419  1245 mvcc.cc:204] Tried to move back new op lower bound from 7305361104959549440 to 7305361104609046528. Current Snapshot: MvccSnapshot[applied={T|T < 7305361104959549440}]
18:30:26.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.456424  1243 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "728c257bb3ff4e61b369f6b5dd43c638" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:26.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.457249  1243 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [sys.catalog]: This master's current role is: FOLLOWER
18:30:26.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.458726  1241 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 728c257bb3ff4e61b369f6b5dd43c638. Latest consensus state: current_term: 1 leader_uuid: "728c257bb3ff4e61b369f6b5dd43c638" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:26.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.459465  1241 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73 [sys.catalog]: This master's current role is: FOLLOWER
18:30:26.497 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:26.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:26.498757  1257 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:26.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.508884  1261 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:30:26.562 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:26.567 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:26.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:26.568651  1202 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:26.649 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:26.650 [INFO - Metastore-Handler-Pool: Thread-169] (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)	
18:30:26.659 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:30:26.663 [INFO - Metastore-Handler-Pool: Thread-169] (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/hive12293511571415356305/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)
18:30:26.664 [INFO - Metastore-Handler-Pool: Thread-169] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12293511571415356305/external-warehouse/legacy_table
18:30:26.684 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:30:26.710 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:26.715 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:26.731 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:26.789 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:26.789 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:26.825 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:26.861 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:26.879 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:26.879 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:26.892 [DEBUG - Metastore-Handler-Pool: Thread-169] (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.
18:30:26.894 [DEBUG - Metastore-Handler-Pool: Thread-169] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:30:26.895 [DEBUG - Metastore-Handler-Pool: Thread-169] (Connection.java:748) [peer master-127.0.237.124:45491(127.0.237.124:45491)] connecting to peer
18:30:26.897 [DEBUG - Metastore-Handler-Pool: Thread-169] (Connection.java:748) [peer master-127.0.237.125:44659(127.0.237.125:44659)] connecting to peer
18:30:26.898 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.237.124:45491(127.0.237.124:45491)] Successfully connected to peer
18:30:26.906 [DEBUG - Metastore-Handler-Pool: Thread-169] (Connection.java:748) [peer master-127.0.237.126:43897(127.0.237.126:43897)] connecting to peer
18:30:26.910 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.0.237.125:44659(127.0.237.125:44659)] Successfully connected to peer
18:30:26.917 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.0.237.126:43897(127.0.237.126:43897)] Successfully connected to peer
18:30:26.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.939610  1191 sys_catalog.cc:455] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "728c257bb3ff4e61b369f6b5dd43c638" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5d99b728e1e47758d896356c6d91b73" member_type: VOTER last_known_addr { host: "127.0.237.126" port: 43897 } } peers { permanent_uuid: "521b680b6860494895b9fb592800d63d" member_type: VOTER last_known_addr { host: "127.0.237.125" port: 44659 } } peers { permanent_uuid: "728c257bb3ff4e61b369f6b5dd43c638" member_type: VOTER last_known_addr { host: "127.0.237.124" port: 45491 } } }
18:30:26.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:26.947259  1191 sys_catalog.cc:458] T 00000000000000000000000000000000 P 728c257bb3ff4e61b369f6b5dd43c638 [sys.catalog]: This master's current role is: LEADER
18:30:26.954 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.237.126
18:30:26.960 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.237.125
18:30:26.964 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.237.124
18:30:27.004 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:30:27.008 [INFO - Metastore-Handler-Pool: Thread-182] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:27.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:27.008951  1225 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:27.012 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:30:27.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:27.015884  1229 catalog_manager.cc:1294] Loaded cluster ID: 2049830188ec4aa2beab92524eb39150
18:30:27.017 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:30:27.021 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xb479c829, L:/127.0.0.1:39368 - R:/127.0.237.126:43897] using SASL/PLAIN
18:30:27.025 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xc60de478, L:/127.0.0.1:41864 - R:/127.0.237.124:45491] using SASL/PLAIN
18:30:27.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:27.027262  1229 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d: loading cluster ID for follower catalog manager: success
18:30:27.033 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xdbee30c2, L:/127.0.0.1:40356 - R:/127.0.237.125:44659] using SASL/PLAIN
18:30:27.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:27.035044  1229 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d: acquiring CA information for follower catalog manager: success
18:30:27.039 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:30:27.039 [ERROR - Metastore-Handler-Pool: Thread-169] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:30:27.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:27.040695  1229 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 521b680b6860494895b9fb592800d63d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:30:27.041 [ERROR - Metastore-Handler-Pool: Thread-169] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:30:27.042 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:27.058 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:27.102 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:27.102 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:27.131 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:27.155 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:27.184 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:27.184 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:27.190 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:27.216 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:27.240 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:27.240 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:27.249 [ERROR - Metastore-Handler-Pool: Thread-169] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:30:27.251 [ERROR - Metastore-Handler-Pool: Thread-169] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

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

18:30:27.509 [INFO - Metastore-Handler-Pool: Thread-183] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:30:27.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:27.509706  1257 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:27.516 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:27.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:27.547082  1261 catalog_manager.cc:1294] Loaded cluster ID: 2049830188ec4aa2beab92524eb39150
18:30:27.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:27.547721  1261 catalog_manager.cc:1587] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73: loading cluster ID for follower catalog manager: success
18:30:27.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:27.554976  1261 catalog_manager.cc:1609] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73: acquiring CA information for follower catalog manager: success
18:30:27.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:27.572422  1261 catalog_manager.cc:1637] T 00000000000000000000000000000000 P a5d99b728e1e47758d896356c6d91b73: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:30:27.578 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:27.580 [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=	
18:30:27.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:27.591616  1202 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:27.646 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:27.646 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:27.663 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:27.672 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:27.713 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:27.713 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:27.735 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:27.762 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:27.793 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:27.793 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:27.825 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:27.852 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:27.878 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:27.878 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:28.028 [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=	
18:30:28.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:28.029079  1225 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:28.111 [ERROR - Metastore-Handler-Pool: Thread-169] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:30:28.120 [ERROR - Metastore-Handler-Pool: Thread-169] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:30:28.135 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:28.238 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:28.301 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:28.301 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:28.368 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:28.443 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:28.485 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:28.485 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:28.522 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:28.528 [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=	
18:30:28.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:28.528702  1257 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:28.546 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:28.581 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:28.581 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:28.608 [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=	
18:30:28.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:28.608744  1202 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:28.618 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:28.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:28.640868  1099 debug-util.cc:398] Leaking SignalData structure 0x7b080007c2e0 after lost signal to thread 1034
18:30:28.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:28.641585  1099 debug-util.cc:398] Leaking SignalData structure 0x7b08000788c0 after lost signal to thread 1102
18:30:28.658 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:28.664 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:29.040 [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=	
18:30:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:29.040671  1225 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:29.196 [WARN - Metastore-Handler-Pool: Thread-169] (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.
18:30:29.548 [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=	
18:30:29.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:29.548888  1257 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:29.602 [WARN - Metastore-Handler-Pool: Thread-169] (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.
18:30:29.624 [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=	
18:30:29.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:29.624809  1202 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:29.735 [WARN - Metastore-Handler-Pool: Thread-169] (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.
18:30:30.052 [INFO - Metastore-Handler-Pool: Thread-191] (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=	
18:30:30.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:30.052690  1225 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:30.071 [WARN - Metastore-Handler-Pool: Thread-169] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive12293511571415356305/warehouse/default/table
18:30:30.074 [INFO - Metastore-Handler-Pool: Thread-169] (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)	
18:30:30.084 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:30:30.089 [INFO - Metastore-Handler-Pool: Thread-169] (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/hive12293511571415356305/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)
18:30:30.090 [WARN - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:2452) Location: file:/tmp/hive12293511571415356305/external-warehouse/table specified for non-external table:table
18:30:30.115 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:30.115 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:30.171 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:30.216 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:30.225 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:30.258 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:30.303 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:30.303 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:30.307 [ERROR - Metastore-Handler-Pool: Thread-169] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:30:30.311 [ERROR - Metastore-Handler-Pool: Thread-169] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:30:30.408 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:30.427 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:30.450 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:30.450 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:30.484 [INFO - Metastore-Handler-Pool: Thread-169] (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	
18:30:30.508 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:30:30.535 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:30:30.535 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:30:30.564 [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=	
18:30:30.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:30.564910  1257 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:30.567 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:30.588 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:30.596 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:30.649 [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=	
18:30:30.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:30.650105  1202 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:30.786 [INFO - Metastore-Handler-Pool: Thread-169] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:30:30.792 [INFO - Metastore-Handler-Pool: Thread-169] (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=f033c233-825a-4dec-b646-a8396b7fe3b9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.237.124:45491,127.0.237.125:44659,127.0.237.126:43897}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:30:30.795 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:30:30.798 [INFO - Metastore-Handler-Pool: Thread-169] (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/hive12293511571415356305/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=f033c233-825a-4dec-b646-a8396b7fe3b9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.237.124:45491,127.0.237.125:44659,127.0.237.126:43897}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:30:30.809 [INFO - Metastore-Handler-Pool: Thread-169] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12293511571415356305/external-warehouse/table
18:30:30.865 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:30.936 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:30.938 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:30.972 [INFO - Metastore-Handler-Pool: Thread-169] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:30.986 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:30.986 [INFO - Metastore-Handler-Pool: Thread-169] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:30.999 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:31.008 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:31.010 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:31.061 [INFO - Metastore-Handler-Pool: Thread-195] (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=	
18:30:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:31.061748  1225 client.h:373] Failed to connect to Hive Metastore (localhost:37669): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:30:31.070 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:30:31.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:31.071409   949 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 961
18:30:31.089 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:30:31.089 [INFO - Metastore-Handler-Pool: Thread-169] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@196c4bbe, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ab06a29 will be shutdown
18:30:31.089 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:30:31.110 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.0.237.126:43897(127.0.237.126:43897)] handling channelInactive
18:30:31.111 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.0.237.126:43897(127.0.237.126:43897)] cleaning up while in state READY due to: connection closed
18:30:31.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:31.111378  1053 connection.cc:573] client connection to 127.0.237.126:43897 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
18:30:31.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:31.111912  1030 master_runner.cc:187] Error getting master registration for 127.0.237.126:43897: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
18:30:31.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:31.112349  1030 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:30:31.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:31.113377   949 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 1030
18:30:31.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:31.146548  1133 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.237.126:43897: connect: Connection refused (error 111)
18:30:31.160 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.0.237.125:44659(127.0.237.125:44659)] handling channelInactive
18:30:31.160 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.0.237.125:44659(127.0.237.125:44659)] cleaning up while in state READY due to: connection closed
18:30:31.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:31.162700   949 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 1104
18:30:31.198 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.237.124:45491(127.0.237.124:45491)] handling channelInactive
18:30:31.200 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.237.124:45491(127.0.237.124:45491)] cleaning up while in state READY due to: connection closed
18:30:32.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:32Z chronyd exiting
.18:30:33.385 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:30:33.386 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:30:33.386 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:30:33.404 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive7296884539097407428
18:30:33.405 [INFO - Thread-142] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:30:33.405 [INFO - Thread-142] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:30:33.408 [INFO - Thread-142] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:30:33.408 [INFO - Thread-142] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:30:33.408 [INFO - Thread-142] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:30:33.409 [INFO - Thread-142] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:30:33.410 [INFO - Thread-142] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:30:33.410 [INFO - Thread-142] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:30:33.410 [INFO - Thread-142] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:30:33.411 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:30:33.412 [INFO - Thread-142] (HikariDataSource.java:80) objectstore - Starting...
18:30:33.473 [INFO - Thread-142] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:30:33.474 [INFO - Thread-142] (HikariDataSource.java:82) objectstore - Start completed.
18:30:33.474 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:30:33.475 [INFO - Thread-142] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:30:33.478 [INFO - Thread-142] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:30:33.479 [INFO - Thread-142] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:30:33.492 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:30:33.492 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:30:33.493 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:30:33.512 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:33.512 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:33.513 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:33.513 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:33.514 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:33.514 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:33.719 [INFO - Thread-142] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:30:33.719 [INFO - Thread-142] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@375cf179, with PersistenceManager: null will be shutdown
18:30:33.719 [INFO - Thread-142] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@375cf179, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3c7036ab created in the thread with id: 196
18:30:33.721 [WARN - Thread-142] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:30:33.722 [INFO - Thread-142] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@375cf179
18:30:33.836 [INFO - Thread-142] (HMSHandler.java:595) Started creating a default database with name: default
18:30:33.858 [INFO - Thread-142] (HMSHandler.java:605) Successfully created a default database with name: default
18:30:33.890 [INFO - Thread-142] (HMSHandler.java:668) Added admin role in metastore
18:30:33.892 [INFO - Thread-142] (HMSHandler.java:677) Added public role in metastore
18:30:33.923 [INFO - Thread-142] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:30:33.923 [INFO - Thread-142] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:30:33.924 [INFO - Thread-142] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:30:33.924 [INFO - Thread-142] (HiveMetaStore.java:697) Direct SQL optimization = true
18:30:33.925 [WARN - Thread-142] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:30:33.925 [INFO - Thread-142] (HiveMetaStore.java:632) Started the new metaserver on port [46261]...
18:30:33.925 [INFO - Thread-142] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:30:33.925 [INFO - Thread-142] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:30:33.925 [INFO - Thread-142] (HiveMetaStore.java:635) TCP keepalive = true
18:30:33.925 [INFO - Thread-142] (HiveMetaStore.java:636) Enable SSL = false
18:30:34.407 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:30:34.408 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:30:34.408 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:30:34.411 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:30:34.411 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46261]
18:30:34.411 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46261) in binary transport mode
18:30:34.412 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46261) current connections: 1
18:30:34.413 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskf08feK/test-tmp
18:30:34.414 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
18:30:34.414 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskf08feK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
18:30:34.417 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46261"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:30:34.764 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:34.764 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:30:34.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:34.768059  1321 mini_oidc.cc:150] Starting JWKS server
18:30:34.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:34.771299  1321 webserver.cc:534] Webserver started at http://127.0.0.1:38887/ using document root <none> and password file <none>
18:30:34.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:34.772015  1321 mini_oidc.cc:186] Starting OIDC Discovery server
18:30:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:34.773896  1321 webserver.cc:534] Webserver started at http://127.0.0.1:45113/ using document root <none> and password file <none>
18:30:34.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:34Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:30:34.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:34Z Disabled control of system clock
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:34.841630  1321 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/wal
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/data
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/logs
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/data/info.pb
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.74.126:36859
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.74.126
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.74.84:41491
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.74.126:36859,127.1.74.125:40461,127.1.74.124:40529
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
18:30:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46261 with env {}
18:30:35.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.153105  1333 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:35.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.153692  1333 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:35.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.154141  1333 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:35.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.186883  1333 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:35.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.187212  1333 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:35.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.187413  1333 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:35.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.187606  1333 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:35.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.187809  1333 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:35.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.187963  1333 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38887/jwks.json
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:35.226848  1333 master_runner.cc:387] Master server non-default flags:
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.74.84:41491
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/data
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/wal
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46261
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.74.126:36859,127.1.74.125:40461,127.1.74.124:40529
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.74.126:36859
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/data/info.pb
18:30:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.74.126
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/logs
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:35.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:35.228283  1333 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:35.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:35.229972  1333 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.241173  1339 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
18:30:36.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:35.242616  1340 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
18:30:36.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.466473  1342 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
18:30:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.469170  1341 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1222 milliseconds
18:30:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.469280  1333 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
18:30:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.470516  1333 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:36.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.473681  1333 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.475183  1333 hybrid_clock.cc:648] HybridClock initialized: now 1783535436475089 us; error 59 us; skew 500 ppm
18:30:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.476011  1333 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:36.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.483120  1333 webserver.cc:534] Webserver started at http://127.1.74.126:39759/ using document root <none> and password file <none>
18:30:36.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.484161  1333 fs_manager.cc:362] Metadata directory not provided
18:30:36.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.484364  1333 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:36.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.484782  1333 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:36.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.489295  1333 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/data/instance:
18:30:36.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "145855b13f4340cdb08be429c0f40cf6"
18:30:36.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:36 on dist-test-slave-sx7p"
18:30:36.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.490362  1333 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/wal/instance:
18:30:36.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "145855b13f4340cdb08be429c0f40cf6"
18:30:36.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:36 on dist-test-slave-sx7p"
18:30:36.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.499670  1333 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.010s	sys 0.001s
18:30:36.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.505587  1349 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:36.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.506839  1333 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.001s
18:30:36.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.507238  1333 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/wal
18:30:36.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "145855b13f4340cdb08be429c0f40cf6"
18:30:36.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:36 on dist-test-slave-sx7p"
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.507647  1333 fs_report.cc:389] FS layout report
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/wal
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/wal
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/data/data
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:36.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:36.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.557622  1333 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:36.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.559334  1333 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:36.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.559804  1333 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:36.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.636184  1333 rpc_server.cc:307] RPC server started. Bound to: 127.1.74.126:36859
18:30:36.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.636267  1400 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.74.126:36859 every 8 connection(s)
18:30:36.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.638949  1333 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/data/info.pb
18:30:36.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.643543  1321 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 1333
18:30:36.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.643942  1321 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-0/wal/instance
18:30:36.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.645256  1401 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.647583  1321 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/wal
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/data
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/logs
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/data/info.pb
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.74.125:40461
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.74.125
18:30:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:36.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.74.84:41491
18:30:36.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:36.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:36.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:36.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:36.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.74.126:36859,127.1.74.125:40461,127.1.74.124:40529
18:30:36.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:36.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
18:30:36.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46261 with env {}
18:30:36.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.659945  1401 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.74.126" port: 36859 } has no permanent_uuid. Determining permanent_uuid...
18:30:36.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.689808  1401 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } has no permanent_uuid. Determining permanent_uuid...
18:30:36.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.692896  1353 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.74.125:40461: connect: Connection refused (error 111)
18:30:36.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.697672  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.125:40461: Network error: Client connection negotiation failed: client connection to 127.1.74.125:40461: connect: Connection refused (error 111)
18:30:36.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.747288  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } attempt: 1
18:30:36.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.752377  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.125:40461: Network error: Client connection negotiation failed: client connection to 127.1.74.125:40461: connect: Connection refused (error 111)
18:30:36.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.820808  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } attempt: 2
18:30:36.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.825778  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.125:40461: Network error: Client connection negotiation failed: client connection to 127.1.74.125:40461: connect: Connection refused (error 111)
18:30:36.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:36.917177  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } attempt: 3
18:30:36.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.922055  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.125:40461: Network error: Client connection negotiation failed: client connection to 127.1.74.125:40461: connect: Connection refused (error 111)
18:30:36.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.975381  1402 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:36.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.976055  1402 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:36.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:36.976537  1402 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:37.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.009760  1402 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:37.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.010054  1402 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:37.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.010339  1402 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:37.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.010553  1402 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:37.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.010756  1402 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.010908  1402 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38887/jwks.json
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:37.052059  1402 master_runner.cc:387] Master server non-default flags:
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.74.84:41491
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/data
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/wal
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46261
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.74.126:36859,127.1.74.125:40461,127.1.74.124:40529
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.74.125:40461
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/data/info.pb
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.74.125
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/logs
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:37.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:37.053436  1402 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:37.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:37.055095  1402 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:37.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:37.065503  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } attempt: 4
18:30:37.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.066488  1411 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
18:30:37.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.072021  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.125:40461: Network error: Client connection negotiation failed: client connection to 127.1.74.125:40461: connect: Connection refused (error 111)
18:30:37.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:37.371529  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } attempt: 5
18:30:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.381189  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.125:40461: Network error: Client connection negotiation failed: client connection to 127.1.74.125:40461: connect: Connection refused (error 111)
18:30:37.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:37.928831  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } attempt: 6
18:30:37.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.957806  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.125:40461: Network error: Client connection negotiation failed: client connection to 127.1.74.125:40461: connect: Connection refused (error 111)
18:30:38.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:38.471457  1410 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 1402
18:30:38.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:38.620759  1402 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.553s	user 0.584s	sys 0.964s
18:30:38.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:38.621155  1402 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.554s	user 0.584s	sys 0.964s
18:30:38.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:37.067757  1412 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
18:30:38.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:38.622884  1413 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1553 milliseconds
18:30:38.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.623260  1402 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
18:30:38.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:38.623337  1414 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
18:30:38.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.626811  1402 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.629266  1402 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:38.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.630640  1402 hybrid_clock.cc:648] HybridClock initialized: now 1783535438630592 us; error 54 us; skew 500 ppm
18:30:38.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.631654  1402 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:38.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.640405  1402 webserver.cc:534] Webserver started at http://127.1.74.125:46147/ using document root <none> and password file <none>
18:30:38.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.641826  1402 fs_manager.cc:362] Metadata directory not provided
18:30:38.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.642141  1402 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:38.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.642812  1402 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:38.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.650501  1402 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/data/instance:
18:30:38.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f2bd4f8273224f58875b4a4f20a176a5"
18:30:38.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:38 on dist-test-slave-sx7p"
18:30:38.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.652000  1402 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/wal/instance:
18:30:38.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f2bd4f8273224f58875b4a4f20a176a5"
18:30:38.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:38 on dist-test-slave-sx7p"
18:30:38.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.660039  1402 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.002s
18:30:38.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.666075  1423 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:38.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.667351  1402 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.002s
18:30:38.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.667796  1402 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/wal
18:30:38.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f2bd4f8273224f58875b4a4f20a176a5"
18:30:38.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:38 on dist-test-slave-sx7p"
18:30:38.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.668187  1402 fs_report.cc:389] FS layout report
18:30:38.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:38.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/wal
18:30:38.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/wal
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/data/data
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:38.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:38.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.745201  1402 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:38.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.747005  1402 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:38.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.747655  1402 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:38.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.822839  1402 rpc_server.cc:307] RPC server started. Bound to: 127.1.74.125:40461
18:30:38.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.822916  1474 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.74.125:40461 every 8 connection(s)
18:30:38.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.826480  1402 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/data/info.pb
18:30:38.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.832728  1475 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:38.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.832825  1321 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 1402
18:30:38.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.833272  1321 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-1/wal/instance
18:30:38.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.836344  1321 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:38.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:38.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/wal
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/data
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/logs
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/data/info.pb
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.74.124:40529
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.74.124
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.74.84:41491
18:30:38.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:38.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:38.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:38.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:38.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.74.126:36859,127.1.74.125:40461,127.1.74.124:40529
18:30:38.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:38.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
18:30:38.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46261 with env {}
18:30:38.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.847477  1475 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.74.126" port: 36859 } has no permanent_uuid. Determining permanent_uuid...
18:30:38.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.870064  1475 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } has no permanent_uuid. Determining permanent_uuid...
18:30:38.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.885710  1475 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } has no permanent_uuid. Determining permanent_uuid...
18:30:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:38.888624  1424 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:38.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:38.893528  1475 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:38.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:38.943101  1475 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 1
18:30:38.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:38.948606  1475 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.017082  1475 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 2
18:30:39.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.018455  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } attempt: 7
18:30:39.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.022614  1475 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.031523  1401 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } has no permanent_uuid. Determining permanent_uuid...
18:30:39.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.037488  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.095897  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 1
18:30:39.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.100530  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.114076  1475 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 3
18:30:39.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.118920  1475 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.168402  1476 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:39.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.169143  1476 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:39.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.169760  1476 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:39.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.182034  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 2
18:30:39.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.186681  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.204816  1476 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:39.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.205204  1476 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:39.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.205600  1476 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:39.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.205942  1476 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:39.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.206256  1476 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:39.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.206509  1476 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38887/jwks.json
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.246054  1476 master_runner.cc:387] Master server non-default flags:
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.74.84:41491
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/data
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/wal
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46261
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.74.126:36859,127.1.74.125:40461,127.1.74.124:40529
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:39.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.74.124:40529
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/data/info.pb
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.74.124
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/logs
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:39.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.247879  1476 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:39.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.249737  1476 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:39.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.261556  1488 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
18:30:39.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.262391  1475 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 4
18:30:39.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.269870  1475 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.272078  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 3
18:30:39.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.281641  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.422210  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 4
18:30:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.432364  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.569411  1475 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 5
18:30:39.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.578052  1475 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:39.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:39.715953  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 5
18:30:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.725049  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:40.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.125622  1475 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 6
18:30:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:40.160358  1475 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:40.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.277638  1401 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } attempt: 6
18:30:40.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:40.301111  1401 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.74.124:40529: Network error: Client connection negotiation failed: client connection to 127.1.74.124:40529: connect: Connection refused (error 111)
18:30:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:40.665694  1487 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 1476
18:30:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:40.766850  1476 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.505s	user 0.529s	sys 0.971s
18:30:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:40.767347  1476 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.506s	user 0.529s	sys 0.972s
18:30:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:39.262236  1489 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
18:30:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:40.768712  1490 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1505 milliseconds
18:30:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:40.769337  1491 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
18:30:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.769261  1476 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
18:30:40.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.772951  1476 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:40.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.775807  1476 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.777272  1476 hybrid_clock.cc:648] HybridClock initialized: now 1783535440777190 us; error 46 us; skew 500 ppm
18:30:40.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.778128  1476 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:40.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.784957  1476 webserver.cc:534] Webserver started at http://127.1.74.124:40573/ using document root <none> and password file <none>
18:30:40.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.785938  1476 fs_manager.cc:362] Metadata directory not provided
18:30:40.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.786149  1476 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:40.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.786589  1476 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:40.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.791524  1476 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/data/instance:
18:30:40.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2417e52b1264b12b13a078995f95166"
18:30:40.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:40 on dist-test-slave-sx7p"
18:30:40.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.792850  1476 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/wal/instance:
18:30:40.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2417e52b1264b12b13a078995f95166"
18:30:40.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:40 on dist-test-slave-sx7p"
18:30:40.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.801558  1476 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.000s
18:30:40.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.807932  1502 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:40.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.809257  1476 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
18:30:40.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.809592  1476 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/wal
18:30:40.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2417e52b1264b12b13a078995f95166"
18:30:40.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:40 on dist-test-slave-sx7p"
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.809900  1476 fs_report.cc:389] FS layout report
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/wal
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/wal
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/data/data
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:40.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.865088  1476 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:40.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.866559  1476 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:40.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.866966  1476 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:40.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.940822  1476 rpc_server.cc:307] RPC server started. Bound to: 127.1.74.124:40529
18:30:40.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.940901  1553 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.74.124:40529 every 8 connection(s)
18:30:40.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.943838  1476 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/data/info.pb
18:30:40.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.946064  1321 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 1476
18:30:40.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.946404  1321 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster17542428648895522318/master-2/wal/instance
18:30:40.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.950717  1554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:40.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:40.965386  1554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.74.126" port: 36859 } has no permanent_uuid. Determining permanent_uuid...
18:30:41.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.006597  1554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } has no permanent_uuid. Determining permanent_uuid...
18:30:41.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.019335  1554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } has no permanent_uuid. Determining permanent_uuid...
18:30:41.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.037412  1554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166: Bootstrap starting.
18:30:41.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.038962  1321 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:30:41.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.044140  1554 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166: Neither blocks nor log segments found. Creating new log.
18:30:41.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.046104  1554 log.cc:826] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166: Log is configured to *not* fsync() on all Append() calls
18:30:41.047 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:41.047 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:30:41.048 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.74.126"
      port: 36859
    }
    bound_http_address {
      host: "127.1.74.126"
      port: 39759
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.74.125"
      port: 40461
    }
    bound_http_address {
      host: "127.1.74.125"
      port: 46147
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.74.124"
      port: 40529
    }
    bound_http_address {
      host: "127.1.74.124"
      port: 40573
    }
  }
}

18:30:41.049 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:30:41.049 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:41.050 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:30:41.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.050906  1321 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 1333
18:30:41.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.051578  1554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166: No bootstrap required, opened a new log
18:30:41.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.071321  1554 raft_consensus.cc:359] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "145855b13f4340cdb08be429c0f40cf6" member_type: VOTER last_known_addr { host: "127.1.74.126" port: 36859 } } peers { permanent_uuid: "f2bd4f8273224f58875b4a4f20a176a5" member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } } peers { permanent_uuid: "c2417e52b1264b12b13a078995f95166" member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } }
18:30:41.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.072338  1554 raft_consensus.cc:385] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:41.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.072643  1321 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 1402
18:30:41.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.072654  1554 raft_consensus.cc:740] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2417e52b1264b12b13a078995f95166, State: Initialized, Role: FOLLOWER
18:30:41.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.074110  1554 consensus_queue.cc:260] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [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: "145855b13f4340cdb08be429c0f40cf6" member_type: VOTER last_known_addr { host: "127.1.74.126" port: 36859 } } peers { permanent_uuid: "f2bd4f8273224f58875b4a4f20a176a5" member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } } peers { permanent_uuid: "c2417e52b1264b12b13a078995f95166" member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } }
18:30:41.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.077242  1562 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [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: "145855b13f4340cdb08be429c0f40cf6" member_type: VOTER last_known_addr { host: "127.1.74.126" port: 36859 } } peers { permanent_uuid: "f2bd4f8273224f58875b4a4f20a176a5" member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } } peers { permanent_uuid: "c2417e52b1264b12b13a078995f95166" member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } } }
18:30:41.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.078315  1562 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [sys.catalog]: This master's current role is: FOLLOWER
18:30:41.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.079383  1554 sys_catalog.cc:565] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [sys.catalog]: configured and running, proceeding with master startup.
18:30:41.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.082441  1562 raft_consensus.cc:493] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:30:41.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.083411  1562 raft_consensus.cc:515] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "145855b13f4340cdb08be429c0f40cf6" member_type: VOTER last_known_addr { host: "127.1.74.126" port: 36859 } } peers { permanent_uuid: "f2bd4f8273224f58875b4a4f20a176a5" member_type: VOTER last_known_addr { host: "127.1.74.125" port: 40461 } } peers { permanent_uuid: "c2417e52b1264b12b13a078995f95166" member_type: VOTER last_known_addr { host: "127.1.74.124" port: 40529 } }
18:30:41.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.087426  1562 leader_election.cc:290] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 145855b13f4340cdb08be429c0f40cf6 (127.1.74.126:36859), f2bd4f8273224f58875b4a4f20a176a5 (127.1.74.125:40461)
18:30:41.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:41.088498  1505 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.74.126:36859: connect: Connection refused (error 111)
18:30:41.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:41.096521  1505 leader_election.cc:336] T 00000000000000000000000000000000 P c2417e52b1264b12b13a078995f95166 [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer 145855b13f4340cdb08be429c0f40cf6 (127.1.74.126:36859): Network error: Client connection negotiation failed: client connection to 127.1.74.126:36859: connect: Connection refused (error 111)
18:30:41.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:41.100144  1506 connection.cc:573] client connection to 127.1.74.125:40461 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
18:30:41.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:41.101636  1321 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 1476
18:30:42.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:42Z chronyd exiting
.18:30:43.322 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:30:43.322 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:30:43.322 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:30:43.339 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive4097047312848724944
18:30:43.340 [INFO - Thread-158] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:30:43.340 [INFO - Thread-158] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:30:43.342 [INFO - Thread-158] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:30:43.343 [INFO - Thread-158] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:30:43.343 [INFO - Thread-158] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:30:43.343 [INFO - Thread-158] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:30:43.345 [INFO - Thread-158] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:30:43.345 [INFO - Thread-158] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:30:43.345 [INFO - Thread-158] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:30:43.346 [INFO - Thread-158] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:30:43.347 [INFO - Thread-158] (HikariDataSource.java:80) objectstore - Starting...
18:30:43.396 [INFO - Thread-158] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:30:43.397 [INFO - Thread-158] (HikariDataSource.java:82) objectstore - Start completed.
18:30:43.397 [INFO - Thread-158] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:30:43.398 [INFO - Thread-158] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:30:43.402 [INFO - Thread-158] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:30:43.403 [INFO - Thread-158] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:30:43.416 [INFO - Thread-158] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:30:43.416 [INFO - Thread-158] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:30:43.416 [INFO - Thread-158] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:30:43.434 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:43.435 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:43.435 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:43.435 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:43.436 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:43.436 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:30:43.658 [INFO - Thread-158] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:30:43.659 [INFO - Thread-158] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44112fda, with PersistenceManager: null will be shutdown
18:30:43.659 [INFO - Thread-158] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44112fda, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5f2dbe7b created in the thread with id: 219
18:30:43.661 [WARN - Thread-158] (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
18:30:43.662 [INFO - Thread-158] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44112fda
18:30:43.768 [INFO - Thread-158] (HMSHandler.java:595) Started creating a default database with name: default
18:30:43.792 [INFO - Thread-158] (HMSHandler.java:605) Successfully created a default database with name: default
18:30:43.825 [INFO - Thread-158] (HMSHandler.java:668) Added admin role in metastore
18:30:43.827 [INFO - Thread-158] (HMSHandler.java:677) Added public role in metastore
18:30:43.862 [INFO - Thread-158] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:30:43.863 [INFO - Thread-158] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:30:43.863 [INFO - Thread-158] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:30:43.863 [INFO - Thread-158] (HiveMetaStore.java:697) Direct SQL optimization = true
18:30:43.864 [WARN - Thread-158] (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)
18:30:43.864 [INFO - Thread-158] (HiveMetaStore.java:632) Started the new metaserver on port [37709]...
18:30:43.864 [INFO - Thread-158] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:30:43.864 [INFO - Thread-158] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:30:43.864 [INFO - Thread-158] (HiveMetaStore.java:635) TCP keepalive = true
18:30:43.864 [INFO - Thread-158] (HiveMetaStore.java:636) Enable SSL = false
18:30:44.341 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:30:44.342 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:30:44.342 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:30:44.344 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:30:44.344 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37709]
18:30:44.344 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37709) in binary transport mode
18:30:44.344 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37709) current connections: 1
18:30:44.346 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskf08feK/test-tmp
18:30:44.346 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
18:30:44.347 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskf08feK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
18:30:44.350 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:30:44.680 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:44.680 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:30:44.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:44.684659  1596 mini_oidc.cc:150] Starting JWKS server
18:30:44.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:44.687841  1596 webserver.cc:534] Webserver started at http://127.0.0.1:41739/ using document root <none> and password file <none>
18:30:44.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:44.688246  1596 mini_oidc.cc:186] Starting OIDC Discovery server
18:30:44.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:44.689857  1596 webserver.cc:534] Webserver started at http://127.0.0.1:36477/ using document root <none> and password file <none>
18:30:44.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:44Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:30:44.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:44Z Disabled control of system clock
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:44.754518  1596 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/wal
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/data
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/logs
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/data/info.pb
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.143.62:39373
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.143.62
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.143.20:39701
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:44.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:44.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.143.62:39373,127.1.143.61:43125,127.1.143.60:40503
18:30:44.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:44.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41739/jwks.json with env {}
18:30:45.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.061213  1608 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:45.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.061913  1608 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:45.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.062510  1608 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:45.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.095335  1608 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:45.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.095638  1608 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:45.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.095853  1608 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:45.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.096071  1608 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:45.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.096273  1608 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:45.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.096416  1608 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41739/jwks.json
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:45.136065  1608 master_runner.cc:387] Master server non-default flags:
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.143.20:39701
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/data
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/wal
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.143.62:39373,127.1.143.61:43125,127.1.143.60:40503
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.143.62:39373
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:45.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41739/jwks.json
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/data/info.pb
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.143.62
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/logs
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:45.137436  1608 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:45.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:45.139097  1608 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:45.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.150995  1614 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
18:30:46.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.156148  1617 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
18:30:46.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:45.152354  1615 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
18:30:46.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.372606  1616 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1216 milliseconds
18:30:46.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.372732  1608 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
18:30:46.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.374048  1608 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:46.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.376688  1608 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:46.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.378086  1608 hybrid_clock.cc:648] HybridClock initialized: now 1783535446378054 us; error 38 us; skew 500 ppm
18:30:46.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.378959  1608 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:46.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.385362  1608 webserver.cc:534] Webserver started at http://127.1.143.62:41727/ using document root <none> and password file <none>
18:30:46.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.386353  1608 fs_manager.cc:362] Metadata directory not provided
18:30:46.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.386613  1608 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:46.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.387217  1608 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:46.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.391733  1608 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/data/instance:
18:30:46.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ce7657971b8646a5a83768c9d71c3b18"
18:30:46.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:46 on dist-test-slave-sx7p"
18:30:46.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.392973  1608 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/wal/instance:
18:30:46.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ce7657971b8646a5a83768c9d71c3b18"
18:30:46.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:46 on dist-test-slave-sx7p"
18:30:46.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.400516  1608 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
18:30:46.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.406441  1624 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:46.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.407613  1608 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.000s
18:30:46.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.408033  1608 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/wal
18:30:46.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ce7657971b8646a5a83768c9d71c3b18"
18:30:46.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:46 on dist-test-slave-sx7p"
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.408411  1608 fs_report.cc:389] FS layout report
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/wal
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/wal
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/data/data
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:46.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:46.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.476675  1608 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:46.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.478299  1608 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:46.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.478880  1608 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:46.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.551730  1608 rpc_server.cc:307] RPC server started. Bound to: 127.1.143.62:39373
18:30:46.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.551831  1675 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.143.62:39373 every 8 connection(s)
18:30:46.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.554641  1608 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/data/info.pb
18:30:46.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.561149  1676 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:46.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.564608  1596 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 1608
18:30:46.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.565124  1596 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-0/wal/instance
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.570605  1596 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/wal
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/data
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/logs
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/data/info.pb
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.143.61:43125
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.143.61
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.143.20:39701
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:46.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:46.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.143.62:39373,127.1.143.61:43125,127.1.143.60:40503
18:30:46.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:46.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41739/jwks.json with env {}
18:30:46.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.577639  1676 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } has no permanent_uuid. Determining permanent_uuid...
18:30:46.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.609968  1676 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } has no permanent_uuid. Determining permanent_uuid...
18:30:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.612738  1625 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.143.61:43125: connect: Connection refused (error 111)
18:30:46.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.617028  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.61:43125: Network error: Client connection negotiation failed: client connection to 127.1.143.61:43125: connect: Connection refused (error 111)
18:30:46.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.666564  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } attempt: 1
18:30:46.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.671948  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.61:43125: Network error: Client connection negotiation failed: client connection to 127.1.143.61:43125: connect: Connection refused (error 111)
18:30:46.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.740456  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } attempt: 2
18:30:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.745271  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.61:43125: Network error: Client connection negotiation failed: client connection to 127.1.143.61:43125: connect: Connection refused (error 111)
18:30:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.836747  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } attempt: 3
18:30:46.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.841199  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.61:43125: Network error: Client connection negotiation failed: client connection to 127.1.143.61:43125: connect: Connection refused (error 111)
18:30:46.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.885954  1678 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:46.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.886528  1678 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:46.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.886997  1678 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:46.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.919303  1678 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:46.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.919587  1678 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:46.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.919801  1678 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:46.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.920007  1678 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:46.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.920202  1678 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:46.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.920353  1678 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41739/jwks.json
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.957878  1678 master_runner.cc:387] Master server non-default flags:
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.143.20:39701
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/data
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/wal
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.143.62:39373,127.1.143.61:43125,127.1.143.60:40503
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.143.61:43125
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41739/jwks.json
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/data/info.pb
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.143.61
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:46.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/logs
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.959384  1678 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:46.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.961378  1678 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:46.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.972443  1687 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
18:30:46.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:46.984651  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } attempt: 4
18:30:46.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.991202  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.61:43125: Network error: Client connection negotiation failed: client connection to 127.1.143.61:43125: connect: Connection refused (error 111)
18:30:47.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:47.290887  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } attempt: 5
18:30:47.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:47.300292  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.61:43125: Network error: Client connection negotiation failed: client connection to 127.1.143.61:43125: connect: Connection refused (error 111)
18:30:47.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:47.847891  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } attempt: 6
18:30:47.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:47.872397  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.61:43125: Network error: Client connection negotiation failed: client connection to 127.1.143.61:43125: connect: Connection refused (error 111)
18:30:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.377610  1686 debug-util.cc:398] Leaking SignalData structure 0x7b0800028020 after lost signal to thread 1678
18:30:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.519783  1686 kernel_stack_watchdog.cc:198] Thread 1678 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 401ms:
18:30:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
18:30:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
18:30:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
18:30:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
18:30:48.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:46.972952  1688 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
18:30:48.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.521633  1678 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.549s	user 0.575s	sys 0.970s
18:30:48.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.522208  1678 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.550s	user 0.575s	sys 0.970s
18:30:48.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.523711  1690 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
18:30:48.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.525941  1689 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1547 milliseconds
18:30:48.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.526002  1678 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
18:30:48.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.527496  1678 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:48.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.530035  1678 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.531437  1678 hybrid_clock.cc:648] HybridClock initialized: now 1783535448531402 us; error 39 us; skew 500 ppm
18:30:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.532223  1678 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:48.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.538445  1678 webserver.cc:534] Webserver started at http://127.1.143.61:40913/ using document root <none> and password file <none>
18:30:48.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.540278  1678 fs_manager.cc:362] Metadata directory not provided
18:30:48.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.540594  1678 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:48.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.541370  1678 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:48.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.549533  1678 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/data/instance:
18:30:48.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e7ea1c11e59f4970b3c388dda93a7da5"
18:30:48.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:48 on dist-test-slave-sx7p"
18:30:48.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.551313  1678 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/wal/instance:
18:30:48.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e7ea1c11e59f4970b3c388dda93a7da5"
18:30:48.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:48 on dist-test-slave-sx7p"
18:30:48.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.561502  1678 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.008s	sys 0.001s
18:30:48.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.569578  1699 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:48.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.571622  1678 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.004s
18:30:48.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.572084  1678 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/wal
18:30:48.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e7ea1c11e59f4970b3c388dda93a7da5"
18:30:48.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:48 on dist-test-slave-sx7p"
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.572613  1678 fs_report.cc:389] FS layout report
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/wal
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/wal
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/data/data
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:48.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.625047  1678 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.626641  1678 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.627272  1678 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:48.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.700320  1678 rpc_server.cc:307] RPC server started. Bound to: 127.1.143.61:43125
18:30:48.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.700384  1750 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.143.61:43125 every 8 connection(s)
18:30:48.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.703213  1678 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/data/info.pb
18:30:48.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.709224  1751 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:48.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.709830  1596 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 1678
18:30:48.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.710177  1596 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-1/wal/instance
18:30:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.712464  1596 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskf08feK/build/tsan/bin/kudu
18:30:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/wal
18:30:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/data
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/logs
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/data/info.pb
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.143.60:40503
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.143.60
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.143.20:39701
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.143.62:39373,127.1.143.61:43125,127.1.143.60:40503
18:30:48.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:48.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41739/jwks.json with env {}
18:30:48.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.721594  1751 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } has no permanent_uuid. Determining permanent_uuid...
18:30:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.746124  1751 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } has no permanent_uuid. Determining permanent_uuid...
18:30:48.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.761443  1751 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } has no permanent_uuid. Determining permanent_uuid...
18:30:48.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.764667  1703 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:48.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.769757  1751 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.819335  1751 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 1
18:30:48.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.824944  1751 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:48.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.893407  1751 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 2
18:30:48.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.898389  1751 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:48.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.933000  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } attempt: 7
18:30:48.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.945649  1676 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } has no permanent_uuid. Determining permanent_uuid...
18:30:48.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.952015  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:48.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:48.989832  1751 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 3
18:30:48.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:48.994410  1751 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:49.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.010486  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 1
18:30:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.015087  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:49.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.047196  1753 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:30:49.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.047751  1753 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:30:49.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.048209  1753 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:30:49.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.080711  1753 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:30:49.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.081012  1753 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:30:49.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.081210  1753 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:30:49.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.081413  1753 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:30:49.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.081606  1753 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:30:49.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.081754  1753 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41739/jwks.json
18:30:49.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.096601  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 2
18:30:49.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.101313  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:49.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.120385  1753 master_runner.cc:387] Master server non-default flags:
18:30:49.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:30:49.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.143.20:39701
18:30:49.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:30:49.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/data
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/wal
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.143.62:39373,127.1.143.61:43125,127.1.143.60:40503
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.143.60:40503
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41739/jwks.json
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/data/info.pb
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.143.60
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/logs
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:05:40 UTC on e7f111948823
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16871
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
18:30:49.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.121661  1753 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:30:49.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.123260  1753 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:30:49.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.133582  1765 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
18:30:49.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.137840  1751 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 4
18:30:49.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.144713  1751 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:49.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.186822  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 3
18:30:49.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.194011  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:49.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.334583  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 4
18:30:49.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.342119  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:49.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.444243  1751 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 5
18:30:49.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.451713  1751 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:49.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.625703  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 5
18:30:49.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.633016  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:50.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:49.999305  1751 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 6
18:30:50.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:50.011667  1751 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.185667  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 6
18:30:50.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:50.198356  1676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.143.60:40503: Network error: Client connection negotiation failed: client connection to 127.1.143.60:40503: connect: Connection refused (error 111)
18:30:50.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.135504  1766 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
18:30:50.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:49.139519  1768 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
18:30:50.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:50.369308  1767 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1230 milliseconds
18:30:50.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.369431  1753 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
18:30:50.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.370656  1753 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:30:50.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.373756  1753 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:30:50.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.375243  1753 hybrid_clock.cc:648] HybridClock initialized: now 1783535450375188 us; error 64 us; skew 500 ppm
18:30:50.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.376032  1753 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:30:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.382766  1753 webserver.cc:534] Webserver started at http://127.1.143.60:37665/ using document root <none> and password file <none>
18:30:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.383728  1753 fs_manager.cc:362] Metadata directory not provided
18:30:50.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.383932  1753 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:30:50.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.384303  1753 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:30:50.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.388696  1753 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/data/instance:
18:30:50.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "072144240f634b08b04908ba41024cb6"
18:30:50.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:50 on dist-test-slave-sx7p"
18:30:50.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.389775  1753 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/wal/instance:
18:30:50.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "072144240f634b08b04908ba41024cb6"
18:30:50.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:50 on dist-test-slave-sx7p"
18:30:50.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.397157  1753 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.003s
18:30:50.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.402917  1779 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:30:50.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.404233  1753 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
18:30:50.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.404583  1753 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/data,/tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/wal
18:30:50.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "072144240f634b08b04908ba41024cb6"
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:30:50 on dist-test-slave-sx7p"
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.404932  1753 fs_report.cc:389] FS layout report
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/wal
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/wal
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/data/data
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:30:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:30:50.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.469339  1753 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:30:50.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.470849  1753 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:30:50.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.471345  1753 kserver.cc:163] Server-wide thread pool size limit: 3276
18:30:50.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.545984  1753 rpc_server.cc:307] RPC server started. Bound to: 127.1.143.60:40503
18:30:50.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.546062  1830 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.143.60:40503 every 8 connection(s)
18:30:50.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.548895  1753 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/data/info.pb
18:30:50.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.554399  1596 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskf08feK/build/tsan/bin/kudu as pid 1753
18:30:50.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.554883  1596 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskf08feK/test-tmp/mini-kudu-cluster3737619909254317399/master-2/wal/instance
18:30:50.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.556711  1831 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:30:50.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.568955  1831 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } has no permanent_uuid. Determining permanent_uuid...
18:30:50.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.590617  1831 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } has no permanent_uuid. Determining permanent_uuid...
18:30:50.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.604700  1831 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } has no permanent_uuid. Determining permanent_uuid...
18:30:50.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.623577  1831 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6: Bootstrap starting.
18:30:50.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.623728  1596 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:30:50.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.630173  1831 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6: Neither blocks nor log segments found. Creating new log.
18:30:50.631 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:50.631 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:30:50.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.632308  1831 log.cc:826] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6: Log is configured to *not* fsync() on all Append() calls
18:30:50.632 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.143.62"
      port: 39373
    }
    bound_http_address {
      host: "127.1.143.62"
      port: 41727
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.143.61"
      port: 43125
    }
    bound_http_address {
      host: "127.1.143.61"
      port: 40913
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.143.60"
      port: 40503
    }
    bound_http_address {
      host: "127.1.143.60"
      port: 37665
    }
  }
}

18:30:50.636 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:30:50.637 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:30:50.638 [INFO - Metastore-Handler-Pool: Thread-240] (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=d493369a-5ec7-463d-a49b-f81d74685aa0, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:30:50.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.638200  1831 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6: No bootstrap required, opened a new log
18:30:50.639 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:30:50.640 [INFO - Metastore-Handler-Pool: Thread-240] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:30:50.640 [INFO - Metastore-Handler-Pool: Thread-240] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d6d498, with PersistenceManager: null will be shutdown
18:30:50.640 [INFO - Metastore-Handler-Pool: Thread-240] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d6d498, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2e9dbf3d created in the thread with id: 240
18:30:50.645 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d6d498
18:30:50.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.661836  1831 raft_consensus.cc:359] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } }
18:30:50.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.662576  1831 raft_consensus.cc:385] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:50.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.662932  1831 raft_consensus.cc:740] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 072144240f634b08b04908ba41024cb6, State: Initialized, Role: FOLLOWER
18:30:50.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.664098  1831 consensus_queue.cc:260] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [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: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } }
18:30:50.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.667524  1840 sys_catalog.cc:455] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [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: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:50.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.668555  1840 sys_catalog.cc:458] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [sys.catalog]: This master's current role is: FOLLOWER
18:30:50.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.669358  1831 sys_catalog.cc:565] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [sys.catalog]: configured and running, proceeding with master startup.
18:30:50.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:50.702026  1851 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:30:50.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:50.702410  1851 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:30:50.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:50.726660  1785 tablet.cc:2406] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.695845  1753 master_runner.cc:187] Error getting master registration for 127.1.143.62:39373: OK, instance_id { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" instance_seqno: 1783535446531036 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:30:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.741915  1753 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:30:50.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.873785  1840 raft_consensus.cc:493] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:30:50.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.874398  1840 raft_consensus.cc:515] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } }
18:30:50.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:50.880688  1840 leader_election.cc:290] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ce7657971b8646a5a83768c9d71c3b18 (127.1.143.62:39373), e7ea1c11e59f4970b3c388dda93a7da5 (127.1.143.61:43125)
18:30:50.953 [WARN - Metastore-Handler-Pool: Thread-240] (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.
18:30:50.959 [WARN - Metastore-Handler-Pool: Thread-240] (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.
18:30:50.959 [WARN - Metastore-Handler-Pool: Thread-240] (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.
18:30:51.026 [INFO - Metastore-Handler-Pool: Thread-240] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:30:51.031 [INFO - Metastore-Handler-Pool: Thread-240] (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/hive4097047312848724944/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=d493369a-5ec7-463d-a49b-f81d74685aa0, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:30:51.032 [INFO - Metastore-Handler-Pool: Thread-240] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4097047312848724944/external-warehouse/table
18:30:51.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.072237  1751 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 7
18:30:51.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.120288  1751 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5: Bootstrap starting.
18:30:51.121 [DEBUG - Metastore-Handler-Pool: Thread-240] (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.
18:30:51.122 [DEBUG - Metastore-Handler-Pool: Thread-240] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:30:51.125 [DEBUG - Metastore-Handler-Pool: Thread-240] (Connection.java:748) [peer master-127.1.143.62:39373(127.1.143.62:39373)] connecting to peer
18:30:51.126 [DEBUG - Metastore-Handler-Pool: Thread-240] (Connection.java:748) [peer master-127.1.143.60:40503(127.1.143.60:40503)] connecting to peer
18:30:51.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.128033  1751 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5: Neither blocks nor log segments found. Creating new log.
18:30:51.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.130551  1751 log.cc:826] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5: Log is configured to *not* fsync() on all Append() calls
18:30:51.131 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.143.62:39373(127.1.143.62:39373)] Successfully connected to peer
18:30:51.137 [DEBUG - Metastore-Handler-Pool: Thread-240] (Connection.java:748) [peer master-127.1.143.61:43125(127.1.143.61:43125)] connecting to peer
18:30:51.139 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.1.143.60:40503(127.1.143.60:40503)] Successfully connected to peer
18:30:51.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.140849  1751 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5: No bootstrap required, opened a new log
18:30:51.144 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.143.60
18:30:51.150 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.1.143.61:43125(127.1.143.61:43125)] Successfully connected to peer
18:30:51.154 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.143.62
18:30:51.181 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.143.61
18:30:51.186 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:30:51.191 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x8710a399, L:/127.0.0.1:34390 - R:/127.1.143.60:40503] using SASL/PLAIN
18:30:51.198 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:30:51.209 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x5b598826, L:/127.0.0.1:38720 - R:/127.1.143.61:43125] using SASL/PLAIN
18:30:51.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.213759  1751 raft_consensus.cc:359] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } }
18:30:51.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.215430  1751 raft_consensus.cc:385] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:51.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.216158  1751 raft_consensus.cc:740] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e7ea1c11e59f4970b3c388dda93a7da5, State: Initialized, Role: FOLLOWER
18:30:51.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.218016  1751 consensus_queue.cc:260] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [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: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } }
18:30:51.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.231751  1676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } attempt: 7
18:30:51.236 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.61:43125: Catalog manager is not initialized. State: Starting
18:30:51.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.236150  1726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "072144240f634b08b04908ba41024cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" is_pre_election: true
18:30:51.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.237459  1751 sys_catalog.cc:565] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [sys.catalog]: configured and running, proceeding with master startup.
18:30:51.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.238404  1726 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 072144240f634b08b04908ba41024cb6 in term 0.
18:30:51.248 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:30:51.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.246284  1780 leader_election.cc:304] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [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: 072144240f634b08b04908ba41024cb6, e7ea1c11e59f4970b3c388dda93a7da5; no voters: 
18:30:51.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.247256  1840 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:30:51.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.247607  1840 raft_consensus.cc:493] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:30:51.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.247926  1840 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 0 FOLLOWER]: Advancing to term 1
18:30:51.252 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x78b1db06, L:/127.0.0.1:58402 - R:/127.1.143.62:39373] using SASL/PLAIN
18:30:51.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.256798  1840 raft_consensus.cc:515] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } }
18:30:51.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.239070  1866 sys_catalog.cc:455] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [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: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:51.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.259521  1866 sys_catalog.cc:458] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [sys.catalog]: This master's current role is: FOLLOWER
18:30:51.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.262415  1726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "072144240f634b08b04908ba41024cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e7ea1c11e59f4970b3c388dda93a7da5"
18:30:51.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.263583  1726 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [term 0 FOLLOWER]: Advancing to term 1
18:30:51.269 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.62:39373: Catalog manager is not initialized. State: Starting
18:30:51.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.269912  1840 leader_election.cc:290] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [CANDIDATE]: Term 1 election: Requested vote from peers ce7657971b8646a5a83768c9d71c3b18 (127.1.143.62:39373), e7ea1c11e59f4970b3c388dda93a7da5 (127.1.143.61:43125)
18:30:51.279 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125; will retry
18:30:51.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.278841  1726 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 072144240f634b08b04908ba41024cb6 in term 1.
18:30:51.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.281445  1780 leader_election.cc:304] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [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: 072144240f634b08b04908ba41024cb6, e7ea1c11e59f4970b3c388dda93a7da5; no voters: 
18:30:51.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.282995  1840 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 1 FOLLOWER]: Leader election won for term 1
18:30:51.292 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.61:43125: Catalog manager is not initialized. State: Starting
18:30:51.306 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.62:39373: Catalog manager is not initialized. State: Starting
18:30:51.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.308952  1840 raft_consensus.cc:697] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [term 1 LEADER]: Becoming Leader. State: Replica: 072144240f634b08b04908ba41024cb6, State: Running, Role: LEADER
18:30:51.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.312014  1840 consensus_queue.cc:237] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [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: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } }
18:30:51.331 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125; will retry
18:30:51.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.332788  1676 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18: Bootstrap starting.
18:30:51.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.333048  1871 sys_catalog.cc:455] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 072144240f634b08b04908ba41024cb6. Latest consensus state: current_term: 1 leader_uuid: "072144240f634b08b04908ba41024cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:51.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.333833  1871 sys_catalog.cc:458] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [sys.catalog]: This master's current role is: LEADER
18:30:51.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.344053  1874 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:30:51.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.347167  1676 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18: Neither blocks nor log segments found. Creating new log.
18:30:51.351 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.61:43125: Catalog manager is not initialized. State: Starting
18:30:51.351 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.62:39373: Catalog manager is not initialized. State: Starting
18:30:51.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.355491  1676 log.cc:826] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18: Log is configured to *not* fsync() on all Append() calls
18:30:51.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.359071  1874 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:30:51.361 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125; will retry
18:30:51.368 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.61:43125: Catalog manager is not initialized. State: Starting
18:30:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.369369  1676 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18: No bootstrap required, opened a new log
18:30:51.370 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.62:39373: Catalog manager is not initialized. State: Starting
18:30:51.374 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125; will retry
18:30:51.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:51.385505  1705 tablet.cc:2406] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:51.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.399358  1726 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [term 1 FOLLOWER]: Refusing update from remote peer 072144240f634b08b04908ba41024cb6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:30:51.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.401554  1871 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:30:51.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.407537  1676 raft_consensus.cc:359] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } }
18:30:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.408804  1676 raft_consensus.cc:385] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:30:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.409260  1676 raft_consensus.cc:740] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce7657971b8646a5a83768c9d71c3b18, State: Initialized, Role: FOLLOWER
18:30:51.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.410400  1676 consensus_queue.cc:260] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [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: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } }
18:30:51.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.413134  1882 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [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: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.414077  1882 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [sys.catalog]: This master's current role is: FOLLOWER
18:30:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.415087  1676 sys_catalog.cc:565] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [sys.catalog]: configured and running, proceeding with master startup.
18:30:51.415 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.62:39373: Catalog manager is not initialized. State: Starting
18:30:51.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.415295  1650 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "072144240f634b08b04908ba41024cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce7657971b8646a5a83768c9d71c3b18"
18:30:51.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.416066  1650 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [term 0 FOLLOWER]: Advancing to term 1
18:30:51.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.416329  1651 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "072144240f634b08b04908ba41024cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce7657971b8646a5a83768c9d71c3b18" is_pre_election: true
18:30:51.421 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.61:43125: Catalog manager is not initialized. State: Starting
18:30:51.421 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125; will retry
18:30:51.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.426945  1650 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 072144240f634b08b04908ba41024cb6 in term 1.
18:30:51.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.431301  1649 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [term 1 FOLLOWER]: Refusing update from remote peer 072144240f634b08b04908ba41024cb6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:30:51.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.439529  1871 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:30:51.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.460016  1866 sys_catalog.cc:455] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 072144240f634b08b04908ba41024cb6. Latest consensus state: current_term: 1 leader_uuid: "072144240f634b08b04908ba41024cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:51.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.461026  1866 sys_catalog.cc:458] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [sys.catalog]: This master's current role is: FOLLOWER
18:30:51.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.469827  1882 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 072144240f634b08b04908ba41024cb6. Latest consensus state: current_term: 1 leader_uuid: "072144240f634b08b04908ba41024cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:51.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.470872  1882 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [sys.catalog]: This master's current role is: FOLLOWER
18:30:51.471 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.61:43125: Catalog manager is not initialized. State: Starting
18:30:51.472 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.62:39373: Catalog manager is not initialized. State: Starting
18:30:51.472 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125; will retry
18:30:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.473412  1840 sys_catalog.cc:455] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "072144240f634b08b04908ba41024cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.474140  1840 sys_catalog.cc:458] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [sys.catalog]: This master's current role is: LEADER
18:30:51.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.475736  1891 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:30:51.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.476590  1884 mvcc.cc:204] Tried to move back new op lower bound from 7305361208911208448 to 7305361208594391040. Current Snapshot: MvccSnapshot[applied={T|T < 7305361208911208448}]
18:30:51.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.477366  1874 catalog_manager.cc:1382] Generated new cluster ID: 6e402162c6c94f75b2c3b85a3ac5d9d8
18:30:51.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.477675  1874 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:30:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.483873  1866 sys_catalog.cc:455] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "072144240f634b08b04908ba41024cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.484566  1866 sys_catalog.cc:458] T 00000000000000000000000000000000 P e7ea1c11e59f4970b3c388dda93a7da5 [sys.catalog]: This master's current role is: FOLLOWER
18:30:51.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:30:51.493008  1630 tablet.cc:2406] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:30:51.505 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.62:39373: Catalog manager is not initialized. State: Starting
18:30:51.505 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125; will retry
18:30:51.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.514930  1871 sys_catalog.cc:455] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "072144240f634b08b04908ba41024cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:51.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.515897  1871 sys_catalog.cc:458] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6 [sys.catalog]: This master's current role is: LEADER
18:30:51.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.518921  1888 mvcc.cc:204] Tried to move back new op lower bound from 7305361208911208448 to 7305361208594391040. Current Snapshot: MvccSnapshot[applied={T|T < 7305361208911208448}]
18:30:51.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.535775  1882 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "072144240f634b08b04908ba41024cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" member_type: VOTER last_known_addr { host: "127.1.143.62" port: 39373 } } peers { permanent_uuid: "e7ea1c11e59f4970b3c388dda93a7da5" member_type: VOTER last_known_addr { host: "127.1.143.61" port: 43125 } } peers { permanent_uuid: "072144240f634b08b04908ba41024cb6" member_type: VOTER last_known_addr { host: "127.1.143.60" port: 40503 } } }
18:30:51.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.536494  1882 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce7657971b8646a5a83768c9d71c3b18 [sys.catalog]: This master's current role is: FOLLOWER
18:30:51.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.565421  1874 catalog_manager.cc:1405] Generated new certificate authority record
18:30:51.572 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.1.143.62:39373: Catalog manager is not initialized. State: Starting
18:30:51.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.572435  1874 catalog_manager.cc:1539] Loading token signing keys...
18:30:51.578 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.1.143.62:39373,127.1.143.60:40503,127.1.143.61:43125; will retry
18:30:51.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.495848  1678 master_runner.cc:187] Error getting master registration for 127.1.143.62:39373: OK, instance_id { permanent_uuid: "ce7657971b8646a5a83768c9d71c3b18" instance_seqno: 1783535446531036 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:30:51.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.605227  1678 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:30:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.642652  1874 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 072144240f634b08b04908ba41024cb6: Generated new TSK 0
18:30:51.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.645206  1874 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:30:51.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:51.646258  1904 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:30:51.712 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:30:51.751 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:51.786 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:51.787 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:30:51.796 [INFO - Metastore-Handler-Pool: Thread-240] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:30:51.835 [INFO - Metastore-Handler-Pool: Thread-240] (MetaStoreServerUtils.java:473) Updating table stats for table
18:30:51.835 [INFO - Metastore-Handler-Pool: Thread-240] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:30:51.923 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:30:51.947 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:3711) Skipping translation for processor with null
18:30:51.948 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:30:52.068 [WARN - Metastore-Handler-Pool: Thread-240] (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.
18:30:52.195 [WARN - Metastore-Handler-Pool: Thread-240] (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.
18:30:52.235 [WARN - Metastore-Handler-Pool: Thread-240] (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.
18:30:52.363 [INFO - Metastore-Handler-Pool: Thread-240] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:30:52.364 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:30:52.364 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:30:52.364 [INFO - Metastore-Handler-Pool: Thread-240] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d6d498, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2e9dbf3d will be shutdown
18:30:52.365 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:30:52.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:52.365036  1596 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 1608
18:30:52.400 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.143.62:39373(127.1.143.62:39373)] handling channelInactive
18:30:52.400 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.143.62:39373(127.1.143.62:39373)] cleaning up while in state READY due to: connection closed
18:30:52.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:52.412120  1596 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 1678
18:30:52.446 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.1.143.61:43125(127.1.143.61:43125)] handling channelInactive
18:30:52.446 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.1.143.61:43125(127.1.143.61:43125)] cleaning up while in state READY due to: connection closed
18:30:52.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:30:52.456122  1596 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskf08feK/build/tsan/bin/kudu with pid 1753
18:30:52.484 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.1.143.60:40503(127.1.143.60:40503)] handling channelInactive
18:30:52.484 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.1.143.60:40503(127.1.143.60:40503)] cleaning up while in state READY due to: connection closed
18:30:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:30:53Z chronyd exiting

Time: 81.955

OK (6 tests)

