JUnit version 4.13.2
.20:02:58.145 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:58.152 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:58.153 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:58.278 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13278130005928882185
20:02:58.435 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:02:58.456 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:02:58.715 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:58.755 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:58.756 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
20:02:58.784 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
20:02:58.797 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:02:58.820 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
20:02:59.588 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:59.592 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
20:02:59.614 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:02:59.617 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:02:59.630 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:59.631 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:02:59.827 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:02:59.827 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:02:59.830 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:03:00.301 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:03:00.302 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@445f72a3, with PersistenceManager: null will be shutdown
20:03:00.330 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@445f72a3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@145e8b78 created in the thread with id: 13
20:03:00.390 [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
20:03:00.629 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:00.630 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:00.632 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:00.632 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:00.633 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:00.634 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:01.285 [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
20:03:01.286 [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.141
20:03:01.286 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@445f72a3
20:03:01.618 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
20:03:01.667 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
20:03:01.714 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
20:03:01.717 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
20:03:01.794 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:03:01.801 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:03:02.105 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:03:02.111 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
20:03:02.122 [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)
20:03:02.123 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [41935]...
20:03:02.123 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:03:02.123 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:03:02.124 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
20:03:02.124 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
20:03:02.303 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:02.304 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:02.304 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:02.318 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:03:02.318 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41935]
20:03:02.319 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41935) in binary transport mode
20:03:02.333 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41935) current connections: 1
20:03:02.412 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
20:03:02.545 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskSJ_1Gi/test-tmp
20:03:02.548 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
20:03:02.552 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskSJ_1Gi/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
20:03:02.587 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41935"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:03:03.016 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:03.026 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:03:03.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.031932  1951 mini_oidc.cc:150] Starting JWKS server
20:03:03.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.036522  1951 webserver.cc:533] Webserver started at http://127.0.0.1:44351/ using document root <none> and password file <none>
20:03:03.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.037117  1951 mini_oidc.cc:186] Starting OIDC Discovery server
20:03:03.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.039809  1951 webserver.cc:533] Webserver started at http://127.0.0.1:41943/ using document root <none> and password file <none>
20:03:03.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:03:03.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:03Z Disabled control of system clock
20:03:03.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.115031  1951 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:03.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:03.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/wal
20:03:03.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/data
20:03:03.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:03.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:03.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:03.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:03.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:03.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:03.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/logs
20:03:03.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/data/info.pb
20:03:03.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:03.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:03.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:03.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:03.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:03.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:03.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:03.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:03.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:03.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:03.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:03.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:03.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.231.254:33715
20:03:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.231.254
20:03:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.231.212:45873
20:03:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:03.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.231.254:33715,127.1.231.253:44829,127.1.231.252:45529
20:03:03.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:03.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44351/jwks.json
20:03:03.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41935 with env {}
20:03:03.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.426414  1966 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:03.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.427183  1966 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:03.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.427945  1966 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:03.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.463507  1966 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:03.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.463929  1966 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:03.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.464299  1966 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.464687  1966 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.465085  1966 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:03.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.465389  1966 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44351/jwks.json
20:03:03.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.502687  1966 master_runner.cc:387] Master server non-default flags:
20:03:03.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/logs
20:03:03.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.231.212:45873
20:03:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:03.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/data
20:03:03.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/wal
20:03:03.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41935
20:03:03.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:03.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.231.254:33715,127.1.231.253:44829,127.1.231.252:45529
20:03:03.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:03.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:03.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:03.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.231.254:33715
20:03:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44351/jwks.json
20:03:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/data/info.pb
20:03:03.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.231.254
20:03:03.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:03.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:03.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:03.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:03.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:03.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:03.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:03.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:03.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:03.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:03.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:03.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:03.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:03.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:03.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.504628  1966 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:03.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.507120  1966 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:03.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.520004  1973 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
20:03:04.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.525792  1976 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
20:03:04.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.523077  1974 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
20:03:04.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:04.764569  1975 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1239 milliseconds
20:03:04.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.764690  1966 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
20:03:04.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.766155  1966 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:04.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.768904  1966 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:04.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.770318  1966 hybrid_clock.cc:648] HybridClock initialized: now 1786478584770268 us; error 48 us; skew 500 ppm
20:03:04.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.771272  1966 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:04.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.777743  1966 webserver.cc:533] Webserver started at http://127.1.231.254:33439/ using document root <none> and password file <none>
20:03:04.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.778834  1966 fs_manager.cc:362] Metadata directory not provided
20:03:04.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.779093  1966 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:04.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.779742  1966 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.784225  1966 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/data/instance:
20:03:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "495b64654f0047c7a88837d71f012495"
20:03:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:04 on dist-test-slave-10pc"
20:03:04.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.785717  1966 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/wal/instance:
20:03:04.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "495b64654f0047c7a88837d71f012495"
20:03:04.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:04 on dist-test-slave-10pc"
20:03:04.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.794085  1966 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.008s	sys 0.000s
20:03:04.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.800129  1984 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:04.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.801319  1966 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
20:03:04.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.801704  1966 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/wal
20:03:04.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "495b64654f0047c7a88837d71f012495"
20:03:04.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:04 on dist-test-slave-10pc"
20:03:04.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.802114  1966 fs_report.cc:389] FS layout report
20:03:04.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:04.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/wal
20:03:04.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/wal
20:03:04.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/data/data
20:03:04.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:04.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:04.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:04.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:04.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:04.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:04.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:04.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:04.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:04.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:04.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:04.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.866606  1966 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.868371  1966 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:04.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.868942  1966 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:04.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.945099  1966 rpc_server.cc:307] RPC server started. Bound to: 127.1.231.254:33715
20:03:04.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.945209  2043 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.231.254:33715 every 8 connection(s)
20:03:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.948065  1966 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/data/info.pb
20:03:04.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.953701  1951 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 1966
20:03:04.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.953951  2044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:04.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.954214  1951 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-0/wal/instance
20:03:04.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.957808  1951 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:04.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:04.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/wal
20:03:04.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/data
20:03:04.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:04.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:04.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:04.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:04.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:04.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:04.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/logs
20:03:04.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/data/info.pb
20:03:04.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:04.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:04.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:04.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:04.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:04.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:04.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:04.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:04.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:04.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:04.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:04.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:04.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.231.253:44829
20:03:04.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.231.253
20:03:04.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:04.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.231.212:45873
20:03:04.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:04.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:04.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:04.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:04.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.231.254:33715,127.1.231.253:44829,127.1.231.252:45529
20:03:04.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:04.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44351/jwks.json
20:03:04.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41935 with env {}
20:03:04.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.967716  2044 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } has no permanent_uuid. Determining permanent_uuid...
20:03:05.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:05.001354  2044 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } has no permanent_uuid. Determining permanent_uuid...
20:03:05.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.004300  1988 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.231.253:44829: connect: Connection refused (error 111)
20:03:05.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.009212  2044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.253:44829: Network error: Client connection negotiation failed: client connection to 127.1.231.253:44829: connect: Connection refused (error 111)
20:03:05.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:05.058761  2044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } attempt: 1
20:03:05.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.064374  2044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.253:44829: Network error: Client connection negotiation failed: client connection to 127.1.231.253:44829: connect: Connection refused (error 111)
20:03:05.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:05.132815  2044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } attempt: 2
20:03:05.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.137140  2044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.253:44829: Network error: Client connection negotiation failed: client connection to 127.1.231.253:44829: connect: Connection refused (error 111)
20:03:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:05.228708  2044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } attempt: 3
20:03:05.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.233019  2044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.253:44829: Network error: Client connection negotiation failed: client connection to 127.1.231.253:44829: connect: Connection refused (error 111)
20:03:05.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.286434  2046 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:05.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.286988  2046 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:05.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.287443  2046 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:05.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.321039  2046 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:05.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.321331  2046 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:05.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.321571  2046 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:05.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.321851  2046 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:05.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.322103  2046 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:05.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.322309  2046 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44351/jwks.json
20:03:05.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:05.360287  2046 master_runner.cc:387] Master server non-default flags:
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/logs
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.231.212:45873
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/data
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/wal
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41935
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.231.254:33715,127.1.231.253:44829,127.1.231.252:45529
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.231.253:44829
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44351/jwks.json
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/data/info.pb
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.231.253
20:03:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:05.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:05.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:05.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:05.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:05.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:05.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:05.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:05.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:05.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:05.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:05.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:05.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:05.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:05.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:05.361815  2046 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:05.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:05.363551  2046 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:05.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.374193  2056 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
20:03:05.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:05.376475  2044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } attempt: 4
20:03:05.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.384966  2044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.253:44829: Network error: Client connection negotiation failed: client connection to 127.1.231.253:44829: connect: Connection refused (error 111)
20:03:05.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:05.684558  2044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } attempt: 5
20:03:05.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.693954  2044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.253:44829: Network error: Client connection negotiation failed: client connection to 127.1.231.253:44829: connect: Connection refused (error 111)
20:03:06.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:06.243815  2044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } attempt: 6
20:03:06.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:06.261286  2044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.253:44829: Network error: Client connection negotiation failed: client connection to 127.1.231.253:44829: connect: Connection refused (error 111)
20:03:07.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:06.779101  2055 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 2046
20:03:07.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.230870  2046 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.856s	user 0.680s	sys 1.166s
20:03:07.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.231335  2046 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.856s	user 0.680s	sys 1.166s
20:03:07.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:05.375941  2057 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
20:03:07.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.233924  2060 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
20:03:07.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.237706  2058 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1860 milliseconds
20:03:07.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.237733  2046 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
20:03:07.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.239264  2046 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:07.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.241842  2046 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:07.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.243245  2046 hybrid_clock.cc:648] HybridClock initialized: now 1786478587243210 us; error 37 us; skew 500 ppm
20:03:07.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.244247  2046 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:07.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.250592  2046 webserver.cc:533] Webserver started at http://127.1.231.253:45601/ using document root <none> and password file <none>
20:03:07.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.251642  2046 fs_manager.cc:362] Metadata directory not provided
20:03:07.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.251912  2046 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:07.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.252585  2046 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:07.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.257179  2046 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/data/instance:
20:03:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5ab14687f9834ac69496928f1ea0ca6c"
20:03:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:07 on dist-test-slave-10pc"
20:03:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.258576  2046 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/wal/instance:
20:03:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5ab14687f9834ac69496928f1ea0ca6c"
20:03:07.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:07 on dist-test-slave-10pc"
20:03:07.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.266475  2046 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
20:03:07.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.272648  2069 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:07.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.273886  2046 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
20:03:07.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.274312  2046 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/wal
20:03:07.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5ab14687f9834ac69496928f1ea0ca6c"
20:03:07.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:07 on dist-test-slave-10pc"
20:03:07.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.274750  2046 fs_report.cc:389] FS layout report
20:03:07.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:07.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/wal
20:03:07.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/wal
20:03:07.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/data/data
20:03:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:07.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:07.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:07.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:07.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.321756  2044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } attempt: 7
20:03:07.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.328719  2044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.253:44829: Network error: Client connection negotiation failed: client connection to 127.1.231.253:44829: connect: Connection refused (error 111)
20:03:07.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.336946  2046 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:07.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.338747  2046 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:07.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.339308  2046 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:07.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.413967  2046 rpc_server.cc:307] RPC server started. Bound to: 127.1.231.253:44829
20:03:07.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.414072  2131 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.231.253:44829 every 8 connection(s)
20:03:07.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.417054  2046 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/data/info.pb
20:03:07.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.422968  2132 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:07.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.426406  1951 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 2046
20:03:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.426865  1951 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-1/wal/instance
20:03:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.429140  1951 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/wal
20:03:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/data
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/logs
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/data/info.pb
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:07.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:07.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.231.252:45529
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.231.252
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.231.212:45873
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.231.254:33715,127.1.231.253:44829,127.1.231.252:45529
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:07.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44351/jwks.json
20:03:07.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41935 with env {}
20:03:07.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.435127  2132 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } has no permanent_uuid. Determining permanent_uuid...
20:03:07.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.462010  2132 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } has no permanent_uuid. Determining permanent_uuid...
20:03:07.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.476310  2132 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } has no permanent_uuid. Determining permanent_uuid...
20:03:07.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.478864  2072 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.231.252:45529: connect: Connection refused (error 111)
20:03:07.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.483062  2132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.252:45529: Network error: Client connection negotiation failed: client connection to 127.1.231.252:45529: connect: Connection refused (error 111)
20:03:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.532580  2132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } attempt: 1
20:03:07.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.537220  2132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.252:45529: Network error: Client connection negotiation failed: client connection to 127.1.231.252:45529: connect: Connection refused (error 111)
20:03:07.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.605629  2132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } attempt: 2
20:03:07.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.610029  2132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.252:45529: Network error: Client connection negotiation failed: client connection to 127.1.231.252:45529: connect: Connection refused (error 111)
20:03:07.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.701419  2132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } attempt: 3
20:03:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.705720  2132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.252:45529: Network error: Client connection negotiation failed: client connection to 127.1.231.252:45529: connect: Connection refused (error 111)
20:03:07.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.757105  2133 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:07.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.757650  2133 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:07.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.758080  2133 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:07.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.791026  2133 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:07.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.791316  2133 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:07.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.791553  2133 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:07.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.791760  2133 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:07.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.792078  2133 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:07.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.792358  2133 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44351/jwks.json
20:03:07.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.829444  2133 master_runner.cc:387] Master server non-default flags:
20:03:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/logs
20:03:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.231.212:45873
20:03:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/data
20:03:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/wal
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41935
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.231.254:33715,127.1.231.253:44829,127.1.231.252:45529
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.231.252:45529
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44351/jwks.json
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/data/info.pb
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.231.252
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:07.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:07.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:07.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.830938  2133 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:07.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.833140  2133 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:07.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.843505  2145 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
20:03:07.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:07.849164  2132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } attempt: 4
20:03:07.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.855053  2132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.252:45529: Network error: Client connection negotiation failed: client connection to 127.1.231.252:45529: connect: Connection refused (error 111)
20:03:08.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:08.154553  2132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } attempt: 5
20:03:08.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:08.161628  2132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.252:45529: Network error: Client connection negotiation failed: client connection to 127.1.231.252:45529: connect: Connection refused (error 111)
20:03:08.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:08.709268  2132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } attempt: 6
20:03:08.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:08.721290  2132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.231.252:45529: Network error: Client connection negotiation failed: client connection to 127.1.231.252:45529: connect: Connection refused (error 111)
20:03:09.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:07.845285  2147 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
20:03:09.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:09.129547  2149 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
20:03:09.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:09.132094  2148 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1282 milliseconds
20:03:09.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.132192  2133 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
20:03:09.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.133687  2133 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:09.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.136930  2133 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:09.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.138361  2133 hybrid_clock.cc:648] HybridClock initialized: now 1786478589138327 us; error 75 us; skew 500 ppm
20:03:09.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.139269  2133 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:09.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.145599  2133 webserver.cc:533] Webserver started at http://127.1.231.252:45355/ using document root <none> and password file <none>
20:03:09.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.146507  2133 fs_manager.cc:362] Metadata directory not provided
20:03:09.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.146698  2133 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:09.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.147111  2133 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:09.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.151631  2133 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/data/instance:
20:03:09.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bc65f82387da41d692b85b82be9bfa13"
20:03:09.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:09 on dist-test-slave-10pc"
20:03:09.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.152732  2133 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/wal/instance:
20:03:09.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bc65f82387da41d692b85b82be9bfa13"
20:03:09.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:09 on dist-test-slave-10pc"
20:03:09.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.160386  2133 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
20:03:09.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.166188  2158 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:09.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.167414  2133 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.167716  2133 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/wal
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bc65f82387da41d692b85b82be9bfa13"
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:09 on dist-test-slave-10pc"
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.168004  2133 fs_report.cc:389] FS layout report
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/wal
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/wal
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/data/data
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:09.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:09.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.217245  2133 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:09.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.218981  2133 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:09.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.219452  2133 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:09.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.306016  2133 rpc_server.cc:307] RPC server started. Bound to: 127.1.231.252:45529
20:03:09.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.306092  2216 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.231.252:45529 every 8 connection(s)
20:03:09.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.308785  2133 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/data/info.pb
20:03:09.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.314945  1951 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 2133
20:03:09.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.315356  1951 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster6724563057557712915/master-2/wal/instance
20:03:09.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.315757  2217 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:09.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.332278  2217 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } has no permanent_uuid. Determining permanent_uuid...
20:03:09.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.354192  2217 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } has no permanent_uuid. Determining permanent_uuid...
20:03:09.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.365799  2217 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } has no permanent_uuid. Determining permanent_uuid...
20:03:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.379776  1951 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:03:09.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.383147  2217 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13: Bootstrap starting.
20:03:09.387 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:09.388 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:03:09.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.389907  2217 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13: Neither blocks nor log segments found. Creating new log.
20:03:09.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.392349  2217 log.cc:826] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13: Log is configured to *not* fsync() on all Append() calls
20:03:09.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.397840  2217 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13: No bootstrap required, opened a new log
20:03:09.398 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.231.254"
      port: 33715
    }
    bound_http_address {
      host: "127.1.231.254"
      port: 33439
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.231.253"
      port: 44829
    }
    bound_http_address {
      host: "127.1.231.253"
      port: 45601
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.231.252"
      port: 45529
    }
    bound_http_address {
      host: "127.1.231.252"
      port: 45355
    }
  }
}

20:03:09.405 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

20:03:09.405 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:09.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.419121  2044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } attempt: 8
20:03:09.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.424942  2217 raft_consensus.cc:359] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } }
20:03:09.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.426194  2217 raft_consensus.cc:385] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:09.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.426744  2217 raft_consensus.cc:740] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc65f82387da41d692b85b82be9bfa13, State: Initialized, Role: FOLLOWER
20:03:09.427 [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=73afa281-2ff0-466a-9102-645e7970b62b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:09.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.428118  2217 consensus_queue.cc:260] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [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: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } }
20:03:09.430 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:09.431 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:09.432 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2, with PersistenceManager: null will be shutdown
20:03:09.433 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4b49a804 created in the thread with id: 36
20:03:09.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.436873  2226 sys_catalog.cc:455] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [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: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:09.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.440858  2226 sys_catalog.cc:458] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [sys.catalog]: This master's current role is: FOLLOWER
20:03:09.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.440522  2217 sys_catalog.cc:565] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [sys.catalog]: configured and running, proceeding with master startup.
20:03:09.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.448308  2044 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } has no permanent_uuid. Determining permanent_uuid...
20:03:09.463 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2
20:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.472520  2044 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495: Bootstrap starting.
20:03:09.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:09.476428  2164 tablet.cc:2406] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.481544  2044 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495: Neither blocks nor log segments found. Creating new log.
20:03:09.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.484400  2044 log.cc:826] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495: Log is configured to *not* fsync() on all Append() calls
20:03:09.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.495729  2044 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495: No bootstrap required, opened a new log
20:03:09.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.524559  2044 raft_consensus.cc:359] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } }
20:03:09.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.526240  2044 raft_consensus.cc:385] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:09.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.526561  2044 raft_consensus.cc:740] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 495b64654f0047c7a88837d71f012495, State: Initialized, Role: FOLLOWER
20:03:09.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.529513  2044 consensus_queue.cc:260] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [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: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } }
20:03:09.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.554641  2234 sys_catalog.cc:455] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [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: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:09.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.556722  2044 sys_catalog.cc:565] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [sys.catalog]: configured and running, proceeding with master startup.
20:03:09.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.557300  2234 sys_catalog.cc:458] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [sys.catalog]: This master's current role is: FOLLOWER
20:03:09.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.623618  2226 raft_consensus.cc:493] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:03:09.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.624145  2226 raft_consensus.cc:515] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } }
20:03:09.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.627192  2226 leader_election.cc:290] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 495b64654f0047c7a88837d71f012495 (127.1.231.254:33715), 5ab14687f9834ac69496928f1ea0ca6c (127.1.231.253:44829)
20:03:09.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.629760  2017 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bc65f82387da41d692b85b82be9bfa13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "495b64654f0047c7a88837d71f012495" is_pre_election: true
20:03:09.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.630674  2017 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bc65f82387da41d692b85b82be9bfa13 in term 0.
20:03:09.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:09.631774  1992 tablet.cc:2406] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:09.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.633013  2161 leader_election.cc:304] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [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: 495b64654f0047c7a88837d71f012495, bc65f82387da41d692b85b82be9bfa13; no voters: 
20:03:09.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.633934  2226 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 0 FOLLOWER]: Leader pre-election won for term 1
20:03:09.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.634275  2226 raft_consensus.cc:493] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:03:09.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.634595  2226 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 0 FOLLOWER]: Advancing to term 1
20:03:09.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.644171  2226 raft_consensus.cc:515] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } }
20:03:09.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.653271  2017 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bc65f82387da41d692b85b82be9bfa13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "495b64654f0047c7a88837d71f012495"
20:03:09.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.653872  2017 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [term 0 FOLLOWER]: Advancing to term 1
20:03:09.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.657099  2226 leader_election.cc:290] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [CANDIDATE]: Term 1 election: Requested vote from peers 495b64654f0047c7a88837d71f012495 (127.1.231.254:33715), 5ab14687f9834ac69496928f1ea0ca6c (127.1.231.253:44829)
20:03:09.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.663265  2017 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bc65f82387da41d692b85b82be9bfa13 in term 1.
20:03:09.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.614689  2252 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
20:03:09.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.665982  2161 leader_election.cc:304] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [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: 495b64654f0047c7a88837d71f012495, bc65f82387da41d692b85b82be9bfa13; no voters: 
20:03:09.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.667292  2226 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 1 FOLLOWER]: Leader election won for term 1
20:03:09.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.677977  2226 raft_consensus.cc:697] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [term 1 LEADER]: Becoming Leader. State: Replica: bc65f82387da41d692b85b82be9bfa13, State: Running, Role: LEADER
20:03:09.679 [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=	
20:03:09.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:09.681402  2247 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:09.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.680925  2226 consensus_queue.cc:237] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [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: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } }
20:03:09.693 [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=	
20:03:09.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:09.694353  2256 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:09.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.746316  2258 sys_catalog.cc:455] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [sys.catalog]: SysCatalogTable state changed. Reason: New leader bc65f82387da41d692b85b82be9bfa13. Latest consensus state: current_term: 1 leader_uuid: "bc65f82387da41d692b85b82be9bfa13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:09.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.747498  2258 sys_catalog.cc:458] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [sys.catalog]: This master's current role is: LEADER
20:03:09.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:09.748010  2262 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:03:09.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:09.748627  2262 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:03:09.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.618837  2133 master_runner.cc:187] Error getting master registration for 127.1.231.254:33715: OK, instance_id { permanent_uuid: "495b64654f0047c7a88837d71f012495" instance_seqno: 1786478584923729 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:09.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.754494  2265 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:03:09.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.755125  2133 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:09.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.768203  2265 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:03:09.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.781900  2132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } attempt: 7
20:03:09.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.709692  1966 master_runner.cc:187] Error getting master registration for 127.1.231.253:44829: OK, instance_id { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" instance_seqno: 1786478587393802 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:09.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.802042  1966 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:09.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.803120  2017 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [term 1 FOLLOWER]: Refusing update from remote peer bc65f82387da41d692b85b82be9bfa13: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:09.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.805531  2258 consensus_queue.cc:1048] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
20:03:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.845005  2234 sys_catalog.cc:455] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [sys.catalog]: SysCatalogTable state changed. Reason: New leader bc65f82387da41d692b85b82be9bfa13. Latest consensus state: current_term: 1 leader_uuid: "bc65f82387da41d692b85b82be9bfa13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:09.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.846364  2234 sys_catalog.cc:458] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [sys.catalog]: This master's current role is: FOLLOWER
20:03:09.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.852775  2268 mvcc.cc:204] Tried to move back new op lower bound from 7317416303810822144 to 7317416303412432896. Current Snapshot: MvccSnapshot[applied={T|T < 7317416303810822144}]
20:03:09.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.866617  2234 sys_catalog.cc:455] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "bc65f82387da41d692b85b82be9bfa13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:09.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.867396  2234 sys_catalog.cc:458] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495 [sys.catalog]: This master's current role is: FOLLOWER
20:03:09.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.868530  2226 sys_catalog.cc:455] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "bc65f82387da41d692b85b82be9bfa13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:09.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.869271  2226 sys_catalog.cc:458] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [sys.catalog]: This master's current role is: LEADER
20:03:09.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.875916  2265 catalog_manager.cc:1383] Generated new cluster ID: 78076671a3de44a8893da6b69c28c1a5
20:03:09.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.876215  2265 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:03:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.897688  2132 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c: Bootstrap starting.
20:03:09.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.918777  2265 catalog_manager.cc:1406] Generated new certificate authority record
20:03:09.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.925175  2265 catalog_manager.cc:1540] Loading token signing keys...
20:03:09.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.988230  2265 catalog_manager.cc:6092] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13: Generated new TSK 0
20:03:09.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.989445  2265 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:03:09.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:09.994033  2265 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
20:03:10.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.000315  2265 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
20:03:10.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.009172  2132 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c: Neither blocks nor log segments found. Creating new log.
20:03:10.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.033334  2132 log.cc:826] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c: Log is configured to *not* fsync() on all Append() calls
20:03:10.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.080571  2132 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c: No bootstrap required, opened a new log
20:03:10.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.199561  2132 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } }
20:03:10.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.200507  2132 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:10.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.200811  2132 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ab14687f9834ac69496928f1ea0ca6c, State: Initialized, Role: FOLLOWER
20:03:10.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.211556  2132 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [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: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } }
20:03:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.221618  2275 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [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: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.222452  2275 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [sys.catalog]: This master's current role is: FOLLOWER
20:03:10.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.228127  2132 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [sys.catalog]: configured and running, proceeding with master startup.
20:03:10.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.228789  2102 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [term 0 FOLLOWER]: Advancing to term 1
20:03:10.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.233022  2104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bc65f82387da41d692b85b82be9bfa13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ab14687f9834ac69496928f1ea0ca6c" is_pre_election: true
20:03:10.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.235725  2103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bc65f82387da41d692b85b82be9bfa13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ab14687f9834ac69496928f1ea0ca6c"
20:03:10.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.241890  2102 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [term 1 FOLLOWER]: Refusing update from remote peer bc65f82387da41d692b85b82be9bfa13: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:10.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.248971  2258 consensus_queue.cc:1048] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
20:03:10.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.317833  2275 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [sys.catalog]: SysCatalogTable state changed. Reason: New leader bc65f82387da41d692b85b82be9bfa13. Latest consensus state: current_term: 1 leader_uuid: "bc65f82387da41d692b85b82be9bfa13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:10.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.318001  2285 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "bc65f82387da41d692b85b82be9bfa13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:10.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.318653  2275 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [sys.catalog]: This master's current role is: FOLLOWER
20:03:10.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.318679  2285 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c [sys.catalog]: This master's current role is: FOLLOWER
20:03:10.386 [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=	
20:03:10.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:10.389961  2296 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:10.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.398332  2300 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
20:03:10.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.678918  2301 sys_catalog.cc:455] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "bc65f82387da41d692b85b82be9bfa13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "495b64654f0047c7a88837d71f012495" member_type: VOTER last_known_addr { host: "127.1.231.254" port: 33715 } } peers { permanent_uuid: "5ab14687f9834ac69496928f1ea0ca6c" member_type: VOTER last_known_addr { host: "127.1.231.253" port: 44829 } } peers { permanent_uuid: "bc65f82387da41d692b85b82be9bfa13" member_type: VOTER last_known_addr { host: "127.1.231.252" port: 45529 } } }
20:03:10.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.682273  2301 sys_catalog.cc:458] T 00000000000000000000000000000000 P bc65f82387da41d692b85b82be9bfa13 [sys.catalog]: This master's current role is: LEADER
20:03:10.722 [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=	
20:03:10.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:10.723618  2247 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:10.726 [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=	
20:03:10.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:10.727545  2256 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:10.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.754704  2262 catalog_manager.cc:1295] Loaded cluster ID: 78076671a3de44a8893da6b69c28c1a5
20:03:10.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.755406  2262 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495: loading cluster ID for follower catalog manager: success
20:03:10.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.764132  2262 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495: acquiring CA information for follower catalog manager: success
20:03:10.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:10.784001  2262 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 495b64654f0047c7a88837d71f012495: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:03:10.912 [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.
20:03:10.939 [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.
20:03:10.940 [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.
20:03:11.276 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:11.294 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive13278130005928882185/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=73afa281-2ff0-466a-9102-645e7970b62b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:03:11.401 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:11.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:11.402635  2296 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:11.421 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13278130005928882185/external-warehouse/table
20:03:11.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:11.436902  2300 catalog_manager.cc:1295] Loaded cluster ID: 78076671a3de44a8893da6b69c28c1a5
20:03:11.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:11.437192  2300 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c: loading cluster ID for follower catalog manager: success
20:03:11.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:11.445537  2300 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c: acquiring CA information for follower catalog manager: success
20:03:11.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:11.462270  2300 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5ab14687f9834ac69496928f1ea0ca6c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:03:11.741 [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=	
20:03:11.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:11.755301  2247 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:11.756 [INFO - Metastore-Handler-Pool: Thread-51] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:11.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:11.757550  2256 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:12.045 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:03:12.048 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
20:03:12.072 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

20:03:12.360 [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=902fdc39-d6bb-4d77-becd-9f952f791ceb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.231.254:33715,127.1.231.252:45529,127.1.231.253:44829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:12.364 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:12.378 [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/hive13278130005928882185/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=902fdc39-d6bb-4d77-becd-9f952f791ceb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.231.254:33715,127.1.231.252:45529,127.1.231.253:44829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:03:12.381 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13278130005928882185/external-warehouse/table
20:03:12.441 [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=	
20:03:12.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:12.442085  2296 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:12.466 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
20:03:12.473 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
20:03:12.487 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
20:03:12.510 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@7e25d04f
20:03:12.587 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
20:03:12.587 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
20:03:12.587 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
20:03:12.588 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
20:03:12.589 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
20:03:12.590 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
20:03:12.590 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
20:03:12.591 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
20:03:12.591 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
20:03:12.605 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
20:03:12.607 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @7e0b85f9
20:03:12.608 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
20:03:12.608 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
20:03:12.609 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
20:03:12.609 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
20:03:12.610 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
20:03:12.610 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
20:03:12.611 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
20:03:12.612 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
20:03:12.632 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
20:03:12.711 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
20:03:12.744 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
20:03:12.750 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
20:03:12.750 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
20:03:12.765 [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=	
20:03:12.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:12.766642  2247 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:12.772 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:12.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:12.773357  2256 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:12.779 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
20:03:12.779 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
20:03:12.866 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
20:03:12.866 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
20:03:12.867 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
20:03:12.868 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
20:03:12.909 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
20:03:12.912 [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.
20:03:12.980 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
20:03:13.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.1.231.254:33715(127.1.231.254:33715)] connecting to peer
20:03:13.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 1886 (auto-detected)
20:03:13.365 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
20:03:13.365 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
20:03:13.384 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
20:03:13.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
20:03:13.394 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:96:ff:fe:71:5c:5c (auto-detected)
20:03:13.457 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:13.458 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
20:03:13.458 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
20:03:13.459 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
20:03:13.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:13.458354  2296 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:13.505 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
20:03:13.520 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.1.231.252:45529(127.1.231.252:45529)] connecting to peer
20:03:13.539 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.1.231.253:44829(127.1.231.253:44829)] connecting to peer
20:03:13.565 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.231.254:33715(127.1.231.254:33715)] Successfully connected to peer
20:03:13.565 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.1.231.252:45529(127.1.231.252:45529)] Successfully connected to peer
20:03:13.565 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.1.231.253:44829(127.1.231.253:44829)] Successfully connected to peer
20:03:13.585 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
20:03:13.586 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
20:03:13.586 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@368863dc
20:03:13.591 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
20:03:13.591 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
20:03:13.591 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
20:03:13.591 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
20:03:13.591 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
20:03:13.673 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.1.231.254
20:03:13.679 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.1.231.253
20:03:13.680 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.1.231.252
20:03:13.825 [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=	
20:03:13.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:13.826690  2247 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:13.840 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:13.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:13.841560  2256 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:14.107 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:14.115 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:14.110 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:14.155 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x81d3f98b, L:/127.0.0.1:46290 - R:/127.1.231.254:33715] using SASL/PLAIN
20:03:14.150 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x2d8cdb12, L:/127.0.0.1:51112 - R:/127.1.231.253:44829] using SASL/PLAIN
20:03:14.176 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x30fe7baf, L:/127.0.0.1:56194 - R:/127.1.231.252:45529] using SASL/PLAIN
20:03:14.222 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
20:03:14.230 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
20:03:14.231 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

20:03:14.283 [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=4354a858-8ca0-4383-85d6-bf240439b149, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.231.254:33715,127.1.231.252:45529,127.1.231.253:44829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:14.287 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:14.291 [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/hive13278130005928882185/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=4354a858-8ca0-4383-85d6-bf240439b149, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.231.254:33715,127.1.231.252:45529,127.1.231.253:44829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:03:14.293 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13278130005928882185/external-warehouse/table
20:03:14.449 [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	
20:03:14.466 [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=	
20:03:14.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:14.467451  2296 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:14.540 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:14.550 [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	
20:03:14.750 [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.
20:03:14.830 [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=	
20:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:14.831105  2247 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:14.846 [INFO - Metastore-Handler-Pool: Thread-68] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:14.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:14.847227  2256 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:15.040 [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.
20:03:15.098 [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.
20:03:15.146 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:15.316 [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=10a1bbec-8def-4c6d-a427-8821b49efd73, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.231.254:33715,127.1.231.252:45529,127.1.231.253:44829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:15.319 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:15.322 [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/hive13278130005928882185/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=10a1bbec-8def-4c6d-a427-8821b49efd73, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.231.254:33715,127.1.231.252:45529,127.1.231.253:44829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:03:15.325 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13278130005928882185/external-warehouse/table
20:03:15.367 [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	
20:03:15.398 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:15.399 [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	
20:03:15.472 [INFO - Metastore-Handler-Pool: Thread-70] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:15.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:15.474356  2296 client.h:373] Failed to connect to Hive Metastore (localhost:41935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:15.495 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:15.530 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:03:15.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:15.530926  1951 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 1966
20:03:15.541 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:03:15.541 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4b49a804 will be shutdown
20:03:15.542 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:03:15.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:15.578956  1951 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 2046
20:03:15.582 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.231.254:33715(127.1.231.254:33715)] handling channelInactive
20:03:15.583 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.231.254:33715(127.1.231.254:33715)] cleaning up while in state READY due to: connection closed
20:03:15.619 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.1.231.253:44829(127.1.231.253:44829)] handling channelInactive
20:03:15.620 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.1.231.253:44829(127.1.231.253:44829)] cleaning up while in state READY due to: connection closed
20:03:15.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:15.621189  1951 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 2133
20:03:15.663 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.1.231.252:45529(127.1.231.252:45529)] handling channelInactive
20:03:15.664 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.1.231.252:45529(127.1.231.252:45529)] cleaning up while in state READY due to: connection closed
20:03:16.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:16Z chronyd exiting
.20:03:17.824 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:17.825 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:17.825 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:17.847 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive12051333176505307664
20:03:17.848 [INFO - Thread-46] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:03:17.848 [INFO - Thread-46] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:03:17.852 [INFO - Thread-46] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:17.852 [INFO - Thread-46] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:17.853 [INFO - Thread-46] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:03:17.859 [INFO - Thread-46] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:03:17.862 [INFO - Thread-46] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:03:17.862 [INFO - Thread-46] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:03:17.863 [INFO - Thread-46] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:03:17.864 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:03:17.865 [INFO - Thread-46] (HikariDataSource.java:80) objectstore - Starting...
20:03:17.970 [INFO - Thread-46] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:17.971 [INFO - Thread-46] (HikariDataSource.java:82) objectstore - Start completed.
20:03:17.971 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:03:17.973 [INFO - Thread-46] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:03:17.974 [INFO - Thread-46] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:17.975 [INFO - Thread-46] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:03:17.997 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:03:17.997 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:03:17.997 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:03:18.033 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:18.034 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:18.035 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:18.035 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:18.036 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:18.036 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:18.240 [INFO - Thread-46] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:03:18.240 [INFO - Thread-46] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1bb416bb, with PersistenceManager: null will be shutdown
20:03:18.241 [INFO - Thread-46] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1bb416bb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7de9a7e1 created in the thread with id: 71
20:03:18.243 [WARN - Thread-46] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
20:03:18.245 [INFO - Thread-46] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1bb416bb
20:03:18.366 [INFO - Thread-46] (HMSHandler.java:595) Started creating a default database with name: default
20:03:18.387 [INFO - Thread-46] (HMSHandler.java:605) Successfully created a default database with name: default
20:03:18.413 [INFO - Thread-46] (HMSHandler.java:668) Added admin role in metastore
20:03:18.415 [INFO - Thread-46] (HMSHandler.java:677) Added public role in metastore
20:03:18.446 [INFO - Thread-46] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:03:18.447 [INFO - Thread-46] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:03:18.447 [INFO - Thread-46] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:03:18.447 [INFO - Thread-46] (HiveMetaStore.java:697) Direct SQL optimization = true
20:03:18.448 [WARN - Thread-46] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
20:03:18.448 [INFO - Thread-46] (HiveMetaStore.java:632) Started the new metaserver on port [46119]...
20:03:18.448 [INFO - Thread-46] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:03:18.448 [INFO - Thread-46] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:03:18.448 [INFO - Thread-46] (HiveMetaStore.java:635) TCP keepalive = true
20:03:18.449 [INFO - Thread-46] (HiveMetaStore.java:636) Enable SSL = false
20:03:18.850 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:18.850 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:18.851 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:18.854 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:03:18.854 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46119]
20:03:18.854 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46119) in binary transport mode
20:03:18.855 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46119) current connections: 1
20:03:18.857 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskSJ_1Gi/test-tmp
20:03:18.857 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
20:03:18.857 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskSJ_1Gi/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
20:03:18.862 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46119"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:03:19.213 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:19.213 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:03:19.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:19.216704  2380 mini_oidc.cc:150] Starting JWKS server
20:03:19.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:19.219877  2380 webserver.cc:533] Webserver started at http://127.0.0.1:44871/ using document root <none> and password file <none>
20:03:19.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:19.220302  2380 mini_oidc.cc:186] Starting OIDC Discovery server
20:03:19.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:19.222098  2380 webserver.cc:533] Webserver started at http://127.0.0.1:34079/ using document root <none> and password file <none>
20:03:19.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:19Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:03:19.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:19Z Disabled control of system clock
20:03:19.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:19.288275  2380 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/wal
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/data
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/logs
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/data/info.pb
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:19.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.83.62:39389
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.83.62
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.83.20:43979
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.83.62:39389,127.2.83.61:35973,127.2.83.60:42129
20:03:19.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:19.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44871/jwks.json
20:03:19.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46119 with env {}
20:03:19.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.593689  2392 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:19.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.594259  2392 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:19.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.595012  2392 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:19.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.627952  2392 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:19.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.628263  2392 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:19.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.628476  2392 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:19.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.628670  2392 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.628999  2392 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.629163  2392 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44871/jwks.json
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:19.666128  2392 master_runner.cc:387] Master server non-default flags:
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/logs
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.83.20:43979
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/data
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/wal
20:03:19.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46119
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.83.62:39389,127.2.83.61:35973,127.2.83.60:42129
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.83.62:39389
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44871/jwks.json
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/data/info.pb
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.83.62
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:19.667426  2392 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:19.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:19.669018  2392 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:19.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.680038  2398 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
20:03:20.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.684607  2401 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
20:03:20.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:19.681356  2399 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
20:03:20.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:20.890290  2400 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1204 milliseconds
20:03:20.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.890401  2392 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
20:03:20.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.891814  2392 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:20.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.895056  2392 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:20.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.896534  2392 hybrid_clock.cc:648] HybridClock initialized: now 1786478600896384 us; error 113 us; skew 500 ppm
20:03:20.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.897348  2392 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.904227  2392 webserver.cc:533] Webserver started at http://127.2.83.62:38055/ using document root <none> and password file <none>
20:03:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.905220  2392 fs_manager.cc:362] Metadata directory not provided
20:03:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.905411  2392 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.905822  2392 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:20.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.910220  2392 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/data/instance:
20:03:20.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4d1c59c7162c4664a6eaf5b4db18d68d"
20:03:20.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:20 on dist-test-slave-10pc"
20:03:20.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.911319  2392 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/wal/instance:
20:03:20.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4d1c59c7162c4664a6eaf5b4db18d68d"
20:03:20.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:20 on dist-test-slave-10pc"
20:03:20.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.918794  2392 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
20:03:20.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.924713  2409 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.925966  2392 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
20:03:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.926245  2392 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/wal
20:03:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4d1c59c7162c4664a6eaf5b4db18d68d"
20:03:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:20 on dist-test-slave-10pc"
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.926543  2392 fs_report.cc:389] FS layout report
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/wal
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/wal
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/data/data
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:20.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.981491  2392 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:20.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.982980  2392 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:20.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:20.983405  2392 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.057457  2392 rpc_server.cc:307] RPC server started. Bound to: 127.2.83.62:39389
20:03:21.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.057538  2466 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.83.62:39389 every 8 connection(s)
20:03:21.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.060262  2392 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/data/info.pb
20:03:21.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.062650  2380 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 2392
20:03:21.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.063081  2380 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-0/wal/instance
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.066704  2380 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/wal
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/data
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/logs
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/data/info.pb
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.83.61:35973
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.83.61
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.83.20:43979
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.83.62:39389,127.2.83.61:35973,127.2.83.60:42129
20:03:21.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:21.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44871/jwks.json
20:03:21.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46119 with env {}
20:03:21.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.066835  2467 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:21.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.079543  2467 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } has no permanent_uuid. Determining permanent_uuid...
20:03:21.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.106686  2467 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } has no permanent_uuid. Determining permanent_uuid...
20:03:21.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.109299  2412 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.83.61:35973: connect: Connection refused (error 111)
20:03:21.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.113425  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.61:35973: Network error: Client connection negotiation failed: client connection to 127.2.83.61:35973: connect: Connection refused (error 111)
20:03:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.162854  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } attempt: 1
20:03:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.167248  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.61:35973: Network error: Client connection negotiation failed: client connection to 127.2.83.61:35973: connect: Connection refused (error 111)
20:03:21.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.235756  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } attempt: 2
20:03:21.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.240425  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.61:35973: Network error: Client connection negotiation failed: client connection to 127.2.83.61:35973: connect: Connection refused (error 111)
20:03:21.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.331946  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } attempt: 3
20:03:21.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.336628  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.61:35973: Network error: Client connection negotiation failed: client connection to 127.2.83.61:35973: connect: Connection refused (error 111)
20:03:21.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.385776  2469 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:21.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.386353  2469 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:21.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.386801  2469 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:21.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.419263  2469 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:21.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.419574  2469 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:21.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.419772  2469 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:21.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.419986  2469 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:21.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.420192  2469 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:21.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.420348  2469 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44871/jwks.json
20:03:21.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.458305  2469 master_runner.cc:387] Master server non-default flags:
20:03:21.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/logs
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.83.20:43979
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/data
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/wal
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46119
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.83.62:39389,127.2.83.61:35973,127.2.83.60:42129
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.83.61:35973
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44871/jwks.json
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/data/info.pb
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.83.61
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:21.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:21.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:21.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:21.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:21.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:21.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.459647  2469 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:21.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.461876  2469 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:21.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.475272  2479 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
20:03:21.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.480079  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } attempt: 4
20:03:21.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.488020  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.61:35973: Network error: Client connection negotiation failed: client connection to 127.2.83.61:35973: connect: Connection refused (error 111)
20:03:21.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:21.787559  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } attempt: 5
20:03:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.796053  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.61:35973: Network error: Client connection negotiation failed: client connection to 127.2.83.61:35973: connect: Connection refused (error 111)
20:03:22.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.343575  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } attempt: 6
20:03:22.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:22.369306  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.61:35973: Network error: Client connection negotiation failed: client connection to 127.2.83.61:35973: connect: Connection refused (error 111)
20:03:22.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:22.880810  2477 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 2469
20:03:22.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:22.918713  2477 kernel_stack_watchdog.cc:198] Thread 2469 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 399ms:
20:03:22.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
20:03:22.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
20:03:22.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
20:03:22.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
20:03:22.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:21.476217  2480 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
20:03:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:22.920579  2469 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.443s	user 0.000s	sys 0.002s
20:03:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:22.920949  2469 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.444s	user 0.000s	sys 0.002s
20:03:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:22.922943  2482 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
20:03:22.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:22.924991  2481 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1442 milliseconds
20:03:22.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.925053  2469 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
20:03:22.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.926323  2469 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:22.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.928720  2469 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:22.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.930070  2469 hybrid_clock.cc:648] HybridClock initialized: now 1786478602930047 us; error 45 us; skew 500 ppm
20:03:22.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.930927  2469 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:22.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.936996  2469 webserver.cc:533] Webserver started at http://127.2.83.61:38659/ using document root <none> and password file <none>
20:03:22.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.937997  2469 fs_manager.cc:362] Metadata directory not provided
20:03:22.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.938192  2469 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:22.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.938681  2469 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.943179  2469 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/data/instance:
20:03:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b8873b459584f7881be6d881751f9e2"
20:03:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:22 on dist-test-slave-10pc"
20:03:22.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.944299  2469 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/wal/instance:
20:03:22.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b8873b459584f7881be6d881751f9e2"
20:03:22.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:22 on dist-test-slave-10pc"
20:03:22.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.952239  2469 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.005s
20:03:22.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.957957  2492 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.959002  2469 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
20:03:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.959364  2469 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/wal
20:03:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b8873b459584f7881be6d881751f9e2"
20:03:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:22 on dist-test-slave-10pc"
20:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:22.959713  2469 fs_report.cc:389] FS layout report
20:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/wal
20:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/wal
20:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/data/data
20:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:23.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.024032  2469 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:23.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.025669  2469 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.026105  2469 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:23.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.104650  2469 rpc_server.cc:307] RPC server started. Bound to: 127.2.83.61:35973
20:03:23.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.104745  2554 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.83.61:35973 every 8 connection(s)
20:03:23.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.107584  2469 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/data/info.pb
20:03:23.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.113413  2555 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:23.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.114599  2380 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 2469
20:03:23.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.115095  2380 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-1/wal/instance
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.118261  2380 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/wal
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/data
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/logs
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/data/info.pb
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.83.60:42129
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.83.60
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.83.20:43979
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.83.62:39389,127.2.83.61:35973,127.2.83.60:42129
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:23.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44871/jwks.json
20:03:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46119 with env {}
20:03:23.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.128379  2555 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } has no permanent_uuid. Determining permanent_uuid...
20:03:23.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.150574  2555 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } has no permanent_uuid. Determining permanent_uuid...
20:03:23.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.165948  2555 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } has no permanent_uuid. Determining permanent_uuid...
20:03:23.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.168473  2496 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.172821  2555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.222340  2555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 1
20:03:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.226924  2555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.295331  2555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 2
20:03:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.299960  2555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.391402  2555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 3
20:03:23.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.395866  2555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.429947  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } attempt: 7
20:03:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.442096  2467 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } has no permanent_uuid. Determining permanent_uuid...
20:03:23.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.447651  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.451416  2556 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.452049  2556 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.452589  2556 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:23.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.485715  2556 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:23.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.486027  2556 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:23.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.486244  2556 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:23.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.486459  2556 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:23.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.486690  2556 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.486894  2556 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44871/jwks.json
20:03:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.506184  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 1
20:03:23.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.510733  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.526192  2556 master_runner.cc:387] Master server non-default flags:
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/logs
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.83.20:43979
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/data
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/wal
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46119
20:03:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.83.62:39389,127.2.83.61:35973,127.2.83.60:42129
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.83.60:42129
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44871/jwks.json
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/data/info.pb
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.83.60
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.527475  2556 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:23.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.529089  2556 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:23.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.539331  2555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 4
20:03:23.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.542555  2568 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
20:03:23.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.545312  2555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.592159  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 2
20:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.598784  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.684294  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 3
20:03:23.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.692622  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.833199  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 4
20:03:23.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.840317  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:23.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:23.844794  2555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 5
20:03:23.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.851438  2555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:24.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.123942  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 5
20:03:24.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:24.132535  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.398985  2555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 6
20:03:24.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:24.411965  2555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:24.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.685137  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 6
20:03:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:24.696230  2467 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.83.60:42129: Network error: Client connection negotiation failed: client connection to 127.2.83.60:42129: connect: Connection refused (error 111)
20:03:24.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.546860  2571 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
20:03:24.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:23.545154  2569 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
20:03:24.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:24.812598  2570 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1264 milliseconds
20:03:24.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.812714  2556 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
20:03:24.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.813925  2556 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:24.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.816843  2556 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:24.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.818210  2556 hybrid_clock.cc:648] HybridClock initialized: now 1786478604818192 us; error 53 us; skew 500 ppm
20:03:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.819129  2556 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:24.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.826179  2556 webserver.cc:533] Webserver started at http://127.2.83.60:39169/ using document root <none> and password file <none>
20:03:24.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.827091  2556 fs_manager.cc:362] Metadata directory not provided
20:03:24.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.827343  2556 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:24.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.827783  2556 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:24.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.832275  2556 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/data/instance:
20:03:24.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c548e5d159ea42668a44596265585c91"
20:03:24.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:24 on dist-test-slave-10pc"
20:03:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.833384  2556 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/wal/instance:
20:03:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c548e5d159ea42668a44596265585c91"
20:03:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:24 on dist-test-slave-10pc"
20:03:24.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.840868  2556 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
20:03:24.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.846722  2585 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:24.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.847816  2556 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.001s
20:03:24.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.848249  2556 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/wal
20:03:24.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c548e5d159ea42668a44596265585c91"
20:03:24.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:24 on dist-test-slave-10pc"
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.848691  2556 fs_report.cc:389] FS layout report
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/wal
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/wal
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/data/data
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:24.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:24.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.900441  2556 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:24.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.902012  2556 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:24.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.902456  2556 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:24.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.975078  2556 rpc_server.cc:307] RPC server started. Bound to: 127.2.83.60:42129
20:03:24.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.975164  2642 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.83.60:42129 every 8 connection(s)
20:03:24.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.977815  2556 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/data/info.pb
20:03:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.982620  2380 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 2556
20:03:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.983107  2380 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster11215577036034976782/master-2/wal/instance
20:03:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.983733  2643 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:25.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:24.996971  2643 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } has no permanent_uuid. Determining permanent_uuid...
20:03:25.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.021129  2643 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } has no permanent_uuid. Determining permanent_uuid...
20:03:25.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.034489  2643 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } has no permanent_uuid. Determining permanent_uuid...
20:03:25.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.051497  2380 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:03:25.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.051869  2643 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91: Bootstrap starting.
20:03:25.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.060276  2643 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91: Neither blocks nor log segments found. Creating new log.
20:03:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.062683  2643 log.cc:826] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91: Log is configured to *not* fsync() on all Append() calls
20:03:25.063 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:25.063 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:03:25.064 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.83.62"
      port: 39389
    }
    bound_http_address {
      host: "127.2.83.62"
      port: 38055
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.83.61"
      port: 35973
    }
    bound_http_address {
      host: "127.2.83.61"
      port: 38659
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.83.60"
      port: 42129
    }
    bound_http_address {
      host: "127.2.83.60"
      port: 39169
    }
  }
}

20:03:25.066 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

20:03:25.066 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:25.068 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=e9b74f52-a1f3-49f3-8662-c1d3dcd5c177, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.83.61:35973,127.2.83.60:42129,127.2.83.62:39389}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:25.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.068524  2643 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91: No bootstrap required, opened a new log
20:03:25.071 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:25.071 [INFO - Metastore-Handler-Pool: Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:25.072 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c7a7779, with PersistenceManager: null will be shutdown
20:03:25.072 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c7a7779, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4be7e737 created in the thread with id: 92
20:03:25.078 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c7a7779
20:03:25.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.091598  2643 raft_consensus.cc:359] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } }
20:03:25.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.092561  2643 raft_consensus.cc:385] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:25.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.092976  2643 raft_consensus.cc:740] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c548e5d159ea42668a44596265585c91, State: Initialized, Role: FOLLOWER
20:03:25.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.093951  2643 consensus_queue.cc:260] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [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: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } }
20:03:25.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.097237  2654 sys_catalog.cc:455] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [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: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:25.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.098310  2654 sys_catalog.cc:458] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [sys.catalog]: This master's current role is: FOLLOWER
20:03:25.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.099048  2643 sys_catalog.cc:565] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [sys.catalog]: configured and running, proceeding with master startup.
20:03:25.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:25.158910  2592 tablet.cc:2406] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:25.226 [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=	
20:03:25.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:25.227602  2668 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:25.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.248622  2556 master_runner.cc:187] Error getting master registration for 127.2.83.62:39389: OK, instance_id { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" instance_seqno: 1786478601037797 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:25.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.278645  2556 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:25.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:25.284607  2673 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:03:25.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:25.284950  2673 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:03:25.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.472541  2555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 7
20:03:25.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.525801  2555 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2: Bootstrap starting.
20:03:25.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.546067  2555 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2: Neither blocks nor log segments found. Creating new log.
20:03:25.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.548821  2555 log.cc:826] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2: Log is configured to *not* fsync() on all Append() calls
20:03:25.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.550922  2654 raft_consensus.cc:493] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:03:25.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.551487  2654 raft_consensus.cc:515] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } }
20:03:25.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.554852  2654 leader_election.cc:290] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4d1c59c7162c4664a6eaf5b4db18d68d (127.2.83.62:39389), 2b8873b459584f7881be6d881751f9e2 (127.2.83.61:35973)
20:03:25.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.570605  2555 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2: No bootstrap required, opened a new log
20:03:25.613 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:03:25.624 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:03:25.624 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:03:25.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.683676  2555 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } }
20:03:25.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.687878  2555 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:25.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.689296  2555 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b8873b459584f7881be6d881751f9e2, State: Initialized, Role: FOLLOWER
20:03:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.694180  2555 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [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: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } }
20:03:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.718617  2526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c548e5d159ea42668a44596265585c91" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2b8873b459584f7881be6d881751f9e2" is_pre_election: true
20:03:25.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.720196  2526 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c548e5d159ea42668a44596265585c91 in term 0.
20:03:25.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.722147  2588 leader_election.cc:304] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [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: 2b8873b459584f7881be6d881751f9e2, c548e5d159ea42668a44596265585c91; no voters: 
20:03:25.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.723218  2654 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 0 FOLLOWER]: Leader pre-election won for term 1
20:03:25.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.723584  2654 raft_consensus.cc:493] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:03:25.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.723922  2654 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 0 FOLLOWER]: Advancing to term 1
20:03:25.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.729935  2467 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } attempt: 7
20:03:25.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.731011  2654 raft_consensus.cc:515] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } }
20:03:25.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.733703  2555 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [sys.catalog]: configured and running, proceeding with master startup.
20:03:25.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.736393  2677 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [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: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:25.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.742587  2677 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [sys.catalog]: This master's current role is: FOLLOWER
20:03:25.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.738113  2526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c548e5d159ea42668a44596265585c91" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2b8873b459584f7881be6d881751f9e2"
20:03:25.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.743716  2526 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [term 0 FOLLOWER]: Advancing to term 1
20:03:25.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.750921  2526 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c548e5d159ea42668a44596265585c91 in term 1.
20:03:25.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.751524  2654 leader_election.cc:290] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [CANDIDATE]: Term 1 election: Requested vote from peers 4d1c59c7162c4664a6eaf5b4db18d68d (127.2.83.62:39389), 2b8873b459584f7881be6d881751f9e2 (127.2.83.61:35973)
20:03:25.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.758832  2588 leader_election.cc:304] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [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: 2b8873b459584f7881be6d881751f9e2, c548e5d159ea42668a44596265585c91; no voters: 
20:03:25.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.759863  2654 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 1 FOLLOWER]: Leader election won for term 1
20:03:25.771 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.772776  2654 raft_consensus.cc:697] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [term 1 LEADER]: Becoming Leader. State: Replica: c548e5d159ea42668a44596265585c91, State: Running, Role: LEADER
20:03:25.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.774405  2654 consensus_queue.cc:237] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [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: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } }
20:03:25.782 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive12051333176505307664/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=e9b74f52-a1f3-49f3-8662-c1d3dcd5c177, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.83.61:35973,127.2.83.60:42129,127.2.83.62:39389}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:03:25.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:25.784333  2499 tablet.cc:2406] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:25.789 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12051333176505307664/external-warehouse/table
20:03:25.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.791663  2467 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d: Bootstrap starting.
20:03:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.796192  2681 sys_catalog.cc:455] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c548e5d159ea42668a44596265585c91. Latest consensus state: current_term: 1 leader_uuid: "c548e5d159ea42668a44596265585c91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.798177  2681 sys_catalog.cc:458] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [sys.catalog]: This master's current role is: LEADER
20:03:25.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.802542  2690 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:03:25.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.806845  2467 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d: Neither blocks nor log segments found. Creating new log.
20:03:25.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.809182  2467 log.cc:826] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d: Log is configured to *not* fsync() on all Append() calls
20:03:25.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.827162  2467 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d: No bootstrap required, opened a new log
20:03:25.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.827929  2690 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:03:25.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.856062  2467 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } }
20:03:25.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.857331  2467 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:25.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.857831  2467 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d1c59c7162c4664a6eaf5b4db18d68d, State: Initialized, Role: FOLLOWER
20:03:25.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.859032  2467 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [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: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } }
20:03:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.895344  2467 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [sys.catalog]: configured and running, proceeding with master startup.
20:03:25.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.895531  2440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c548e5d159ea42668a44596265585c91" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" is_pre_election: true
20:03:25.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.896574  2440 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c548e5d159ea42668a44596265585c91 in term 0.
20:03:25.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.897847  2439 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c548e5d159ea42668a44596265585c91" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d"
20:03:25.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.898411  2439 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [term 0 FOLLOWER]: Advancing to term 1
20:03:25.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.907423  2439 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c548e5d159ea42668a44596265585c91 in term 1.
20:03:25.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.894425  2700 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [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: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:25.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.909564  2700 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [sys.catalog]: This master's current role is: FOLLOWER
20:03:25.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.919669  2526 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [term 1 FOLLOWER]: Refusing update from remote peer c548e5d159ea42668a44596265585c91: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:25.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.922794  2654 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:03:25.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.926326  2439 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [term 1 FOLLOWER]: Refusing update from remote peer c548e5d159ea42668a44596265585c91: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.928344  2654 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:03:25.969 [INFO - Metastore-Handler-Pool: Thread-97] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:25.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.968760  2677 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c548e5d159ea42668a44596265585c91. Latest consensus state: current_term: 1 leader_uuid: "c548e5d159ea42668a44596265585c91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:25.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.969728  2677 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [sys.catalog]: This master's current role is: FOLLOWER
20:03:25.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.975734  2700 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [sys.catalog]: SysCatalogTable state changed. Reason: New leader c548e5d159ea42668a44596265585c91. Latest consensus state: current_term: 1 leader_uuid: "c548e5d159ea42668a44596265585c91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:25.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:25.976439  2700 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [sys.catalog]: This master's current role is: FOLLOWER
20:03:25.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:25.990213  2705 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:26.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:25.999300  2415 tablet.cc:2406] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:26.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.001951  2723 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
20:03:26.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.003625  2701 mvcc.cc:204] Tried to move back new op lower bound from 7317416369823424512 to 7317416369267204096. Current Snapshot: MvccSnapshot[applied={T|T < 7317416369823424512}]
20:03:26.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.028584  2677 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c548e5d159ea42668a44596265585c91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:26.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.029318  2677 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2 [sys.catalog]: This master's current role is: FOLLOWER
20:03:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.048038  2700 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c548e5d159ea42668a44596265585c91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.048818  2700 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d [sys.catalog]: This master's current role is: FOLLOWER
20:03:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.048487  2681 sys_catalog.cc:455] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c548e5d159ea42668a44596265585c91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.049168  2681 sys_catalog.cc:458] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [sys.catalog]: This master's current role is: LEADER
20:03:26.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.050164  2654 sys_catalog.cc:455] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c548e5d159ea42668a44596265585c91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" member_type: VOTER last_known_addr { host: "127.2.83.62" port: 39389 } } peers { permanent_uuid: "2b8873b459584f7881be6d881751f9e2" member_type: VOTER last_known_addr { host: "127.2.83.61" port: 35973 } } peers { permanent_uuid: "c548e5d159ea42668a44596265585c91" member_type: VOTER last_known_addr { host: "127.2.83.60" port: 42129 } } }
20:03:26.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.051293  2654 sys_catalog.cc:458] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 [sys.catalog]: This master's current role is: LEADER
20:03:26.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.065472  2690 catalog_manager.cc:1383] Generated new cluster ID: 912aa2b76ba84a5097db65406a197cad
20:03:26.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.065791  2690 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:03:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.006760  2469 master_runner.cc:187] Error getting master registration for 127.2.83.62:39389: OK, instance_id { permanent_uuid: "4d1c59c7162c4664a6eaf5b4db18d68d" instance_seqno: 1786478601037797 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:26.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.100684  2469 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:26.125 [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=	
20:03:26.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:26.126438  2730 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:26.139 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:26.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.175545  2690 catalog_manager.cc:1406] Generated new certificate authority record
20:03:26.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.177569  2690 catalog_manager.cc:1540] Loading token signing keys...
20:03:26.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.184799  2735 catalog_manager.cc:1295] Loaded cluster ID: 912aa2b76ba84a5097db65406a197cad
20:03:26.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.185338  2735 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d: loading cluster ID for follower catalog manager: success
20:03:26.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:26.189867  2735 catalog_manager.cc:1612] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d: acquiring CA information for follower catalog manager: Not found: root CA entry not found
20:03:26.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:26.190163  2735 catalog_manager.cc:883] Not found: root CA entry not found: failed to prepare follower catalog manager, will retry
20:03:26.236 [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=	
20:03:26.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:26.237202  2668 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:26.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.282204  2690 catalog_manager.cc:6092] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91: Generated new TSK 0
20:03:26.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.283612  2690 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:03:26.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.288575  2690 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
20:03:26.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:26.312024  2690 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
20:03:26.314 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:26.316 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:26.652 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:03:26.906 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:03:26.950 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:03:26.989 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:26.999 [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=	
20:03:27.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:26.999825  2705 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:27.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:27.026822  2723 catalog_manager.cc:1295] Loaded cluster ID: 912aa2b76ba84a5097db65406a197cad
20:03:27.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:27.031277  2723 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2: loading cluster ID for follower catalog manager: success
20:03:27.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:27.040272  2723 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2: acquiring CA information for follower catalog manager: success
20:03:27.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:27.065294  2723 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2b8873b459584f7881be6d881751f9e2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:03:27.133 [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=	
20:03:27.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:27.133949  2730 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:27.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:27.198215  2735 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d: acquiring CA information for follower catalog manager: success
20:03:27.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:27.211303  2735 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 4d1c59c7162c4664a6eaf5b4db18d68d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:03:27.254 [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=	
20:03:27.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:27.255237  2668 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:27.292 [DEBUG - Metastore-Handler-Pool: Thread-92] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
20:03:27.293 [DEBUG - Metastore-Handler-Pool: Thread-92] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
20:03:27.295 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.2.83.61:35973(127.2.83.61:35973)] connecting to peer
20:03:27.296 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.2.83.60:42129(127.2.83.60:42129)] connecting to peer
20:03:27.304 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.83.61:35973(127.2.83.61:35973)] Successfully connected to peer
20:03:27.316 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.2.83.62:39389(127.2.83.62:39389)] connecting to peer
20:03:27.332 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.2.83.62:39389(127.2.83.62:39389)] Successfully connected to peer
20:03:27.345 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.2.83.61
20:03:27.355 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.2.83.62
20:03:27.356 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.83.60:42129(127.2.83.60:42129)] Successfully connected to peer
20:03:27.366 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.2.83.60
20:03:27.401 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:27.406 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x9a152249, L:/127.0.0.1:55522 - R:/127.2.83.61:35973] using SASL/PLAIN
20:03:27.416 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:27.419 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:27.433 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x58f4330b, L:/127.0.0.1:45956 - R:/127.2.83.60:42129] using SASL/PLAIN
20:03:27.440 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
20:03:27.424 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xa346b3e4, L:/127.0.0.1:47194 - R:/127.2.83.62:39389] using SASL/PLAIN
20:03:27.451 [ERROR - Metastore-Handler-Pool: Thread-92] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

20:03:27.452 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:27.564 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:27.566 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:27.755 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:27.804 [INFO - Metastore-Handler-Pool: Thread-92] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:03:27.805 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=e9b74f52-a1f3-49f3-8662-c1d3dcd5c177, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.83.61:35973,127.2.83.60:42129,127.2.83.62:39389}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:27.815 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:27.817 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive12051333176505307664/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=e9b74f52-a1f3-49f3-8662-c1d3dcd5c177, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.83.61:35973,127.2.83.60:42129,127.2.83.62:39389}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:03:27.819 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12051333176505307664/external-warehouse/table
20:03:27.911 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:27.961 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:27.965 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:28.012 [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=	
20:03:28.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:28.013041  2705 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:28.023 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:28.073 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:28.076 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:28.079 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive12051333176505307664/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)
20:03:28.080 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive12051333176505307664/external-warehouse/table specified for non-external table:table
20:03:28.081 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12051333176505307664/external-warehouse/table
20:03:28.152 [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=	
20:03:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:28.153138  2730 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:28.162 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:28.187 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:28.198 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:28.255 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:28.265 [INFO - Metastore-Handler-Pool: Thread-111] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:28.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:28.265967  2668 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:28.301 [ERROR - Metastore-Handler-Pool: Thread-92] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

20:03:28.303 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:28.337 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:28.350 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:28.400 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:28.457 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:28.461 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:28.464 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive12051333176505307664/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)
20:03:28.470 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive12051333176505307664/external-warehouse/table specified for non-external table:table
20:03:28.472 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12051333176505307664/external-warehouse/table
20:03:28.526 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:28.550 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:28.557 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:28.616 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:28.661 [ERROR - Metastore-Handler-Pool: Thread-92] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

20:03:28.681 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:28.701 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:28.708 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:28.760 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:28.825 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:28.827 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:28.829 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive12051333176505307664/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)
20:03:28.833 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12051333176505307664/external-warehouse/table
20:03:28.903 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:28.939 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:28.947 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:28.989 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
20:03:29.029 [INFO - Metastore-Handler-Pool: Thread-114] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:29.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:29.031802  2705 client.h:373] Failed to connect to Hive Metastore (localhost:46119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:29.054 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:03:29.055 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:03:29.055 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c7a7779, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4be7e737 will be shutdown
20:03:29.055 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:03:29.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:29.055428  2380 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 2392
20:03:29.105 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.2.83.62:39389(127.2.83.62:39389)] handling channelInactive
20:03:29.106 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.2.83.62:39389(127.2.83.62:39389)] cleaning up while in state READY due to: connection closed
20:03:29.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:29.106580  2380 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 2469
20:03:29.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:29.124784  2587 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.83.62:39389: connect: Connection refused (error 111)
20:03:29.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:29.127882  2587 consensus_peers.cc:597] T 00000000000000000000000000000000 P c548e5d159ea42668a44596265585c91 -> Peer 4d1c59c7162c4664a6eaf5b4db18d68d (127.2.83.62:39389): Couldn't send request to peer 4d1c59c7162c4664a6eaf5b4db18d68d. Status: Network error: Client connection negotiation failed: client connection to 127.2.83.62:39389: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
20:03:29.137 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.83.61:35973(127.2.83.61:35973)] handling channelInactive
20:03:29.137 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.83.61:35973(127.2.83.61:35973)] cleaning up while in state READY due to: connection closed
20:03:29.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:29.137533  2380 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 2556
20:03:29.172 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.83.60:42129(127.2.83.60:42129)] handling channelInactive
20:03:29.172 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.83.60:42129(127.2.83.60:42129)] cleaning up while in state READY due to: connection closed
20:03:30.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:30Z chronyd exiting
.20:03:31.344 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:31.344 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:31.345 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:31.362 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4407503821049046265
20:03:31.363 [INFO - Thread-79] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:03:31.363 [INFO - Thread-79] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:03:31.365 [INFO - Thread-79] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:31.365 [INFO - Thread-79] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:31.365 [INFO - Thread-79] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:03:31.366 [INFO - Thread-79] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:03:31.368 [INFO - Thread-79] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:03:31.368 [INFO - Thread-79] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:03:31.369 [INFO - Thread-79] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:03:31.369 [INFO - Thread-79] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:03:31.371 [INFO - Thread-79] (HikariDataSource.java:80) objectstore - Starting...
20:03:31.443 [INFO - Thread-79] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:31.444 [INFO - Thread-79] (HikariDataSource.java:82) objectstore - Start completed.
20:03:31.444 [INFO - Thread-79] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:03:31.446 [INFO - Thread-79] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:03:31.448 [INFO - Thread-79] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:31.448 [INFO - Thread-79] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:03:31.464 [INFO - Thread-79] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:03:31.464 [INFO - Thread-79] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:03:31.464 [INFO - Thread-79] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:03:31.492 [WARN - Thread-79] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:31.493 [WARN - Thread-79] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:31.494 [WARN - Thread-79] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:31.494 [WARN - Thread-79] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:31.495 [WARN - Thread-79] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:31.495 [WARN - Thread-79] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:31.719 [INFO - Thread-79] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:03:31.719 [INFO - Thread-79] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18cb5259, with PersistenceManager: null will be shutdown
20:03:31.720 [INFO - Thread-79] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18cb5259, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@641d1f2d created in the thread with id: 115
20:03:31.721 [WARN - Thread-79] (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
20:03:31.722 [INFO - Thread-79] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18cb5259
20:03:31.831 [INFO - Thread-79] (HMSHandler.java:595) Started creating a default database with name: default
20:03:31.851 [INFO - Thread-79] (HMSHandler.java:605) Successfully created a default database with name: default
20:03:31.877 [INFO - Thread-79] (HMSHandler.java:668) Added admin role in metastore
20:03:31.879 [INFO - Thread-79] (HMSHandler.java:677) Added public role in metastore
20:03:31.905 [INFO - Thread-79] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:03:31.905 [INFO - Thread-79] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:03:31.906 [INFO - Thread-79] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:03:31.906 [INFO - Thread-79] (HiveMetaStore.java:697) Direct SQL optimization = true
20:03:31.906 [WARN - Thread-79] (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)
20:03:31.906 [INFO - Thread-79] (HiveMetaStore.java:632) Started the new metaserver on port [42139]...
20:03:31.906 [INFO - Thread-79] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:03:31.906 [INFO - Thread-79] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:03:31.906 [INFO - Thread-79] (HiveMetaStore.java:635) TCP keepalive = true
20:03:31.906 [INFO - Thread-79] (HiveMetaStore.java:636) Enable SSL = false
20:03:32.365 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:32.365 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:32.366 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:32.368 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:03:32.368 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42139]
20:03:32.368 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42139) in binary transport mode
20:03:32.369 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42139) current connections: 1
20:03:32.370 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskSJ_1Gi/test-tmp
20:03:32.370 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
20:03:32.371 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskSJ_1Gi/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
20:03:32.373 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42139"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:03:32.706 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:32.706 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:03:32.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:32.709887  2802 mini_oidc.cc:150] Starting JWKS server
20:03:32.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:32.713115  2802 webserver.cc:533] Webserver started at http://127.0.0.1:39159/ using document root <none> and password file <none>
20:03:32.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:32.713526  2802 mini_oidc.cc:186] Starting OIDC Discovery server
20:03:32.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:32.715202  2802 webserver.cc:533] Webserver started at http://127.0.0.1:33815/ using document root <none> and password file <none>
20:03:32.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:32Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:03:32.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:32Z Disabled control of system clock
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:32.781982  2802 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/wal
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/data
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/logs
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/data/info.pb
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:32.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.188.190:46337
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.188.190
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.188.148:41125
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.188.190:46337,127.2.188.189:35699,127.2.188.188:44353
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39159/jwks.json
20:03:32.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42139 with env {}
20:03:33.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.086910  2816 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:33.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.087483  2816 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:33.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.087945  2816 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:33.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.120857  2816 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:33.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.121167  2816 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:33.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.121367  2816 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:33.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.121582  2816 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:33.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.121788  2816 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:33.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.121933  2816 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39159/jwks.json
20:03:33.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:33.159096  2816 master_runner.cc:387] Master server non-default flags:
20:03:33.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/logs
20:03:33.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.188.148:41125
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/data
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/wal
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42139
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.188.190:46337,127.2.188.189:35699,127.2.188.188:44353
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.188.190:46337
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39159/jwks.json
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/data/info.pb
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.188.190
20:03:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:33.160671  2816 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:33.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:33.162326  2816 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:33.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.174716  2823 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
20:03:34.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:33.175262  2824 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
20:03:34.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.390555  2825 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1213 milliseconds
20:03:34.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.391703  2826 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
20:03:34.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.394057  2816 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.218s	user 0.006s	sys 0.003s
20:03:34.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.394311  2816 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.218s	user 0.006s	sys 0.003s
20:03:34.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.394485  2816 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
20:03:34.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.395696  2816 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:34.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.398432  2816 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:34.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.399849  2816 hybrid_clock.cc:648] HybridClock initialized: now 1786478614399760 us; error 89 us; skew 500 ppm
20:03:34.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.400797  2816 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:34.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.408037  2816 webserver.cc:533] Webserver started at http://127.2.188.190:36295/ using document root <none> and password file <none>
20:03:34.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.409193  2816 fs_manager.cc:362] Metadata directory not provided
20:03:34.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.409487  2816 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:34.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.410132  2816 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:34.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.414508  2816 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/data/instance:
20:03:34.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e583694904b44260abce9e14de1ca961"
20:03:34.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:34 on dist-test-slave-10pc"
20:03:34.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.415764  2816 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/wal/instance:
20:03:34.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e583694904b44260abce9e14de1ca961"
20:03:34.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:34 on dist-test-slave-10pc"
20:03:34.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.423933  2816 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.001s
20:03:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.430207  2836 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.431442  2816 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
20:03:34.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.431808  2816 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/wal
20:03:34.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e583694904b44260abce9e14de1ca961"
20:03:34.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:34 on dist-test-slave-10pc"
20:03:34.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.432166  2816 fs_report.cc:389] FS layout report
20:03:34.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:34.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/wal
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/wal
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/data/data
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:34.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.503502  2816 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:34.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.505307  2816 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:34.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.505849  2816 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:34.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.578445  2816 rpc_server.cc:307] RPC server started. Bound to: 127.2.188.190:46337
20:03:34.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.578523  2891 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.188.190:46337 every 8 connection(s)
20:03:34.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.581365  2816 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/data/info.pb
20:03:34.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.584417  2802 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 2816
20:03:34.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.585024  2802 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-0/wal/instance
20:03:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.588701  2892 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:34.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.590342  2802 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:34.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:34.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/wal
20:03:34.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/data
20:03:34.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:34.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:34.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:34.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:34.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/logs
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/data/info.pb
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.188.189:35699
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.188.189
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.188.148:41125
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.188.190:46337,127.2.188.189:35699,127.2.188.188:44353
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39159/jwks.json
20:03:34.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42139 with env {}
20:03:34.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.601964  2892 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } has no permanent_uuid. Determining permanent_uuid...
20:03:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.637199  2892 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } has no permanent_uuid. Determining permanent_uuid...
20:03:34.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.640051  2837 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.188.189:35699: connect: Connection refused (error 111)
20:03:34.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.652726  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.189:35699: Network error: Client connection negotiation failed: client connection to 127.2.188.189:35699: connect: Connection refused (error 111)
20:03:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.702296  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } attempt: 1
20:03:34.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.707389  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.189:35699: Network error: Client connection negotiation failed: client connection to 127.2.188.189:35699: connect: Connection refused (error 111)
20:03:34.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.775795  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } attempt: 2
20:03:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.780517  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.189:35699: Network error: Client connection negotiation failed: client connection to 127.2.188.189:35699: connect: Connection refused (error 111)
20:03:34.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.872022  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } attempt: 3
20:03:34.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.876672  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.189:35699: Network error: Client connection negotiation failed: client connection to 127.2.188.189:35699: connect: Connection refused (error 111)
20:03:34.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.920069  2893 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:34.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.920811  2893 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:34.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.921504  2893 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:34.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.954780  2893 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:34.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.955284  2893 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:34.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.955681  2893 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:34.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.956049  2893 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:34.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.956378  2893 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:34.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:34.956650  2893 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39159/jwks.json
20:03:34.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.994199  2893 master_runner.cc:387] Master server non-default flags:
20:03:34.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/logs
20:03:34.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:34.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:34.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:34.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.188.148:41125
20:03:34.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:34.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/data
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/wal
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42139
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.188.190:46337,127.2.188.189:35699,127.2.188.188:44353
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.188.189:35699
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39159/jwks.json
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/data/info.pb
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.188.189
20:03:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.995954  2893 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:34.998198  2893 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:35.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:35.009249  2902 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
20:03:35.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:35.020097  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } attempt: 4
20:03:35.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:35.026429  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.189:35699: Network error: Client connection negotiation failed: client connection to 127.2.188.189:35699: connect: Connection refused (error 111)
20:03:35.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:35.325992  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } attempt: 5
20:03:35.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:35.333317  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.189:35699: Network error: Client connection negotiation failed: client connection to 127.2.188.189:35699: connect: Connection refused (error 111)
20:03:35.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:35.880914  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } attempt: 6
20:03:35.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:35.891878  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.189:35699: Network error: Client connection negotiation failed: client connection to 127.2.188.189:35699: connect: Connection refused (error 111)
20:03:36.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:35.011024  2903 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
20:03:36.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:35.015574  2905 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
20:03:36.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.241114  2904 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1223 milliseconds
20:03:36.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.241314  2893 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
20:03:36.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.243208  2893 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:36.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.246099  2893 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:36.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.247498  2893 hybrid_clock.cc:648] HybridClock initialized: now 1786478616247458 us; error 37 us; skew 500 ppm
20:03:36.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.248363  2893 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:36.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.255170  2893 webserver.cc:533] Webserver started at http://127.2.188.189:44363/ using document root <none> and password file <none>
20:03:36.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.256218  2893 fs_manager.cc:362] Metadata directory not provided
20:03:36.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.256523  2893 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:36.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.257093  2893 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:36.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.261485  2893 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/data/instance:
20:03:36.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ed3a1f384a1412582e6148dd6e087a7"
20:03:36.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:36 on dist-test-slave-10pc"
20:03:36.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.262638  2893 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/wal/instance:
20:03:36.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ed3a1f384a1412582e6148dd6e087a7"
20:03:36.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:36 on dist-test-slave-10pc"
20:03:36.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.270008  2893 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.003s
20:03:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.275820  2918 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:36.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.277148  2893 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
20:03:36.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.277546  2893 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/wal
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ed3a1f384a1412582e6148dd6e087a7"
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:36 on dist-test-slave-10pc"
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.277920  2893 fs_report.cc:389] FS layout report
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/wal
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/wal
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/data/data
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:36.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:36.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:36.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:36.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:36.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.326728  2893 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:36.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.328384  2893 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.329000  2893 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:36.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.402040  2893 rpc_server.cc:307] RPC server started. Bound to: 127.2.188.189:35699
20:03:36.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.402124  2978 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.188.189:35699 every 8 connection(s)
20:03:36.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.405094  2893 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/data/info.pb
20:03:36.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.409979  2802 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 2893
20:03:36.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.410506  2802 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-1/wal/instance
20:03:36.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.411476  2979 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.413715  2802 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/wal
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/data
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/logs
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/data/info.pb
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.188.188:44353
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.188.188
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.188.148:41125
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.188.190:46337,127.2.188.189:35699,127.2.188.188:44353
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39159/jwks.json
20:03:36.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42139 with env {}
20:03:36.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.425727  2979 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } has no permanent_uuid. Determining permanent_uuid...
20:03:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.448264  2979 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } has no permanent_uuid. Determining permanent_uuid...
20:03:36.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.463155  2979 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } has no permanent_uuid. Determining permanent_uuid...
20:03:36.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.465793  2920 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:36.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.470052  2979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:36.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.519560  2979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 1
20:03:36.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.524024  2979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:36.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.592464  2979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 2
20:03:36.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.598001  2979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:36.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.689402  2979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 3
20:03:36.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.693708  2979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:36.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.739459  2980 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:36.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.740020  2980 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:36.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.740491  2980 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:36.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.773772  2980 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:36.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.774127  2980 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:36.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.774333  2980 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:36.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.774536  2980 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:36.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.774734  2980 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:36.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.774884  2980 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39159/jwks.json
20:03:36.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.811465  2980 master_runner.cc:387] Master server non-default flags:
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/logs
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.188.148:41125
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/data
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/wal
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42139
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.188.190:46337,127.2.188.189:35699,127.2.188.188:44353
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.188.188:44353
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39159/jwks.json
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/data/info.pb
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.188.188
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.812784  2980 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:36.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.814513  2980 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:36.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.825971  2992 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
20:03:36.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.837100  2979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 4
20:03:36.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.844816  2979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:36.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.952530  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } attempt: 7
20:03:36.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:36.986042  2892 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } has no permanent_uuid. Determining permanent_uuid...
20:03:37.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:37.004794  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:37.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:37.063419  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 1
20:03:37.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:37.072021  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:37.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:37.144410  2979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 5
20:03:37.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:37.152945  2979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:37.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:37.153848  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 2
20:03:37.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:37.161698  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:37.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:37.247262  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 3
20:03:37.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:37.259056  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:37.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:37.402647  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 4
20:03:37.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:37.423683  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:37.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:37.700544  2979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 6
20:03:37.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:37.707298  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 5
20:03:37.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:37.715981  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:37.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:37.744670  2979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:38.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.268571  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 6
20:03:38.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:38.305002  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:38.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:38.229494  2991 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 2980
20:03:38.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:38.698565  2980 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.873s	user 0.585s	sys 1.279s
20:03:38.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:38.698925  2980 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.873s	user 0.585s	sys 1.279s
20:03:38.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:36.826543  2993 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
20:03:38.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:38.701300  2996 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
20:03:38.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:38.703977  2994 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1874 milliseconds
20:03:38.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.704003  2980 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
20:03:38.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.705421  2980 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:38.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.707813  2980 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:38.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.709226  2980 hybrid_clock.cc:648] HybridClock initialized: now 1786478618709183 us; error 39 us; skew 500 ppm
20:03:38.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.710179  2980 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:38.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.716640  2980 webserver.cc:533] Webserver started at http://127.2.188.188:34701/ using document root <none> and password file <none>
20:03:38.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.717675  2980 fs_manager.cc:362] Metadata directory not provided
20:03:38.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.717931  2980 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:38.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.718456  2980 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:38.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.723409  2980 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/data/instance:
20:03:38.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "65c23c4517f641159bc959ca33f21ab3"
20:03:38.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:38 on dist-test-slave-10pc"
20:03:38.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.724637  2980 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/wal/instance:
20:03:38.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "65c23c4517f641159bc959ca33f21ab3"
20:03:38.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:38 on dist-test-slave-10pc"
20:03:38.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.732656  2980 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.006s
20:03:38.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.738524  3010 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:38.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.739617  2980 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.001s
20:03:38.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.740010  2980 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/wal
20:03:38.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "65c23c4517f641159bc959ca33f21ab3"
20:03:38.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:38 on dist-test-slave-10pc"
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.740381  2980 fs_report.cc:389] FS layout report
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/wal
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/wal
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/data/data
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:38.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.790186  2980 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:38.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.791718  2980 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:38.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.792241  2980 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:38.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.805270  2979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 7
20:03:38.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:38.812230  2979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.188.188:44353: Network error: Client connection negotiation failed: client connection to 127.2.188.188:44353: connect: Connection refused (error 111)
20:03:38.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.868357  2980 rpc_server.cc:307] RPC server started. Bound to: 127.2.188.188:44353
20:03:38.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.868443  3072 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.188.188:44353 every 8 connection(s)
20:03:38.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.870996  2980 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/data/info.pb
20:03:38.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.876616  3073 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:38.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.876706  2802 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 2980
20:03:38.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.877161  2802 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster447301885206328361/master-2/wal/instance
20:03:38.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.889801  3073 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } has no permanent_uuid. Determining permanent_uuid...
20:03:38.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.915149  3073 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } has no permanent_uuid. Determining permanent_uuid...
20:03:38.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.927189  3073 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } has no permanent_uuid. Determining permanent_uuid...
20:03:38.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.944439  3073 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3: Bootstrap starting.
20:03:38.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.945132  2802 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:03:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.952728  3073 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3: Neither blocks nor log segments found. Creating new log.
20:03:38.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.955039  3073 log.cc:826] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3: Log is configured to *not* fsync() on all Append() calls
20:03:38.957 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:38.957 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:03:38.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.960270  3073 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3: No bootstrap required, opened a new log
20:03:38.958 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.188.190"
      port: 46337
    }
    bound_http_address {
      host: "127.2.188.190"
      port: 36295
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.188.189"
      port: 35699
    }
    bound_http_address {
      host: "127.2.188.189"
      port: 44363
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.188.188"
      port: 44353
    }
    bound_http_address {
      host: "127.2.188.188"
      port: 34701
    }
  }
}

20:03:38.960 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

20:03:38.961 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:38.962 [INFO - Metastore-Handler-Pool: Thread-136] (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)	
20:03:38.964 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:38.964 [INFO - Metastore-Handler-Pool: Thread-136] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:38.965 [INFO - Metastore-Handler-Pool: Thread-136] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35ed15f4, with PersistenceManager: null will be shutdown
20:03:38.965 [INFO - Metastore-Handler-Pool: Thread-136] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35ed15f4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@704865b2 created in the thread with id: 136
20:03:38.970 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35ed15f4
20:03:38.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.986791  3073 raft_consensus.cc:359] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } }
20:03:38.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.987777  3073 raft_consensus.cc:385] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:38.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.988101  3073 raft_consensus.cc:740] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65c23c4517f641159bc959ca33f21ab3, State: Initialized, Role: FOLLOWER
20:03:38.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:38.989149  3073 consensus_queue.cc:260] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [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: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } }
20:03:39.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.001698  3082 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [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: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:39.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.004099  3082 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [sys.catalog]: This master's current role is: FOLLOWER
20:03:39.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.003692  3073 sys_catalog.cc:565] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [sys.catalog]: configured and running, proceeding with master startup.
20:03:39.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:39.047664  3016 tablet.cc:2406] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:39.051 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:39.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:39.053040  3095 client.h:373] Failed to connect to Hive Metastore (localhost:42139): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:39.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:39.086468  3099 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:03:39.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:39.086855  3099 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:03:39.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.059535  2980 master_runner.cc:187] Error getting master registration for 127.2.188.190:46337: OK, instance_id { permanent_uuid: "e583694904b44260abce9e14de1ca961" instance_seqno: 1786478614558264 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:39.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.104115  2980 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:39.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.273064  3082 raft_consensus.cc:493] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:03:39.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.273691  3082 raft_consensus.cc:515] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } }
20:03:39.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.280130  3082 leader_election.cc:290] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e583694904b44260abce9e14de1ca961 (127.2.188.190:46337), 8ed3a1f384a1412582e6148dd6e087a7 (127.2.188.189:35699)
20:03:39.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.338532  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 7
20:03:39.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.377414  2892 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961: Bootstrap starting.
20:03:39.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.385380  2892 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961: Neither blocks nor log segments found. Creating new log.
20:03:39.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.388062  2892 log.cc:826] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961: Log is configured to *not* fsync() on all Append() calls
20:03:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.403548  2892 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961: No bootstrap required, opened a new log
20:03:39.434 [WARN - Metastore-Handler-Pool: Thread-136] (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.
20:03:39.458 [WARN - Metastore-Handler-Pool: Thread-136] (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.
20:03:39.458 [WARN - Metastore-Handler-Pool: Thread-136] (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.
20:03:39.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.481189  2892 raft_consensus.cc:359] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } }
20:03:39.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.485285  2892 raft_consensus.cc:385] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:39.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.485878  2892 raft_consensus.cc:740] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e583694904b44260abce9e14de1ca961, State: Initialized, Role: FOLLOWER
20:03:39.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.487110  2892 consensus_queue.cc:260] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [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: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } }
20:03:39.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.501541  3105 sys_catalog.cc:455] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [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: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:39.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.503357  3105 sys_catalog.cc:458] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [sys.catalog]: This master's current role is: FOLLOWER
20:03:39.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.504057  2892 sys_catalog.cc:565] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [sys.catalog]: configured and running, proceeding with master startup.
20:03:39.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.504238  2866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "65c23c4517f641159bc959ca33f21ab3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e583694904b44260abce9e14de1ca961" is_pre_election: true
20:03:39.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.505138  2866 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 65c23c4517f641159bc959ca33f21ab3 in term 0.
20:03:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.506717  3011 leader_election.cc:304] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [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: 65c23c4517f641159bc959ca33f21ab3, e583694904b44260abce9e14de1ca961; no voters: 
20:03:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.507715  3082 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 0 FOLLOWER]: Leader pre-election won for term 1
20:03:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.508072  3082 raft_consensus.cc:493] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:03:39.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.508387  3082 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 0 FOLLOWER]: Advancing to term 1
20:03:39.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.515344  3082 raft_consensus.cc:515] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } }
20:03:39.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:39.516829  2842 tablet.cc:2406] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:39.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.518152  2866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "65c23c4517f641159bc959ca33f21ab3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e583694904b44260abce9e14de1ca961"
20:03:39.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.518702  2866 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [term 0 FOLLOWER]: Advancing to term 1
20:03:39.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.525413  2866 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 65c23c4517f641159bc959ca33f21ab3 in term 1.
20:03:39.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.526716  3011 leader_election.cc:304] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [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: 65c23c4517f641159bc959ca33f21ab3, e583694904b44260abce9e14de1ca961; no voters: 
20:03:39.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.537765  3108 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 1 FOLLOWER]: Leader election won for term 1
20:03:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.540670  3082 leader_election.cc:290] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [CANDIDATE]: Term 1 election: Requested vote from peers e583694904b44260abce9e14de1ca961 (127.2.188.190:46337), 8ed3a1f384a1412582e6148dd6e087a7 (127.2.188.189:35699)
20:03:39.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.552611  3108 raft_consensus.cc:697] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [term 1 LEADER]: Becoming Leader. State: Replica: 65c23c4517f641159bc959ca33f21ab3, State: Running, Role: LEADER
20:03:39.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.554181  3108 consensus_queue.cc:237] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [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: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } }
20:03:39.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.570116  3082 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 65c23c4517f641159bc959ca33f21ab3. Latest consensus state: current_term: 1 leader_uuid: "65c23c4517f641159bc959ca33f21ab3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:39.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.571255  3082 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [sys.catalog]: This master's current role is: LEADER
20:03:39.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.574923  3113 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:03:39.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.601476  3113 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:03:39.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.645987  2866 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [term 1 FOLLOWER]: Refusing update from remote peer 65c23c4517f641159bc959ca33f21ab3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:39.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.648298  3082 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:03:39.662 [INFO - Metastore-Handler-Pool: Thread-136] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
20:03:39.678 [INFO - Metastore-Handler-Pool: Thread-136] (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/hive4407503821049046265/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)
20:03:39.680 [INFO - Metastore-Handler-Pool: Thread-136] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4407503821049046265/external-warehouse/legacy_table
20:03:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.689141  3105 sys_catalog.cc:455] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 65c23c4517f641159bc959ca33f21ab3. Latest consensus state: current_term: 1 leader_uuid: "65c23c4517f641159bc959ca33f21ab3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.689885  3105 sys_catalog.cc:458] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [sys.catalog]: This master's current role is: FOLLOWER
20:03:39.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.695832  3118 mvcc.cc:204] Tried to move back new op lower bound from 7317416426037940224 to 7317416425708392448. Current Snapshot: MvccSnapshot[applied={T|T < 7317416426037940224}]
20:03:39.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.706771  3105 sys_catalog.cc:455] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "65c23c4517f641159bc959ca33f21ab3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:39.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.707553  3105 sys_catalog.cc:458] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961 [sys.catalog]: This master's current role is: FOLLOWER
20:03:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.717867  3108 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "65c23c4517f641159bc959ca33f21ab3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.718641  3108 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [sys.catalog]: This master's current role is: LEADER
20:03:39.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.722821  3113 catalog_manager.cc:1383] Generated new cluster ID: d6039660866b4cb1a0150562bd8f348b
20:03:39.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.723142  3113 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:03:39.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.774080  3113 catalog_manager.cc:1406] Generated new certificate authority record
20:03:39.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.776399  3113 catalog_manager.cc:1540] Loading token signing keys...
20:03:39.795 [INFO - Metastore-Handler-Pool: Thread-141] (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=	
20:03:39.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:39.802434  3131 client.h:373] Failed to connect to Hive Metastore (localhost:42139): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:39.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.832916  3113 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3: Generated new TSK 0
20:03:39.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.834163  3113 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:03:39.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.839213  3113 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
20:03:39.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.844035  3113 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
20:03:39.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.925701  3137 catalog_manager.cc:1295] Loaded cluster ID: d6039660866b4cb1a0150562bd8f348b
20:03:39.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.929090  3137 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961: loading cluster ID for follower catalog manager: success
20:03:39.950 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
20:03:40.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:40.015532  3137 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961: acquiring CA information for follower catalog manager: success
20:03:40.057 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:40.065 [INFO - Metastore-Handler-Pool: Thread-136] (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	
20:03:40.070 [INFO - Metastore-Handler-Pool: Thread-142] (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=	
20:03:40.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:40.070847  3095 client.h:373] Failed to connect to Hive Metastore (localhost:42139): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:40.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:40.076299  3137 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e583694904b44260abce9e14de1ca961: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:03:40.106 [INFO - Metastore-Handler-Pool: Thread-136] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
20:03:40.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:39.817271  2816 master_runner.cc:187] Error getting master registration for 127.2.188.189:35699: OK, instance_id { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" instance_seqno: 1786478616382396 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:40.121636  2816 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:40.380 [INFO - Metastore-Handler-Pool: Thread-136] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
20:03:40.381 [INFO - Metastore-Handler-Pool: Thread-136] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
20:03:40.721 [INFO - Metastore-Handler-Pool: Thread-136] (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	
20:03:40.812 [INFO - Metastore-Handler-Pool: Thread-136] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
20:03:40.825 [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=	
20:03:40.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:40.826001  3131 client.h:373] Failed to connect to Hive Metastore (localhost:42139): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:40.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:40.902732  2979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } attempt: 8
20:03:41.009 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
20:03:41.037 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:41.039 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
20:03:41.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.050104  2979 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7: Bootstrap starting.
20:03:41.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.088358  2979 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7: Neither blocks nor log segments found. Creating new log.
20:03:41.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.094581  2979 log.cc:826] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7: Log is configured to *not* fsync() on all Append() calls
20:03:41.129 [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=	
20:03:41.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:41.130067  3095 client.h:373] Failed to connect to Hive Metastore (localhost:42139): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:41.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.146668  2979 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7: No bootstrap required, opened a new log
20:03:41.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.189688  2979 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } }
20:03:41.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.191147  2979 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:41.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.191716  2979 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ed3a1f384a1412582e6148dd6e087a7, State: Initialized, Role: FOLLOWER
20:03:41.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.193249  2979 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [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: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } }
20:03:41.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.218752  3145 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [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: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:41.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.219579  3145 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [sys.catalog]: This master's current role is: FOLLOWER
20:03:41.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.223304  2979 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [sys.catalog]: configured and running, proceeding with master startup.
20:03:41.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.223439  2950 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "65c23c4517f641159bc959ca33f21ab3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ed3a1f384a1412582e6148dd6e087a7" is_pre_election: true
20:03:41.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.224920  2949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "65c23c4517f641159bc959ca33f21ab3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ed3a1f384a1412582e6148dd6e087a7"
20:03:41.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:41.226073  2949 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:36782 (request call id 2) took 1689 ms (client timeout 2143 ms). Trace:
20:03:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:41.226514  2949 rpcz_store.cc:269] 0811 20:03:39.536591 (+     0us) service_pool.cc:167] Inserting onto call queue
20:03:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:03:39.536720 (+   129us) service_pool.cc:224] Handling call
20:03:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:03:41.225985 (+1689265us) inbound_call.cc:177] Queueing success response
20:03:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
20:03:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.224442  2950 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 65c23c4517f641159bc959ca33f21ab3 in term 0.
20:03:41.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:41.229691  2950 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:36782 (request call id 1) took 1950 ms (client timeout 2220 ms). Trace:
20:03:41.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:41.230139  2950 rpcz_store.cc:269] 0811 20:03:39.279349 (+     0us) service_pool.cc:167] Inserting onto call queue
20:03:41.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:03:39.279513 (+   164us) service_pool.cc:224] Handling call
20:03:41.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:03:41.229617 (+1950104us) inbound_call.cc:177] Queueing success response
20:03:41.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
20:03:41.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.231720  2948 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [term 0 FOLLOWER]: Advancing to term 1
20:03:41.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.240809  2948 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [term 1 FOLLOWER]: Refusing update from remote peer 65c23c4517f641159bc959ca33f21ab3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.262604  2948 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:36782 (request call id 3) took 1619 ms. Trace:
20:03:41.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.263011  2948 rpcz_store.cc:276] 0811 20:03:39.642954 (+     0us) service_pool.cc:167] Inserting onto call queue
20:03:41.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:03:39.643125 (+   171us) service_pool.cc:224] Handling call
20:03:41.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:03:41.231387 (+1588262us) raft_consensus.cc:1471] Updating replica for 0 ops
20:03:41.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:03:41.241193 (+  9806us) raft_consensus.cc:1697] Filling consensus response to leader.
20:03:41.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:03:41.262259 (+ 21066us) spinlock_profiling.cc:243] Waited 6.58 ms on lock 0x7b54000104d0. stack: 00007f2018852cf3 00007f2018852bf0 00007f2018400574 0000000000516de4 0000000000516d79 00007f201f953951 00007f201f9e9c8d 00007f2020a48229 00007f201f0c6d34 00007f201f0c6cc2 00007f201f0c6bf1 00007f201f0c6b6c 00007f201f0c5e22 00007f201d6b507c 00007f201d6b44b6 00007f201d6b3e5f
20:03:41.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:03:41.262517 (+   258us) inbound_call.cc:177] Queueing success response
20:03:41.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"spinlock_wait_cycles":15141760}
20:03:41.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.278648  3109 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
20:03:41.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.368629  3145 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 65c23c4517f641159bc959ca33f21ab3. Latest consensus state: current_term: 1 leader_uuid: "65c23c4517f641159bc959ca33f21ab3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:41.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.369341  3145 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [sys.catalog]: This master's current role is: FOLLOWER
20:03:41.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.370968  3156 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "65c23c4517f641159bc959ca33f21ab3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:41.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.371965  3156 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ed3a1f384a1412582e6148dd6e087a7 [sys.catalog]: This master's current role is: FOLLOWER
20:03:41.427 [WARN - Metastore-Handler-Pool: Thread-136] (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.
20:03:41.453 [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=	
20:03:41.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.453233  3168 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
20:03:41.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:41.454252  3163 client.h:373] Failed to connect to Hive Metastore (localhost:42139): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:41.647 [WARN - Metastore-Handler-Pool: Thread-136] (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.
20:03:41.710 [WARN - Metastore-Handler-Pool: Thread-136] (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.
20:03:41.842 [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=	
20:03:41.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:41.842718  3131 client.h:373] Failed to connect to Hive Metastore (localhost:42139): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:41.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.848052  3169 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "65c23c4517f641159bc959ca33f21ab3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e583694904b44260abce9e14de1ca961" member_type: VOTER last_known_addr { host: "127.2.188.190" port: 46337 } } peers { permanent_uuid: "8ed3a1f384a1412582e6148dd6e087a7" member_type: VOTER last_known_addr { host: "127.2.188.189" port: 35699 } } peers { permanent_uuid: "65c23c4517f641159bc959ca33f21ab3" member_type: VOTER last_known_addr { host: "127.2.188.188" port: 44353 } } }
20:03:41.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.859179  3169 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65c23c4517f641159bc959ca33f21ab3 [sys.catalog]: This master's current role is: LEADER
20:03:41.925 [INFO - Metastore-Handler-Pool: Thread-136] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:03:41.926 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:03:41.927 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:03:41.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.926862  2802 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 2816
20:03:41.927 [INFO - Metastore-Handler-Pool: Thread-136] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35ed15f4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@704865b2 will be shutdown
20:03:41.934 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:03:41.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:41.981880  2802 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 2893
20:03:42.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:42.012904  2802 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 2980
20:03:43.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:43Z chronyd exiting
.20:03:44.244 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:44.244 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:44.245 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:44.262 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive11731387575495035331
20:03:44.263 [INFO - Thread-104] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:03:44.263 [INFO - Thread-104] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:03:44.265 [INFO - Thread-104] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:44.265 [INFO - Thread-104] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:44.266 [INFO - Thread-104] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:03:44.266 [INFO - Thread-104] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:03:44.267 [INFO - Thread-104] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:03:44.267 [INFO - Thread-104] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:03:44.268 [INFO - Thread-104] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:03:44.268 [INFO - Thread-104] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:03:44.270 [INFO - Thread-104] (HikariDataSource.java:80) objectstore - Starting...
20:03:44.332 [INFO - Thread-104] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:44.337 [INFO - Thread-104] (HikariDataSource.java:82) objectstore - Start completed.
20:03:44.338 [INFO - Thread-104] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:03:44.339 [INFO - Thread-104] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:03:44.341 [INFO - Thread-104] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:44.348 [INFO - Thread-104] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:03:44.361 [INFO - Thread-104] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:03:44.362 [INFO - Thread-104] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:03:44.362 [INFO - Thread-104] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:03:44.379 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:44.380 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:44.380 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:44.380 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:44.381 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:44.381 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:44.621 [INFO - Thread-104] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:03:44.621 [INFO - Thread-104] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@581effec, with PersistenceManager: null will be shutdown
20:03:44.622 [INFO - Thread-104] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@581effec, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6578d8e5 created in the thread with id: 147
20:03:44.623 [WARN - Thread-104] (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
20:03:44.624 [INFO - Thread-104] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@581effec
20:03:44.714 [INFO - Thread-104] (HMSHandler.java:595) Started creating a default database with name: default
20:03:44.729 [INFO - Thread-104] (HMSHandler.java:605) Successfully created a default database with name: default
20:03:44.749 [INFO - Thread-104] (HMSHandler.java:668) Added admin role in metastore
20:03:44.751 [INFO - Thread-104] (HMSHandler.java:677) Added public role in metastore
20:03:44.777 [INFO - Thread-104] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:03:44.778 [INFO - Thread-104] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:03:44.778 [INFO - Thread-104] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:03:44.778 [INFO - Thread-104] (HiveMetaStore.java:697) Direct SQL optimization = true
20:03:44.779 [WARN - Thread-104] (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)
20:03:44.779 [INFO - Thread-104] (HiveMetaStore.java:632) Started the new metaserver on port [39443]...
20:03:44.779 [INFO - Thread-104] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:03:44.779 [INFO - Thread-104] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:03:44.779 [INFO - Thread-104] (HiveMetaStore.java:635) TCP keepalive = true
20:03:44.779 [INFO - Thread-104] (HiveMetaStore.java:636) Enable SSL = false
20:03:45.265 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:45.265 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:45.266 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:45.267 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:03:45.267 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39443]
20:03:45.267 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39443) in binary transport mode
20:03:45.268 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39443) current connections: 1
20:03:45.269 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskSJ_1Gi/test-tmp
20:03:45.270 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
20:03:45.270 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskSJ_1Gi/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
20:03:45.273 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39443"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:03:45.607 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:45.607 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:03:45.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:45.612699  3204 mini_oidc.cc:150] Starting JWKS server
20:03:45.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:45.615883  3204 webserver.cc:533] Webserver started at http://127.0.0.1:39069/ using document root <none> and password file <none>
20:03:45.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:45.616276  3204 mini_oidc.cc:186] Starting OIDC Discovery server
20:03:45.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:45.617921  3204 webserver.cc:533] Webserver started at http://127.0.0.1:37771/ using document root <none> and password file <none>
20:03:45.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:45Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:03:45.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:45Z Disabled control of system clock
20:03:45.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:45.684187  3204 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:45.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:45.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/wal
20:03:45.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/data
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/logs
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/data/info.pb
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.33.62:37437
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.33.62
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:45.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.33.20:45855
20:03:45.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:45.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:45.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:45.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:45.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.33.62:37437,127.3.33.61:34695,127.3.33.60:38431
20:03:45.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:45.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39069/jwks.json
20:03:45.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39443 with env {}
20:03:45.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:45.988021  3219 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:45.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:45.988762  3219 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:45.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:45.989395  3219 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:46.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:46.022599  3219 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:46.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:46.023010  3219 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:46.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:46.023407  3219 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:46.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:46.023756  3219 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:46.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:46.024088  3219 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:46.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:46.024350  3219 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39069/jwks.json
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:46.061515  3219 master_runner.cc:387] Master server non-default flags:
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/logs
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.33.20:45855
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/data
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/wal
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39443
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.33.62:37437,127.3.33.61:34695,127.3.33.60:38431
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.33.62:37437
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39069/jwks.json
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/data/info.pb
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.33.62
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:46.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:46.063454  3219 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:46.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:46.065248  3219 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:46.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:46.078372  3226 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
20:03:47.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:47.481775  3225 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 3219
20:03:47.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:47.580178  3219 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.502s	user 0.506s	sys 0.990s
20:03:47.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:47.580971  3219 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.503s	user 0.507s	sys 0.990s
20:03:47.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:46.078763  3227 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
20:03:47.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:47.582716  3229 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
20:03:47.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:47.585155  3228 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1503 milliseconds
20:03:47.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.585175  3219 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
20:03:47.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.586500  3219 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:47.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.588900  3219 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:47.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.590252  3219 hybrid_clock.cc:648] HybridClock initialized: now 1786478627590176 us; error 78 us; skew 500 ppm
20:03:47.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.591053  3219 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:47.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.597283  3219 webserver.cc:533] Webserver started at http://127.3.33.62:41159/ using document root <none> and password file <none>
20:03:47.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.598163  3219 fs_manager.cc:362] Metadata directory not provided
20:03:47.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.598361  3219 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:47.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.598812  3219 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:47.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.603034  3219 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/data/instance:
20:03:47.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7cc87b7d2658481b9376b47c47ea8427"
20:03:47.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:47 on dist-test-slave-10pc"
20:03:47.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.604117  3219 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/wal/instance:
20:03:47.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7cc87b7d2658481b9376b47c47ea8427"
20:03:47.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:47 on dist-test-slave-10pc"
20:03:47.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.611542  3219 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.001s	sys 0.005s
20:03:47.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.617589  3238 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:47.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.618708  3219 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
20:03:47.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.619048  3219 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/wal
20:03:47.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7cc87b7d2658481b9376b47c47ea8427"
20:03:47.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:47 on dist-test-slave-10pc"
20:03:47.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.619343  3219 fs_report.cc:389] FS layout report
20:03:47.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:47.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/wal
20:03:47.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/wal
20:03:47.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/data/data
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:47.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:47.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.672428  3219 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:47.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.673959  3219 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:47.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.674383  3219 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.747746  3219 rpc_server.cc:307] RPC server started. Bound to: 127.3.33.62:37437
20:03:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.747838  3300 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.33.62:37437 every 8 connection(s)
20:03:47.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.750394  3219 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/data/info.pb
20:03:47.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.756070  3204 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 3219
20:03:47.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.756186  3301 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:47.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.756565  3204 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-0/wal/instance
20:03:47.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.760418  3204 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:47.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:47.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/wal
20:03:47.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/data
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/logs
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/data/info.pb
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.33.61:34695
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.33.61
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.33.20:45855
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:47.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:47.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:47.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.33.62:37437,127.3.33.61:34695,127.3.33.60:38431
20:03:47.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:47.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39069/jwks.json
20:03:47.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39443 with env {}
20:03:47.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.770758  3301 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } has no permanent_uuid. Determining permanent_uuid...
20:03:47.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.805428  3301 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } has no permanent_uuid. Determining permanent_uuid...
20:03:47.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:47.808198  3241 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.33.61:34695: connect: Connection refused (error 111)
20:03:47.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:47.812889  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.61:34695: Network error: Client connection negotiation failed: client connection to 127.3.33.61:34695: connect: Connection refused (error 111)
20:03:47.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.862357  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } attempt: 1
20:03:47.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:47.867252  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.61:34695: Network error: Client connection negotiation failed: client connection to 127.3.33.61:34695: connect: Connection refused (error 111)
20:03:47.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:47.935719  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } attempt: 2
20:03:47.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:47.940409  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.61:34695: Network error: Client connection negotiation failed: client connection to 127.3.33.61:34695: connect: Connection refused (error 111)
20:03:48.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:48.031855  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } attempt: 3
20:03:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.036583  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.61:34695: Network error: Client connection negotiation failed: client connection to 127.3.33.61:34695: connect: Connection refused (error 111)
20:03:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.085668  3302 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.086404  3302 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:48.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.087018  3302 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:48.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.122010  3302 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:48.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.122411  3302 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:48.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.122795  3302 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:48.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.123147  3302 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:48.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.123479  3302 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:48.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.123724  3302 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39069/jwks.json
20:03:48.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:48.161382  3302 master_runner.cc:387] Master server non-default flags:
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/logs
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.33.20:45855
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/data
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/wal
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39443
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.33.62:37437,127.3.33.61:34695,127.3.33.60:38431
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.33.61:34695
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39069/jwks.json
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/data/info.pb
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.33.61
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:48.163317  3302 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:48.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:48.165310  3302 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:48.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.177510  3313 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
20:03:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:48.179986  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } attempt: 4
20:03:48.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.188762  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.61:34695: Network error: Client connection negotiation failed: client connection to 127.3.33.61:34695: connect: Connection refused (error 111)
20:03:48.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:48.488323  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } attempt: 5
20:03:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.499019  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.61:34695: Network error: Client connection negotiation failed: client connection to 127.3.33.61:34695: connect: Connection refused (error 111)
20:03:49.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.046706  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } attempt: 6
20:03:49.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:49.070425  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.61:34695: Network error: Client connection negotiation failed: client connection to 127.3.33.61:34695: connect: Connection refused (error 111)
20:03:49.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:48.178282  3314 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
20:03:49.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:49.779656  3302 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.602s	user 0.612s	sys 0.984s
20:03:49.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:49.780058  3302 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.603s	user 0.612s	sys 0.984s
20:03:49.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:49.581745  3312 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 3302
20:03:49.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:49.782688  3317 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
20:03:49.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:49.784551  3316 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1603 milliseconds
20:03:49.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.784615  3302 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
20:03:49.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.785952  3302 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:49.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.788570  3302 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:49.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.789949  3302 hybrid_clock.cc:648] HybridClock initialized: now 1786478629789911 us; error 38 us; skew 500 ppm
20:03:49.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.790763  3302 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:49.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.796900  3302 webserver.cc:533] Webserver started at http://127.3.33.61:45789/ using document root <none> and password file <none>
20:03:49.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.797780  3302 fs_manager.cc:362] Metadata directory not provided
20:03:49.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.797982  3302 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:49.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.798364  3302 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:49.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.802671  3302 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/data/instance:
20:03:49.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9"
20:03:49.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:49 on dist-test-slave-10pc"
20:03:49.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.803817  3302 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/wal/instance:
20:03:49.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9"
20:03:49.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:49 on dist-test-slave-10pc"
20:03:49.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.811057  3302 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.001s
20:03:49.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.816808  3328 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:49.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.817883  3302 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
20:03:49.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.818269  3302 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/wal
20:03:49.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9"
20:03:49.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:49 on dist-test-slave-10pc"
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.818629  3302 fs_report.cc:389] FS layout report
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/wal
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/wal
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/data/data
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:49.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.876360  3302 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:49.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.877969  3302 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:49.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.878515  3302 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.950276  3302 rpc_server.cc:307] RPC server started. Bound to: 127.3.33.61:34695
20:03:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.950376  3393 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.33.61:34695 every 8 connection(s)
20:03:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.953171  3302 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/data/info.pb
20:03:49.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.959695  3394 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:49.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.963431  3204 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 3302
20:03:49.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.963768  3204 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-1/wal/instance
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.965903  3204 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/wal
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/data
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/logs
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/data/info.pb
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.33.60:38431
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.33.60
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.33.20:45855
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.33.62:37437,127.3.33.61:34695,127.3.33.60:38431
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39069/jwks.json
20:03:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39443 with env {}
20:03:49.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.970873  3394 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } has no permanent_uuid. Determining permanent_uuid...
20:03:49.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:49.994511  3394 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } has no permanent_uuid. Determining permanent_uuid...
20:03:50.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.009169  3394 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } has no permanent_uuid. Determining permanent_uuid...
20:03:50.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.011586  3332 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.015738  3394 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.065305  3394 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 1
20:03:50.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.070093  3394 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.131019  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } attempt: 7
20:03:50.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.138625  3394 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 2
20:03:50.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.143911  3301 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } has no permanent_uuid. Determining permanent_uuid...
20:03:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.145282  3394 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.149626  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.208020  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 1
20:03:50.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.212263  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.236688  3394 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 3
20:03:50.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.242254  3394 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.293777  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 2
20:03:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.298408  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.308929  3398 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:50.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.309496  3398 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:50.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.309949  3398 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:50.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.343272  3398 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:50.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.343585  3398 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:50.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.343858  3398 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:50.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.344075  3398 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:50.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.344281  3398 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:50.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.344437  3398 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39069/jwks.json
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.381918  3398 master_runner.cc:387] Master server non-default flags:
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/logs
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.33.20:45855
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/data
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/wal
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39443
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.33.62:37437,127.3.33.61:34695,127.3.33.60:38431
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.33.60:38431
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39069/jwks.json
20:03:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/data/info.pb
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.33.60
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:03:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.383492  3398 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:50.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.383906  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 3
20:03:50.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.385737  3398 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:50.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.385687  3394 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 4
20:03:50.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.388880  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.390082  3394 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.397344  3408 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
20:03:50.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.529278  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 4
20:03:50.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.535254  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.689458  3394 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 5
20:03:50.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.695262  3394 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:50.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:50.818678  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 5
20:03:50.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.824542  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:51.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.242697  3394 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 6
20:03:51.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:51.251557  3394 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:51.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.376971  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 6
20:03:51.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:51.384083  3301 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.33.60:38431: Network error: Client connection negotiation failed: client connection to 127.3.33.60:38431: connect: Connection refused (error 111)
20:03:51.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.400766  3409 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
20:03:51.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:50.403062  3411 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
20:03:51.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:51.607287  3410 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
20:03:51.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.607412  3398 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
20:03:51.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.608716  3398 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:51.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.611261  3398 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:51.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.612650  3398 hybrid_clock.cc:648] HybridClock initialized: now 1786478631612620 us; error 41 us; skew 500 ppm
20:03:51.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.613524  3398 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:03:51.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.619669  3398 webserver.cc:533] Webserver started at http://127.3.33.60:33657/ using document root <none> and password file <none>
20:03:51.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.620752  3398 fs_manager.cc:362] Metadata directory not provided
20:03:51.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.620992  3398 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:51.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.621536  3398 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:51.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.626049  3398 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/data/instance:
20:03:51.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89b269b1b3124d7c8cc381863f3f8a5a"
20:03:51.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:51 on dist-test-slave-10pc"
20:03:51.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.627234  3398 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/wal/instance:
20:03:51.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89b269b1b3124d7c8cc381863f3f8a5a"
20:03:51.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:51 on dist-test-slave-10pc"
20:03:51.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.634534  3398 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.003s
20:03:51.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.640372  3423 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:51.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.641513  3398 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
20:03:51.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.641888  3398 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/wal
20:03:51.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89b269b1b3124d7c8cc381863f3f8a5a"
20:03:51.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:51 on dist-test-slave-10pc"
20:03:51.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.642272  3398 fs_report.cc:389] FS layout report
20:03:51.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:51.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/wal
20:03:51.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/wal
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/data/data
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:51.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:51.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.721750  3398 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:51.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.723409  3398 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:03:51.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.723941  3398 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:51.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.797963  3398 rpc_server.cc:307] RPC server started. Bound to: 127.3.33.60:38431
20:03:51.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.798055  3483 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.33.60:38431 every 8 connection(s)
20:03:51.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.800827  3398 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/data/info.pb
20:03:51.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.802395  3204 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 3398
20:03:51.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.803013  3204 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster15770492657914134042/master-2/wal/instance
20:03:51.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.807905  3484 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:51.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.824709  3484 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } has no permanent_uuid. Determining permanent_uuid...
20:03:51.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.841522  3484 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } has no permanent_uuid. Determining permanent_uuid...
20:03:51.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.851972  3484 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } has no permanent_uuid. Determining permanent_uuid...
20:03:51.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.863914  3204 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:03:51.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.871098  3484 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a: Bootstrap starting.
20:03:51.875 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:51.876 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:03:51.877 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.33.62"
      port: 37437
    }
    bound_http_address {
      host: "127.3.33.62"
      port: 41159
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.33.61"
      port: 34695
    }
    bound_http_address {
      host: "127.3.33.61"
      port: 45789
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.33.60"
      port: 38431
    }
    bound_http_address {
      host: "127.3.33.60"
      port: 33657
    }
  }
}

20:03:51.877 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

20:03:51.878 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:51.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.878681  3484 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a: Neither blocks nor log segments found. Creating new log.
20:03:51.879 [INFO - Metastore-Handler-Pool: Thread-168] (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=dd9b304e-d173-48b8-a0a4-9c034fd1a5fc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.33.61:34695,127.3.33.62:37437,127.3.33.60:38431}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:51.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.880941  3484 log.cc:826] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a: Log is configured to *not* fsync() on all Append() calls
20:03:51.882 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:51.882 [INFO - Metastore-Handler-Pool: Thread-168] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:51.882 [INFO - Metastore-Handler-Pool: Thread-168] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14730084, with PersistenceManager: null will be shutdown
20:03:51.883 [INFO - Metastore-Handler-Pool: Thread-168] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14730084, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1369bb created in the thread with id: 168
20:03:51.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.885948  3484 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a: No bootstrap required, opened a new log
20:03:51.887 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14730084
20:03:51.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.905362  3484 raft_consensus.cc:359] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } }
20:03:51.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.906258  3484 raft_consensus.cc:385] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:51.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.906565  3484 raft_consensus.cc:740] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 89b269b1b3124d7c8cc381863f3f8a5a, State: Initialized, Role: FOLLOWER
20:03:51.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.907543  3484 consensus_queue.cc:260] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [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: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } }
20:03:51.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.910686  3492 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [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: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:51.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.911675  3492 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [sys.catalog]: This master's current role is: FOLLOWER
20:03:51.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.912772  3484 sys_catalog.cc:565] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [sys.catalog]: configured and running, proceeding with master startup.
20:03:51.940 [INFO - Metastore-Handler-Pool: Thread-170] (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=	
20:03:51.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:51.942555  3504 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:51.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:51.967073  3508 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:03:51.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:51.967758  3508 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:03:51.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:51.979422  3430 tablet.cc:2406] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:51.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.948900  3398 master_runner.cc:187] Error getting master registration for 127.3.33.62:37437: OK, instance_id { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" instance_seqno: 1786478627728255 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:51.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:51.993770  3398 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:52.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.162861  3492 raft_consensus.cc:493] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:03:52.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.163501  3492 raft_consensus.cc:515] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } }
20:03:52.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.170032  3492 leader_election.cc:290] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7cc87b7d2658481b9376b47c47ea8427 (127.3.33.62:37437), 94b66b1ee17f4182a26d5cf5ff6f26a9 (127.3.33.61:34695)
20:03:52.205 [WARN - Metastore-Handler-Pool: Thread-168] (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.
20:03:52.212 [WARN - Metastore-Handler-Pool: Thread-168] (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.
20:03:52.212 [WARN - Metastore-Handler-Pool: Thread-168] (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.
20:03:52.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.312140  3394 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 7
20:03:52.354 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:52.360 [INFO - Metastore-Handler-Pool: Thread-168] (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/hive11731387575495035331/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=dd9b304e-d173-48b8-a0a4-9c034fd1a5fc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.33.61:34695,127.3.33.62:37437,127.3.33.60:38431}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:03:52.362 [INFO - Metastore-Handler-Pool: Thread-168] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11731387575495035331/external-warehouse/table
20:03:52.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.376639  3394 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9: Bootstrap starting.
20:03:52.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.388754  3394 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9: Neither blocks nor log segments found. Creating new log.
20:03:52.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.391409  3394 log.cc:826] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9: Log is configured to *not* fsync() on all Append() calls
20:03:52.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.407212  3394 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9: No bootstrap required, opened a new log
20:03:52.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.417492  3301 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } attempt: 7
20:03:52.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.440073  3394 raft_consensus.cc:359] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } }
20:03:52.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.440996  3394 raft_consensus.cc:385] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:52.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.441329  3394 raft_consensus.cc:740] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94b66b1ee17f4182a26d5cf5ff6f26a9, State: Initialized, Role: FOLLOWER
20:03:52.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.443593  3394 consensus_queue.cc:260] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [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: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } }
20:03:52.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.461915  3521 sys_catalog.cc:455] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [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: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:52.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.464074  3521 sys_catalog.cc:458] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [sys.catalog]: This master's current role is: FOLLOWER
20:03:52.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.471236  3301 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427: Bootstrap starting.
20:03:52.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.479616  3301 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427: Neither blocks nor log segments found. Creating new log.
20:03:52.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.482399  3301 log.cc:826] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427: Log is configured to *not* fsync() on all Append() calls
20:03:52.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.484077  3361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" is_pre_election: true
20:03:52.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.485293  3361 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 89b269b1b3124d7c8cc381863f3f8a5a in term 0.
20:03:52.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.487273  3426 leader_election.cc:304] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [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: 89b269b1b3124d7c8cc381863f3f8a5a, 94b66b1ee17f4182a26d5cf5ff6f26a9; no voters: 
20:03:52.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.488381  3492 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 0 FOLLOWER]: Leader pre-election won for term 1
20:03:52.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.488770  3492 raft_consensus.cc:493] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:03:52.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.489069  3492 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 0 FOLLOWER]: Advancing to term 1
20:03:52.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.493882  3301 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427: No bootstrap required, opened a new log
20:03:52.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.496636  3394 sys_catalog.cc:565] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [sys.catalog]: configured and running, proceeding with master startup.
20:03:52.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.499162  3492 raft_consensus.cc:515] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } }
20:03:52.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.520848  3361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9"
20:03:52.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.521464  3361 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [term 0 FOLLOWER]: Advancing to term 1
20:03:52.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.530838  3361 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 89b269b1b3124d7c8cc381863f3f8a5a in term 1.
20:03:52.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.533031  3426 leader_election.cc:304] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [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: 89b269b1b3124d7c8cc381863f3f8a5a, 94b66b1ee17f4182a26d5cf5ff6f26a9; no voters: 
20:03:52.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.539777  3492 leader_election.cc:290] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [CANDIDATE]: Term 1 election: Requested vote from peers 7cc87b7d2658481b9376b47c47ea8427 (127.3.33.62:37437), 94b66b1ee17f4182a26d5cf5ff6f26a9 (127.3.33.61:34695)
20:03:52.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.541445  3301 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } }
20:03:52.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.542595  3301 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:52.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.543107  3301 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7cc87b7d2658481b9376b47c47ea8427, State: Initialized, Role: FOLLOWER
20:03:52.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.544405  3301 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [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: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } }
20:03:52.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.543915  3492 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 1 FOLLOWER]: Leader election won for term 1
20:03:52.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.546293  3492 raft_consensus.cc:697] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [term 1 LEADER]: Becoming Leader. State: Replica: 89b269b1b3124d7c8cc381863f3f8a5a, State: Running, Role: LEADER
20:03:52.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.547219  3492 consensus_queue.cc:237] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [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: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } }
20:03:52.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.564518  3525 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [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: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:52.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.568477  3271 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7cc87b7d2658481b9376b47c47ea8427" is_pre_election: true
20:03:52.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.572842  3525 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [sys.catalog]: This master's current role is: FOLLOWER
20:03:52.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.572949  3271 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 89b269b1b3124d7c8cc381863f3f8a5a in term 0.
20:03:52.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.569300  3270 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7cc87b7d2658481b9376b47c47ea8427"
20:03:52.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.574184  3270 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [term 0 FOLLOWER]: Advancing to term 1
20:03:52.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.586400  3524 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 89b269b1b3124d7c8cc381863f3f8a5a. Latest consensus state: current_term: 1 leader_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:52.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.590634  3270 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 89b269b1b3124d7c8cc381863f3f8a5a in term 1.
20:03:52.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.569859  3301 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [sys.catalog]: configured and running, proceeding with master startup.
20:03:52.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.597676  3524 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [sys.catalog]: This master's current role is: LEADER
20:03:52.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.609813  3535 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:03:52.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:52.636682  3337 tablet.cc:2406] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:52.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.643545  3535 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:03:52.655 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:52.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.673501  3555 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
20:03:52.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:52.685417  3245 tablet.cc:2406] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:52.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.687662  3361 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [term 1 FOLLOWER]: Refusing update from remote peer 89b269b1b3124d7c8cc381863f3f8a5a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:52.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.688297  3270 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [term 1 FOLLOWER]: Refusing update from remote peer 89b269b1b3124d7c8cc381863f3f8a5a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:52.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.689432  3524 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [LEADER]: Connected to new peer: Peer: permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:03:52.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.690891  3524 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [LEADER]: Connected to new peer: Peer: permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:03:52.721 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:52.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:52.722438  3546 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:52.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.735390  3556 mvcc.cc:204] Tried to move back new op lower bound from 7317416479472992256 to 7317416478968614912. Current Snapshot: MvccSnapshot[applied={T|T < 7317416479472992256}]
20:03:52.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.743772  3525 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 89b269b1b3124d7c8cc381863f3f8a5a. Latest consensus state: current_term: 1 leader_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:52.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.748944  3525 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [sys.catalog]: This master's current role is: FOLLOWER
20:03:52.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.763688  3492 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:52.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.764385  3492 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [sys.catalog]: This master's current role is: LEADER
20:03:52.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.767472  3535 catalog_manager.cc:1383] Generated new cluster ID: 82baf6c18a584cd190ca3656b4b778c4
20:03:52.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.767736  3535 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:03:52.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.798213  3525 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:52.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.799288  3525 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427 [sys.catalog]: This master's current role is: FOLLOWER
20:03:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.677834  3302 master_runner.cc:187] Error getting master registration for 127.3.33.62:37437: OK, instance_id { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" instance_seqno: 1786478627728255 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:52.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.811478  3302 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:52.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.824751  3521 sys_catalog.cc:455] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 89b269b1b3124d7c8cc381863f3f8a5a. Latest consensus state: current_term: 1 leader_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:52.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.825668  3521 sys_catalog.cc:458] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [sys.catalog]: This master's current role is: FOLLOWER
20:03:52.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.828670  3524 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:52.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.829330  3524 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a [sys.catalog]: This master's current role is: LEADER
20:03:52.833 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:52.841 [INFO - Metastore-Handler-Pool: Thread-168] (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)	
20:03:52.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.845209  3521 sys_catalog.cc:455] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7cc87b7d2658481b9376b47c47ea8427" member_type: VOTER last_known_addr { host: "127.3.33.62" port: 37437 } } peers { permanent_uuid: "94b66b1ee17f4182a26d5cf5ff6f26a9" member_type: VOTER last_known_addr { host: "127.3.33.61" port: 34695 } } peers { permanent_uuid: "89b269b1b3124d7c8cc381863f3f8a5a" member_type: VOTER last_known_addr { host: "127.3.33.60" port: 38431 } } }
20:03:52.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.845928  3521 sys_catalog.cc:458] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9 [sys.catalog]: This master's current role is: FOLLOWER
20:03:52.847 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
20:03:52.849 [INFO - Metastore-Handler-Pool: Thread-168] (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/hive11731387575495035331/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)
20:03:52.851 [INFO - Metastore-Handler-Pool: Thread-168] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11731387575495035331/external-warehouse/legacy_table
20:03:52.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.860682  3535 catalog_manager.cc:1406] Generated new certificate authority record
20:03:52.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.862638  3535 catalog_manager.cc:1540] Loading token signing keys...
20:03:52.879 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:52.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:52.880821  3563 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:52.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.915283  3535 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 89b269b1b3124d7c8cc381863f3f8a5a: Generated new TSK 0
20:03:52.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.917222  3535 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:03:52.919 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
20:03:52.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.923117  3535 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
20:03:52.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.923413  3574 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
20:03:52.951 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:52.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:52.953068  3535 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
20:03:52.955 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:52.973 [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=	
20:03:52.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:52.973944  3504 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:52.982 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:53.072 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:53.073 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:53.107 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:53.128 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:53.142 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:53.142 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:53.155 [DEBUG - Metastore-Handler-Pool: Thread-168] (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.
20:03:53.157 [DEBUG - Metastore-Handler-Pool: Thread-168] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
20:03:53.158 [DEBUG - Metastore-Handler-Pool: Thread-168] (Connection.java:748) [peer master-127.3.33.61:34695(127.3.33.61:34695)] connecting to peer
20:03:53.160 [DEBUG - Metastore-Handler-Pool: Thread-168] (Connection.java:748) [peer master-127.3.33.62:37437(127.3.33.62:37437)] connecting to peer
20:03:53.163 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.3.33.61:34695(127.3.33.61:34695)] Successfully connected to peer
20:03:53.168 [DEBUG - Metastore-Handler-Pool: Thread-168] (Connection.java:748) [peer master-127.3.33.60:38431(127.3.33.60:38431)] connecting to peer
20:03:53.173 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.3.33.62:37437(127.3.33.62:37437)] Successfully connected to peer
20:03:53.185 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.3.33.60:38431(127.3.33.60:38431)] Successfully connected to peer
20:03:53.188 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.3.33.62
20:03:53.189 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.3.33.61
20:03:53.204 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.3.33.60
20:03:53.246 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:53.250 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x93e08bac, L:/127.0.0.1:60304 - R:/127.3.33.61:34695] using SASL/PLAIN
20:03:53.259 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:53.264 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:53.271 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xcb470dde, L:/127.0.0.1:48952 - R:/127.3.33.60:38431] using SASL/PLAIN
20:03:53.273 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xa312b09a, L:/127.0.0.1:55608 - R:/127.3.33.62:37437] using SASL/PLAIN
20:03:53.280 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
20:03:53.280 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:03:53.282 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

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

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

20:03:53.651 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:53.664 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:53.675 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:53.675 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:53.690 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:53.703 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:53.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:53.705355  3555 catalog_manager.cc:1295] Loaded cluster ID: 82baf6c18a584cd190ca3656b4b778c4
20:03:53.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:53.712740  3555 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9: loading cluster ID for follower catalog manager: success
20:03:53.722 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:53.722 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:53.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:53.733155  3555 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9: acquiring CA information for follower catalog manager: success
20:03:53.739 [INFO - Metastore-Handler-Pool: Thread-181] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:03:53.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:53.740481  3546 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:53.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:53.742697  3555 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 94b66b1ee17f4182a26d5cf5ff6f26a9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:03:53.743 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:53.766 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:53.804 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:53.804 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:53.832 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:53.860 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:53.909 [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=	
20:03:53.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:53.910804  3563 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:53.917 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:53.917 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:53.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:53.953084  3574 catalog_manager.cc:1295] Loaded cluster ID: 82baf6c18a584cd190ca3656b4b778c4
20:03:53.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:53.953380  3574 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427: loading cluster ID for follower catalog manager: success
20:03:53.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:53.981689  3574 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427: acquiring CA information for follower catalog manager: success
20:03:53.996 [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=	
20:03:53.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:53.997577  3504 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:54.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:54.006620  3574 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 7cc87b7d2658481b9376b47c47ea8427: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:03:54.086 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:03:54.096 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

20:03:54.099 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:54.153 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:54.198 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:54.198 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:54.226 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:54.241 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:54.257 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:54.257 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:54.267 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:54.278 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:54.298 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:54.298 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:54.308 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:54.324 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:54.325 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:54.473 [WARN - Metastore-Handler-Pool: Thread-168] (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.
20:03:54.678 [WARN - Metastore-Handler-Pool: Thread-168] (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.
20:03:54.752 [WARN - Metastore-Handler-Pool: Thread-168] (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.
20:03:54.754 [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=	
20:03:54.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:54.755198  3546 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:54.921 [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=	
20:03:54.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:54.922057  3563 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:55.029 [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=	
20:03:55.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:55.029939  3504 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:55.116 [WARN - Metastore-Handler-Pool: Thread-168] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive11731387575495035331/warehouse/default/table
20:03:55.117 [INFO - Metastore-Handler-Pool: Thread-168] (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)	
20:03:55.120 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:55.124 [INFO - Metastore-Handler-Pool: Thread-168] (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/hive11731387575495035331/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)
20:03:55.127 [WARN - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:2452) Location: file:/tmp/hive11731387575495035331/external-warehouse/table specified for non-external table:table
20:03:55.129 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:55.129 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:55.201 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:55.236 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:55.241 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:55.277 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:55.357 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:55.357 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:55.372 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:03:55.376 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

20:03:55.476 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:55.499 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:55.546 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:55.546 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:55.567 [INFO - Metastore-Handler-Pool: Thread-168] (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	
20:03:55.582 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
20:03:55.602 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
20:03:55.602 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
20:03:55.621 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:55.634 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:55.640 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:55.766 [INFO - Metastore-Handler-Pool: Thread-168] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:03:55.768 [INFO - Metastore-Handler-Pool: Thread-168] (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=dd9b304e-d173-48b8-a0a4-9c034fd1a5fc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.33.61:34695,127.3.33.62:37437,127.3.33.60:38431}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:55.770 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:55.772 [INFO - Metastore-Handler-Pool: Thread-168] (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/hive11731387575495035331/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=dd9b304e-d173-48b8-a0a4-9c034fd1a5fc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.33.61:34695,127.3.33.62:37437,127.3.33.60:38431}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:03:55.773 [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=	
20:03:55.773 [INFO - Metastore-Handler-Pool: Thread-168] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11731387575495035331/external-warehouse/table
20:03:55.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:55.773852  3546 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:55.797 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:55.813 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:55.827 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:03:55.844 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:55.866 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:55.866 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:55.889 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:03:55.897 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:55.898 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:03:55.932 [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=	
20:03:55.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:55.933082  3563 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:56.004 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:03:56.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:56.005643  3204 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 3219
20:03:56.007 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:03:56.007 [INFO - Metastore-Handler-Pool: Thread-168] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@14730084, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1369bb will be shutdown
20:03:56.008 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:03:56.033 [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=	
20:03:56.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:56.033675  3504 client.h:373] Failed to connect to Hive Metastore (localhost:39443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:56.043 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.3.33.62:37437(127.3.33.62:37437)] handling channelInactive
20:03:56.043 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.3.33.62:37437(127.3.33.62:37437)] cleaning up while in state READY due to: connection closed
20:03:56.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:56.043258  3204 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 3302
20:03:56.078 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.3.33.61:34695(127.3.33.61:34695)] handling channelInactive
20:03:56.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:56.078408  3204 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 3398
20:03:56.078 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.3.33.61:34695(127.3.33.61:34695)] cleaning up while in state READY due to: connection closed
20:03:56.110 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.3.33.60:38431(127.3.33.60:38431)] handling channelInactive
20:03:56.110 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.3.33.60:38431(127.3.33.60:38431)] cleaning up while in state READY due to: connection closed
20:03:57.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:57Z chronyd exiting
.20:03:58.275 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:58.276 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:58.276 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:58.293 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17488438000142775461
20:03:58.294 [INFO - Thread-137] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:03:58.294 [INFO - Thread-137] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:03:58.296 [INFO - Thread-137] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:58.296 [INFO - Thread-137] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:58.296 [INFO - Thread-137] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:03:58.296 [INFO - Thread-137] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:03:58.298 [INFO - Thread-137] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:03:58.298 [INFO - Thread-137] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:03:58.298 [INFO - Thread-137] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:03:58.299 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:03:58.299 [INFO - Thread-137] (HikariDataSource.java:80) objectstore - Starting...
20:03:58.342 [INFO - Thread-137] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:58.344 [INFO - Thread-137] (HikariDataSource.java:82) objectstore - Start completed.
20:03:58.345 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:03:58.346 [INFO - Thread-137] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:03:58.348 [INFO - Thread-137] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:58.348 [INFO - Thread-137] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:03:58.361 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:03:58.362 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:03:58.362 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:03:58.382 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:58.383 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:58.383 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:58.383 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:58.384 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:58.384 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:58.578 [INFO - Thread-137] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:03:58.578 [INFO - Thread-137] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4453f559, with PersistenceManager: null will be shutdown
20:03:58.579 [INFO - Thread-137] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4453f559, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@616531fc created in the thread with id: 191
20:03:58.580 [WARN - Thread-137] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
20:03:58.581 [INFO - Thread-137] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4453f559
20:03:58.716 [INFO - Thread-137] (HMSHandler.java:595) Started creating a default database with name: default
20:03:58.734 [INFO - Thread-137] (HMSHandler.java:605) Successfully created a default database with name: default
20:03:58.764 [INFO - Thread-137] (HMSHandler.java:668) Added admin role in metastore
20:03:58.766 [INFO - Thread-137] (HMSHandler.java:677) Added public role in metastore
20:03:58.796 [INFO - Thread-137] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:03:58.796 [INFO - Thread-137] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:03:58.797 [INFO - Thread-137] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:03:58.797 [INFO - Thread-137] (HiveMetaStore.java:697) Direct SQL optimization = true
20:03:58.798 [WARN - Thread-137] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
20:03:58.798 [INFO - Thread-137] (HiveMetaStore.java:632) Started the new metaserver on port [39119]...
20:03:58.798 [INFO - Thread-137] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:03:58.798 [INFO - Thread-137] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:03:58.798 [INFO - Thread-137] (HiveMetaStore.java:635) TCP keepalive = true
20:03:58.798 [INFO - Thread-137] (HiveMetaStore.java:636) Enable SSL = false
20:03:59.296 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:59.297 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:59.297 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:59.300 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:03:59.300 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39119]
20:03:59.300 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39119) in binary transport mode
20:03:59.301 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39119) current connections: 1
20:03:59.302 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskSJ_1Gi/test-tmp
20:03:59.303 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
20:03:59.303 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskSJ_1Gi/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
20:03:59.307 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39119"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:03:59.660 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:59.660 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:03:59.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:59.663713  3631 mini_oidc.cc:150] Starting JWKS server
20:03:59.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:59.666821  3631 webserver.cc:533] Webserver started at http://127.0.0.1:32811/ using document root <none> and password file <none>
20:03:59.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:59.667217  3631 mini_oidc.cc:186] Starting OIDC Discovery server
20:03:59.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:59.668867  3631 webserver.cc:533] Webserver started at http://127.0.0.1:38163/ using document root <none> and password file <none>
20:03:59.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:59Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:03:59.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:59Z Disabled control of system clock
20:03:59.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:59.734438  3631 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:59.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:03:59.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/wal
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/data
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/logs
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/data/info.pb
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.139.254:42183
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.139.254
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.139.212:35031
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.139.254:42183,127.3.139.253:43849,127.3.139.252:37551
20:03:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32811/jwks.json
20:03:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39119 with env {}
20:04:00.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.042232  3646 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:04:00.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.042781  3646 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:04:00.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.043231  3646 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:04:00.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.075359  3646 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:04:00.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.075667  3646 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:04:00.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.075863  3646 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:04:00.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.076081  3646 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:04:00.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.076277  3646 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:04:00.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.076426  3646 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32811/jwks.json
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:00.113070  3646 master_runner.cc:387] Master server non-default flags:
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/logs
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.139.212:35031
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/data
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/wal
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39119
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.139.254:42183,127.3.139.253:43849,127.3.139.252:37551
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:00.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.139.254:42183
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32811/jwks.json
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/data/info.pb
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.139.254
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:04:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:00.114425  3646 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:04:00.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:00.116083  3646 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:04:00.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.127189  3653 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
20:04:01.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.128612  3654 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
20:04:01.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:00.132200  3660 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
20:04:01.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:00.132721  3646 server_base.cc:1061] running on GCE node
20:04:01.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.330737  3646 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:04:01.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.334053  3646 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:04:01.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.335564  3646 hybrid_clock.cc:648] HybridClock initialized: now 1786478641335522 us; error 135 us; skew 500 ppm
20:04:01.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.336396  3646 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:04:01.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.343461  3646 webserver.cc:533] Webserver started at http://127.3.139.254:39143/ using document root <none> and password file <none>
20:04:01.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.344413  3646 fs_manager.cc:362] Metadata directory not provided
20:04:01.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.344692  3646 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:04:01.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.345160  3646 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:04:01.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.349622  3646 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/data/instance:
20:04:01.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "22f843d0dd0040baa9c49b3811da0278"
20:04:01.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:01 on dist-test-slave-10pc"
20:04:01.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.350693  3646 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/wal/instance:
20:04:01.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "22f843d0dd0040baa9c49b3811da0278"
20:04:01.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:01 on dist-test-slave-10pc"
20:04:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.358596  3646 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
20:04:01.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.364535  3669 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:04:01.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.365636  3646 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
20:04:01.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.366025  3646 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/wal
20:04:01.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "22f843d0dd0040baa9c49b3811da0278"
20:04:01.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:01 on dist-test-slave-10pc"
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.366382  3646 fs_report.cc:389] FS layout report
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/wal
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/wal
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/data/data
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:04:01.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:04:01.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.424921  3646 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:04:01.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.426569  3646 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:04:01.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.427156  3646 kserver.cc:163] Server-wide thread pool size limit: 3276
20:04:01.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.500778  3646 rpc_server.cc:307] RPC server started. Bound to: 127.3.139.254:42183
20:04:01.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.500860  3728 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.139.254:42183 every 8 connection(s)
20:04:01.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.503728  3646 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/data/info.pb
20:04:01.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.509485  3729 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:04:01.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.511526  3631 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 3646
20:04:01.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.511943  3631 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-0/wal/instance
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.515784  3631 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/wal
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/data
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/logs
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/data/info.pb
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:04:01.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.139.253:43849
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.139.253
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.139.212:35031
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.139.254:42183,127.3.139.253:43849,127.3.139.252:37551
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32811/jwks.json
20:04:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39119 with env {}
20:04:01.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.520673  3729 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.139.254" port: 42183 } has no permanent_uuid. Determining permanent_uuid...
20:04:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.554075  3729 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } has no permanent_uuid. Determining permanent_uuid...
20:04:01.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.556862  3674 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.139.253:43849: connect: Connection refused (error 111)
20:04:01.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.561167  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.253:43849: Network error: Client connection negotiation failed: client connection to 127.3.139.253:43849: connect: Connection refused (error 111)
20:04:01.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.610670  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } attempt: 1
20:04:01.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.615262  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.253:43849: Network error: Client connection negotiation failed: client connection to 127.3.139.253:43849: connect: Connection refused (error 111)
20:04:01.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.683677  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } attempt: 2
20:04:01.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.688285  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.253:43849: Network error: Client connection negotiation failed: client connection to 127.3.139.253:43849: connect: Connection refused (error 111)
20:04:01.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.779778  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } attempt: 3
20:04:01.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.784169  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.253:43849: Network error: Client connection negotiation failed: client connection to 127.3.139.253:43849: connect: Connection refused (error 111)
20:04:01.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.836977  3730 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:04:01.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.837543  3730 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:04:01.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.837984  3730 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:04:01.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.871245  3730 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:04:01.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.871553  3730 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:04:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.871829  3730 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:04:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.872049  3730 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:04:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.872253  3730 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:04:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.872401  3730 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32811/jwks.json
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.909621  3730 master_runner.cc:387] Master server non-default flags:
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/logs
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.139.212:35031
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/data
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/wal
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39119
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.139.254:42183,127.3.139.253:43849,127.3.139.252:37551
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.139.253:43849
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32811/jwks.json
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/data/info.pb
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.139.253
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:04:01.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:04:01.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:04:01.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:04:01.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:04:01.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:04:01.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.910933  3730 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:04:01.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.912525  3730 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:04:01.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.923035  3741 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
20:04:01.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:01.927636  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } attempt: 4
20:04:01.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.933569  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.253:43849: Network error: Client connection negotiation failed: client connection to 127.3.139.253:43849: connect: Connection refused (error 111)
20:04:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:02.233062  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } attempt: 5
20:04:02.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:02.244616  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.253:43849: Network error: Client connection negotiation failed: client connection to 127.3.139.253:43849: connect: Connection refused (error 111)
20:04:02.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:02.792521  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } attempt: 6
20:04:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:02.811301  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.253:43849: Network error: Client connection negotiation failed: client connection to 127.3.139.253:43849: connect: Connection refused (error 111)
20:04:03.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:01.924998  3742 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
20:04:03.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.346976  3744 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
20:04:03.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.349876  3743 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1421 milliseconds
20:04:03.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.349977  3730 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
20:04:03.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.351289  3730 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:04:03.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.353940  3730 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:04:03.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.355319  3730 hybrid_clock.cc:648] HybridClock initialized: now 1786478643355288 us; error 62 us; skew 500 ppm
20:04:03.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.356146  3730 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:04:03.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.362891  3730 webserver.cc:533] Webserver started at http://127.3.139.253:46849/ using document root <none> and password file <none>
20:04:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.363848  3730 fs_manager.cc:362] Metadata directory not provided
20:04:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.364043  3730 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:04:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.364506  3730 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:04:03.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.369115  3730 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/data/instance:
20:04:03.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "832400347cd2475e9e7faa37f562087a"
20:04:03.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:03 on dist-test-slave-10pc"
20:04:03.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.370244  3730 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/wal/instance:
20:04:03.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "832400347cd2475e9e7faa37f562087a"
20:04:03.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:03 on dist-test-slave-10pc"
20:04:03.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.377714  3730 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.003s	sys 0.005s
20:04:03.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.383435  3755 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:04:03.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.384582  3730 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.000s
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.384867  3730 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/wal
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "832400347cd2475e9e7faa37f562087a"
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:03 on dist-test-slave-10pc"
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.385221  3730 fs_report.cc:389] FS layout report
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/wal
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/wal
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/data/data
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:04:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:04:03.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.439000  3730 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:04:03.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.440495  3730 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:04:03.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.440912  3730 kserver.cc:163] Server-wide thread pool size limit: 3276
20:04:03.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.515190  3730 rpc_server.cc:307] RPC server started. Bound to: 127.3.139.253:43849
20:04:03.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.515262  3820 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.139.253:43849 every 8 connection(s)
20:04:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.517864  3730 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/data/info.pb
20:04:03.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.523682  3821 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:04:03.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.525641  3631 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 3730
20:04:03.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.525976  3631 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-1/wal/instance
20:04:03.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.528329  3631 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:03.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:03.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/wal
20:04:03.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/data
20:04:03.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/logs
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/data/info.pb
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.139.252:37551
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.139.252
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:03.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.139.212:35031
20:04:03.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:03.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:03.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:03.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:03.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.139.254:42183,127.3.139.253:43849,127.3.139.252:37551
20:04:03.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:03.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32811/jwks.json
20:04:03.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39119 with env {}
20:04:03.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.536964  3821 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.139.254" port: 42183 } has no permanent_uuid. Determining permanent_uuid...
20:04:03.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.575604  3821 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } has no permanent_uuid. Determining permanent_uuid...
20:04:03.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.593145  3821 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } has no permanent_uuid. Determining permanent_uuid...
20:04:03.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.596202  3759 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:03.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.601007  3821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:03.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.650612  3821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 1
20:04:03.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.656018  3821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.724496  3821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 2
20:04:03.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.730253  3821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:03.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.821698  3821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 3
20:04:03.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.826515  3821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:03.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.869675  3822 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:04:03.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.870301  3822 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:04:03.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.870800  3822 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:04:03.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.872188  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } attempt: 7
20:04:03.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.886299  3729 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } has no permanent_uuid. Determining permanent_uuid...
20:04:03.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.892611  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:03.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.911273  3822 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:04:03.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.911667  3822 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:04:03.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.912066  3822 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:04:03.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.912405  3822 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:04:03.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.912822  3822 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:04:03.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.913077  3822 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32811/jwks.json
20:04:03.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.951032  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 1
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.952884  3822 master_runner.cc:387] Master server non-default flags:
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/logs
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.139.212:35031
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/data
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/wal
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39119
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.139.254:42183,127.3.139.253:43849,127.3.139.252:37551
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.139.252:37551
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32811/jwks.json
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/data/info.pb
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.139.252
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:04:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:04:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:04:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:04:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:04:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:04:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:04:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:04:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.954555  3822 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:04:03.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.955734  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:03.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.956596  3822 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:04:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.967123  3837 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
20:04:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:03.969976  3821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 4
20:04:03.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.974575  3821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:04.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:04.037292  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 2
20:04:04.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:04.041836  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:04.127525  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 3
20:04:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:04.132934  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:04.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:04.273380  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 4
20:04:04.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:04.274017  3821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 5
20:04:04.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:04.279163  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:04.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:04.279830  3821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:04.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:04.562644  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 5
20:04:04.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:04.568519  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:04.827469  3821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 6
20:04:04.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:04.835570  3821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:05.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.120942  3729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } attempt: 6
20:04:05.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:05.128124  3729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.139.252:37551: Network error: Client connection negotiation failed: client connection to 127.3.139.252:37551: connect: Connection refused (error 111)
20:04:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:03.968679  3838 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
20:04:05.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:05.181903  3839 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
20:04:05.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:05.183338  3840 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
20:04:05.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.183347  3822 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
20:04:05.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.186600  3822 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:04:05.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.189229  3822 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:04:05.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.190575  3822 hybrid_clock.cc:648] HybridClock initialized: now 1786478645190543 us; error 66 us; skew 500 ppm
20:04:05.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.191591  3822 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:04:05.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.198407  3822 webserver.cc:533] Webserver started at http://127.3.139.252:39125/ using document root <none> and password file <none>
20:04:05.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.199321  3822 fs_manager.cc:362] Metadata directory not provided
20:04:05.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.199510  3822 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:04:05.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.199921  3822 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:04:05.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.204588  3822 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/data/instance:
20:04:05.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bd7237385b0b4132800ec3238e67f3aa"
20:04:05.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:05 on dist-test-slave-10pc"
20:04:05.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.205669  3822 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/wal/instance:
20:04:05.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bd7237385b0b4132800ec3238e67f3aa"
20:04:05.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:05 on dist-test-slave-10pc"
20:04:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.213040  3822 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.001s
20:04:05.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.218943  3853 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:04:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.220098  3822 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.001s
20:04:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.220391  3822 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/wal
20:04:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bd7237385b0b4132800ec3238e67f3aa"
20:04:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:05 on dist-test-slave-10pc"
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.220913  3822 fs_report.cc:389] FS layout report
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/wal
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/wal
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/data/data
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:04:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:04:05.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.293239  3822 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:04:05.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.294765  3822 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:04:05.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.295250  3822 kserver.cc:163] Server-wide thread pool size limit: 3276
20:04:05.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.370401  3822 rpc_server.cc:307] RPC server started. Bound to: 127.3.139.252:37551
20:04:05.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.370455  3907 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.139.252:37551 every 8 connection(s)
20:04:05.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.373211  3822 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/data/info.pb
20:04:05.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.378854  3908 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:04:05.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.380534  3631 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 3822
20:04:05.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.380986  3631 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster10154641244279667288/master-2/wal/instance
20:04:05.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.391535  3908 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.139.254" port: 42183 } has no permanent_uuid. Determining permanent_uuid...
20:04:05.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.409467  3908 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } has no permanent_uuid. Determining permanent_uuid...
20:04:05.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.421602  3908 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } has no permanent_uuid. Determining permanent_uuid...
20:04:05.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.439347  3908 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa: Bootstrap starting.
20:04:05.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.442775  3631 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:04:05.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.446257  3908 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa: Neither blocks nor log segments found. Creating new log.
20:04:05.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.447876  3908 log.cc:826] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa: Log is configured to *not* fsync() on all Append() calls
20:04:05.451 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:04:05.451 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:04:05.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.452432  3908 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa: No bootstrap required, opened a new log
20:04:05.452 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.139.254"
      port: 42183
    }
    bound_http_address {
      host: "127.3.139.254"
      port: 39143
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.139.253"
      port: 43849
    }
    bound_http_address {
      host: "127.3.139.253"
      port: 46849
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.139.252"
      port: 37551
    }
    bound_http_address {
      host: "127.3.139.252"
      port: 39125
    }
  }
}

20:04:05.453 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

20:04:05.453 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:04:05.454 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:04:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.454887  3631 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 3646
20:04:05.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.485483  3908 raft_consensus.cc:359] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22f843d0dd0040baa9c49b3811da0278" member_type: VOTER last_known_addr { host: "127.3.139.254" port: 42183 } } peers { permanent_uuid: "832400347cd2475e9e7faa37f562087a" member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } } peers { permanent_uuid: "bd7237385b0b4132800ec3238e67f3aa" member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } }
20:04:05.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.486498  3908 raft_consensus.cc:385] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:04:05.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.486845  3908 raft_consensus.cc:740] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bd7237385b0b4132800ec3238e67f3aa, State: Initialized, Role: FOLLOWER
20:04:05.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.487893  3908 consensus_queue.cc:260] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa [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: "22f843d0dd0040baa9c49b3811da0278" member_type: VOTER last_known_addr { host: "127.3.139.254" port: 42183 } } peers { permanent_uuid: "832400347cd2475e9e7faa37f562087a" member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } } peers { permanent_uuid: "bd7237385b0b4132800ec3238e67f3aa" member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } }
20:04:05.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.489004  3631 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 3730
20:04:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.492825  3918 sys_catalog.cc:455] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa [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: "22f843d0dd0040baa9c49b3811da0278" member_type: VOTER last_known_addr { host: "127.3.139.254" port: 42183 } } peers { permanent_uuid: "832400347cd2475e9e7faa37f562087a" member_type: VOTER last_known_addr { host: "127.3.139.253" port: 43849 } } peers { permanent_uuid: "bd7237385b0b4132800ec3238e67f3aa" member_type: VOTER last_known_addr { host: "127.3.139.252" port: 37551 } } }
20:04:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.493737  3918 sys_catalog.cc:458] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa [sys.catalog]: This master's current role is: FOLLOWER
20:04:05.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.494832  3908 sys_catalog.cc:565] T 00000000000000000000000000000000 P bd7237385b0b4132800ec3238e67f3aa [sys.catalog]: configured and running, proceeding with master startup.
20:04:05.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:05.514312  3631 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 3822
20:04:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:04:06Z chronyd exiting
.20:04:07.740 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:04:07.741 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:04:07.741 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:04:07.766 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive11669295688479239318
20:04:07.767 [INFO - Thread-153] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:04:07.768 [INFO - Thread-153] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:04:07.770 [INFO - Thread-153] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:04:07.770 [INFO - Thread-153] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:04:07.771 [INFO - Thread-153] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:04:07.771 [INFO - Thread-153] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:04:07.773 [INFO - Thread-153] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:04:07.773 [INFO - Thread-153] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:04:07.774 [INFO - Thread-153] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:04:07.774 [INFO - Thread-153] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:04:07.776 [INFO - Thread-153] (HikariDataSource.java:80) objectstore - Starting...
20:04:07.834 [INFO - Thread-153] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:04:07.835 [INFO - Thread-153] (HikariDataSource.java:82) objectstore - Start completed.
20:04:07.835 [INFO - Thread-153] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:04:07.837 [INFO - Thread-153] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:04:07.839 [INFO - Thread-153] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:04:07.839 [INFO - Thread-153] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:04:07.851 [INFO - Thread-153] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:04:07.851 [INFO - Thread-153] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:04:07.851 [INFO - Thread-153] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:04:07.870 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:04:07.871 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:04:07.871 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:04:07.872 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:04:07.872 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:04:07.872 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:04:08.051 [INFO - Thread-153] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:04:08.051 [INFO - Thread-153] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68807765, with PersistenceManager: null will be shutdown
20:04:08.051 [INFO - Thread-153] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68807765, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d85c93 created in the thread with id: 214
20:04:08.053 [WARN - Thread-153] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
20:04:08.054 [INFO - Thread-153] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68807765
20:04:08.131 [INFO - Thread-153] (HMSHandler.java:595) Started creating a default database with name: default
20:04:08.144 [INFO - Thread-153] (HMSHandler.java:605) Successfully created a default database with name: default
20:04:08.164 [INFO - Thread-153] (HMSHandler.java:668) Added admin role in metastore
20:04:08.166 [INFO - Thread-153] (HMSHandler.java:677) Added public role in metastore
20:04:08.192 [INFO - Thread-153] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:04:08.192 [INFO - Thread-153] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:04:08.193 [INFO - Thread-153] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:04:08.193 [INFO - Thread-153] (HiveMetaStore.java:697) Direct SQL optimization = true
20:04:08.193 [WARN - Thread-153] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
20:04:08.194 [INFO - Thread-153] (HiveMetaStore.java:632) Started the new metaserver on port [41863]...
20:04:08.194 [INFO - Thread-153] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:04:08.194 [INFO - Thread-153] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:04:08.194 [INFO - Thread-153] (HiveMetaStore.java:635) TCP keepalive = true
20:04:08.194 [INFO - Thread-153] (HiveMetaStore.java:636) Enable SSL = false
20:04:08.769 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:04:08.770 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:04:08.770 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:04:08.772 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:04:08.773 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41863]
20:04:08.773 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41863) in binary transport mode
20:04:08.774 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41863) current connections: 1
20:04:08.775 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskSJ_1Gi/test-tmp
20:04:08.776 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
20:04:08.776 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskSJ_1Gi/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
20:04:08.779 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:04:09.112 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:04:09.112 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:04:09.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:09.115762  3963 mini_oidc.cc:150] Starting JWKS server
20:04:09.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:09.118963  3963 webserver.cc:533] Webserver started at http://127.0.0.1:40363/ using document root <none> and password file <none>
20:04:09.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:09.119352  3963 mini_oidc.cc:186] Starting OIDC Discovery server
20:04:09.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:09.121033  3963 webserver.cc:533] Webserver started at http://127.0.0.1:40189/ using document root <none> and password file <none>
20:04:09.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:04:09Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:04:09.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:04:09Z Disabled control of system clock
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:09.185874  3963 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/wal
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/data
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/logs
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/data/info.pb
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.222.254:43103
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.222.254
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.222.212:37937
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:09.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:09.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:09.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.222.254:43103,127.3.222.253:39215,127.3.222.252:41247
20:04:09.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:09.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40363/jwks.json with env {}
20:04:09.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.519631  3977 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:04:09.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.520402  3977 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:04:09.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.521098  3977 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:04:09.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.553900  3977 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:04:09.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.554292  3977 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:04:09.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.554677  3977 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:04:09.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.555035  3977 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:04:09.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.555408  3977 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:04:09.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.555661  3977 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40363/jwks.json
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:09.593613  3977 master_runner.cc:387] Master server non-default flags:
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/logs
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.222.212:37937
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/data
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/wal
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.222.254:43103,127.3.222.253:39215,127.3.222.252:41247
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.222.254:43103
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40363/jwks.json
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/data/info.pb
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.222.254
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:04:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:04:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:09.595424  3977 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:04:09.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:09.597488  3977 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:04:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.609223  3984 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
20:04:10.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:09.610026  3985 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
20:04:10.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:10.926407  3987 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1314 milliseconds
20:04:10.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:10.927968  3988 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
20:04:10.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:10.930634  3977 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.322s	user 0.475s	sys 0.839s
20:04:10.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:10.931133  3977 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.322s	user 0.477s	sys 0.840s
20:04:10.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.931491  3977 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
20:04:10.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.933286  3977 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:04:10.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.936820  3977 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:04:10.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.938481  3977 hybrid_clock.cc:648] HybridClock initialized: now 1786478650938458 us; error 75 us; skew 500 ppm
20:04:10.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.939749  3977 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:04:10.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.949163  3977 webserver.cc:533] Webserver started at http://127.3.222.254:34237/ using document root <none> and password file <none>
20:04:10.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.950680  3977 fs_manager.cc:362] Metadata directory not provided
20:04:10.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.951001  3977 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:04:10.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.951648  3977 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:04:10.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.958781  3977 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/data/instance:
20:04:10.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1aba8a2f3d7643049a7d597a9c083cc9"
20:04:10.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:10 on dist-test-slave-10pc"
20:04:10.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.960415  3977 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/wal/instance:
20:04:10.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1aba8a2f3d7643049a7d597a9c083cc9"
20:04:10.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:10 on dist-test-slave-10pc"
20:04:10.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.970191  3977 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.006s	sys 0.002s
20:04:10.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.976794  3996 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:04:10.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.978132  3977 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.001s	sys 0.002s
20:04:10.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.978500  3977 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/wal
20:04:10.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1aba8a2f3d7643049a7d597a9c083cc9"
20:04:10.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:10 on dist-test-slave-10pc"
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:10.978869  3977 fs_report.cc:389] FS layout report
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/wal
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/wal
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/data/data
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:04:10.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:04:10.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:04:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.051270  3977 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:04:11.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.052932  3977 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:04:11.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.053472  3977 kserver.cc:163] Server-wide thread pool size limit: 3276
20:04:11.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.125705  3977 rpc_server.cc:307] RPC server started. Bound to: 127.3.222.254:43103
20:04:11.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.125806  4050 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.222.254:43103 every 8 connection(s)
20:04:11.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.128670  3977 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/data/info.pb
20:04:11.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.134954  4051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:04:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.138058  3963 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 3977
20:04:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.138435  3963 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-0/wal/instance
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.141916  3963 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/wal
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/data
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/logs
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/data/info.pb
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:04:11.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.222.253:39215
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.222.253
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.222.212:37937
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.222.254:43103,127.3.222.253:39215,127.3.222.252:41247
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:11.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40363/jwks.json with env {}
20:04:11.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.146333  4051 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } has no permanent_uuid. Determining permanent_uuid...
20:04:11.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.174798  4051 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } has no permanent_uuid. Determining permanent_uuid...
20:04:11.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.177703  4000 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.222.253:39215: connect: Connection refused (error 111)
20:04:11.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.182222  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.253:39215: Network error: Client connection negotiation failed: client connection to 127.3.222.253:39215: connect: Connection refused (error 111)
20:04:11.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.231850  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } attempt: 1
20:04:11.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.236420  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.253:39215: Network error: Client connection negotiation failed: client connection to 127.3.222.253:39215: connect: Connection refused (error 111)
20:04:11.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.304984  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } attempt: 2
20:04:11.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.310006  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.253:39215: Network error: Client connection negotiation failed: client connection to 127.3.222.253:39215: connect: Connection refused (error 111)
20:04:11.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.401536  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } attempt: 3
20:04:11.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.406301  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.253:39215: Network error: Client connection negotiation failed: client connection to 127.3.222.253:39215: connect: Connection refused (error 111)
20:04:11.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.462219  4053 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:04:11.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.462774  4053 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:04:11.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.463306  4053 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:04:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.496590  4053 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:04:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.496881  4053 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:04:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.497079  4053 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:04:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.497292  4053 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:04:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.497486  4053 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:04:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.497634  4053 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40363/jwks.json
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.535085  4053 master_runner.cc:387] Master server non-default flags:
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/logs
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.222.212:37937
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/data
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/wal
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.222.254:43103,127.3.222.253:39215,127.3.222.252:41247
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.222.253:39215
20:04:11.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40363/jwks.json
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/data/info.pb
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.222.253
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:04:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.536469  4053 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:04:11.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.538048  4053 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:04:11.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.549757  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } attempt: 4
20:04:11.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.551128  4064 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
20:04:11.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.556697  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.253:39215: Network error: Client connection negotiation failed: client connection to 127.3.222.253:39215: connect: Connection refused (error 111)
20:04:11.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:11.856184  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } attempt: 5
20:04:11.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.863533  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.253:39215: Network error: Client connection negotiation failed: client connection to 127.3.222.253:39215: connect: Connection refused (error 111)
20:04:12.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.411186  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } attempt: 6
20:04:12.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:12.423451  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.253:39215: Network error: Client connection negotiation failed: client connection to 127.3.222.253:39215: connect: Connection refused (error 111)
20:04:12.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:11.553076  4063 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
20:04:12.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:12.794252  4066 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
20:04:12.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:12.796963  4053 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.247s	user 0.000s	sys 0.008s
20:04:12.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:12.797299  4053 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.247s	user 0.000s	sys 0.008s
20:04:12.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.797641  4053 server_base.cc:1061] running on GCE node
20:04:12.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.799018  4053 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:04:12.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.802052  4053 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:04:12.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.803540  4053 hybrid_clock.cc:648] HybridClock initialized: now 1786478652803434 us; error 65 us; skew 500 ppm
20:04:12.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.804653  4053 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:04:12.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.814337  4053 webserver.cc:533] Webserver started at http://127.3.222.253:36149/ using document root <none> and password file <none>
20:04:12.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.815462  4053 fs_manager.cc:362] Metadata directory not provided
20:04:12.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.815723  4053 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:04:12.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.816161  4053 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:04:12.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.821154  4053 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/data/instance:
20:04:12.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "47a02f1536584901b258b47cfb793745"
20:04:12.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:12 on dist-test-slave-10pc"
20:04:12.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.822366  4053 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/wal/instance:
20:04:12.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "47a02f1536584901b258b47cfb793745"
20:04:12.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:12 on dist-test-slave-10pc"
20:04:12.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.832927  4053 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.002s	sys 0.009s
20:04:12.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.840119  4080 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:04:12.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.841511  4053 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.000s
20:04:12.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.841924  4053 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/wal
20:04:12.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "47a02f1536584901b258b47cfb793745"
20:04:12.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:12 on dist-test-slave-10pc"
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.842319  4053 fs_report.cc:389] FS layout report
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/wal
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/wal
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/data/data
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:04:12.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:04:12.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.941452  4053 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:04:12.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.943192  4053 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:04:12.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:12.943776  4053 kserver.cc:163] Server-wide thread pool size limit: 3276
20:04:13.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.021752  4053 rpc_server.cc:307] RPC server started. Bound to: 127.3.222.253:39215
20:04:13.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.021827  4141 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.222.253:39215 every 8 connection(s)
20:04:13.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.024874  4053 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/data/info.pb
20:04:13.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.031035  4142 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:04:13.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.033164  3963 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 4053
20:04:13.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.033650  3963 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-1/wal/instance
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.036023  3963 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/wal
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/data
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/logs
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/data/info.pb
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:04:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.222.252:41247
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.222.252
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.222.212:37937
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.222.254:43103,127.3.222.253:39215,127.3.222.252:41247
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40363/jwks.json with env {}
20:04:13.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.043221  4142 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } has no permanent_uuid. Determining permanent_uuid...
20:04:13.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.067129  4142 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } has no permanent_uuid. Determining permanent_uuid...
20:04:13.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.083163  4142 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } has no permanent_uuid. Determining permanent_uuid...
20:04:13.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.086079  4082 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.090627  4142 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.140208  4142 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 1
20:04:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.145697  4142 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.214143  4142 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 2
20:04:13.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.219099  4142 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.310627  4142 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 3
20:04:13.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.315443  4142 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.364785  4144 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:04:13.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.365535  4144 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:04:13.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.366148  4144 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:04:13.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.398460  4144 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:04:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.398833  4144 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:04:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.399235  4144 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:04:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.399575  4144 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:04:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.399899  4144 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:04:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.400161  4144 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40363/jwks.json
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.436797  4144 master_runner.cc:387] Master server non-default flags:
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/logs
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.222.212:37937
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/data
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/wal
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.222.254:43103,127.3.222.253:39215,127.3.222.252:41247
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.222.252:41247
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40363/jwks.json
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:04:13.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/data/info.pb
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.222.252
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:48 UTC on e7f111948823
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13295
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
20:04:13.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.438589  4144 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:04:13.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.440377  4144 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:04:13.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.450908  4155 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
20:04:13.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.458870  4142 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 4
20:04:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.465225  4142 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.484128  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } attempt: 7
20:04:13.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.503968  4051 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } has no permanent_uuid. Determining permanent_uuid...
20:04:13.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.513440  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.572144  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 1
20:04:13.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.579370  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.660975  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 2
20:04:13.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.668006  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.753466  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 3
20:04:13.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.761047  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.764782  4142 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 5
20:04:13.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.772128  4142 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:13.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:13.901785  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 4
20:04:13.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.909746  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:14.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.193429  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 5
20:04:14.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:14.201150  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.319814  4142 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 6
20:04:14.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:14.331948  4142 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:14.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.753729  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 6
20:04:14.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:14.764097  4051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.222.252:41247: Network error: Client connection negotiation failed: client connection to 127.3.222.252:41247: connect: Connection refused (error 111)
20:04:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:13.452878  4156 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
20:04:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:14.799304  4158 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
20:04:14.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:14.802457  4157 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1344 milliseconds
20:04:14.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.802671  4144 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
20:04:14.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.804247  4144 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:04:14.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.807129  4144 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:04:14.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.808600  4144 hybrid_clock.cc:648] HybridClock initialized: now 1786478654808562 us; error 35 us; skew 500 ppm
20:04:14.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.809561  4144 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
20:04:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.816583  4144 webserver.cc:533] Webserver started at http://127.3.222.252:39841/ using document root <none> and password file <none>
20:04:14.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.817698  4144 fs_manager.cc:362] Metadata directory not provided
20:04:14.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.817982  4144 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:04:14.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.818578  4144 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:04:14.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.823513  4144 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/data/instance:
20:04:14.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93"
20:04:14.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:14 on dist-test-slave-10pc"
20:04:14.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.824898  4144 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/wal/instance:
20:04:14.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93"
20:04:14.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:14 on dist-test-slave-10pc"
20:04:14.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.833303  4144 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.000s
20:04:14.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.839206  4173 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:04:14.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.840267  4144 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.000s
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.840665  4144 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/data,/tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/wal
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93"
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:04:14 on dist-test-slave-10pc"
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.841022  4144 fs_report.cc:389] FS layout report
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/wal
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/wal
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/data/data
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:04:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:04:14.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:04:14.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:04:14.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:04:14.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:04:14.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.901448  4144 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:04:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.903096  4144 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
20:04:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.903628  4144 kserver.cc:163] Server-wide thread pool size limit: 3276
20:04:14.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.976344  4144 rpc_server.cc:307] RPC server started. Bound to: 127.3.222.252:41247
20:04:14.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.976361  4228 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.222.252:41247 every 8 connection(s)
20:04:14.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.979440  4144 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/data/info.pb
20:04:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.985581  4229 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:04:14.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.988384  3963 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu as pid 4144
20:04:14.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.988811  3963 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskSJ_1Gi/test-tmp/mini-kudu-cluster4150637997205204227/master-2/wal/instance
20:04:15.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:14.999017  4229 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } has no permanent_uuid. Determining permanent_uuid...
20:04:15.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.024981  4229 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } has no permanent_uuid. Determining permanent_uuid...
20:04:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.039723  4229 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } has no permanent_uuid. Determining permanent_uuid...
20:04:15.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.056663  3963 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:04:15.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.057870  4229 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93: Bootstrap starting.
20:04:15.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.066157  4229 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93: Neither blocks nor log segments found. Creating new log.
20:04:15.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.068478  4229 log.cc:826] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93: Log is configured to *not* fsync() on all Append() calls
20:04:15.068 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:04:15.068 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:04:15.070 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.222.254"
      port: 43103
    }
    bound_http_address {
      host: "127.3.222.254"
      port: 34237
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.222.253"
      port: 39215
    }
    bound_http_address {
      host: "127.3.222.253"
      port: 36149
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.222.252"
      port: 41247
    }
    bound_http_address {
      host: "127.3.222.252"
      port: 39841
    }
  }
}

20:04:15.073 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

20:04:15.073 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:04:15.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.073729  4229 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93: No bootstrap required, opened a new log
20:04:15.074 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=3215820f-b4ab-49a2-a653-a2f83b56007a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.222.254:43103,127.3.222.252:41247,127.3.222.253:39215}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:04:15.075 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:04:15.075 [INFO - Metastore-Handler-Pool: Thread-235] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:04:15.076 [INFO - Metastore-Handler-Pool: Thread-235] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@532f215d, with PersistenceManager: null will be shutdown
20:04:15.076 [INFO - Metastore-Handler-Pool: Thread-235] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@532f215d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@61fcec02 created in the thread with id: 235
20:04:15.080 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@532f215d
20:04:15.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.094041  4229 raft_consensus.cc:359] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } }
20:04:15.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.094949  4229 raft_consensus.cc:385] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:04:15.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.095268  4229 raft_consensus.cc:740] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 89b1673b6af44aa5b9ef9bf2b1cb2e93, State: Initialized, Role: FOLLOWER
20:04:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.096271  4229 consensus_queue.cc:260] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [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: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } }
20:04:15.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.099548  4240 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [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: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:15.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.100554  4240 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [sys.catalog]: This master's current role is: FOLLOWER
20:04:15.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.101444  4229 sys_catalog.cc:565] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [sys.catalog]: configured and running, proceeding with master startup.
20:04:15.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:15.151816  4254 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:04:15.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:15.155308  4254 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:04:15.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:15.158874  4180 tablet.cc:2406] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:04:15.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.136904  4144 master_runner.cc:187] Error getting master registration for 127.3.222.254:43103: OK, instance_id { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" instance_seqno: 1786478651106500 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:04:15.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.171880  4144 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:04:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.185039  4240 raft_consensus.cc:493] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:04:15.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.185658  4240 raft_consensus.cc:515] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } }
20:04:15.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.192180  4240 leader_election.cc:290] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1aba8a2f3d7643049a7d597a9c083cc9 (127.3.222.254:43103), 47a02f1536584901b258b47cfb793745 (127.3.222.253:39215)
20:04:15.367 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:04:15.376 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:04:15.376 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:04:15.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.392513  4142 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 7
20:04:15.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.427593  4142 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745: Bootstrap starting.
20:04:15.442 [INFO - Metastore-Handler-Pool: Thread-235] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:04:15.447 [INFO - Metastore-Handler-Pool: Thread-235] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive11669295688479239318/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=3215820f-b4ab-49a2-a653-a2f83b56007a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.222.254:43103,127.3.222.252:41247,127.3.222.253:39215}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:04:15.448 [INFO - Metastore-Handler-Pool: Thread-235] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11669295688479239318/external-warehouse/table
20:04:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.452386  4142 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745: Neither blocks nor log segments found. Creating new log.
20:04:15.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.471779  4142 log.cc:826] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745: Log is configured to *not* fsync() on all Append() calls
20:04:15.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.479684  4142 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745: No bootstrap required, opened a new log
20:04:15.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.507825  4142 raft_consensus.cc:359] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } }
20:04:15.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.509065  4142 raft_consensus.cc:385] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:04:15.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.509557  4142 raft_consensus.cc:740] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47a02f1536584901b258b47cfb793745, State: Initialized, Role: FOLLOWER
20:04:15.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.510942  4142 consensus_queue.cc:260] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [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: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } }
20:04:15.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.523232  4142 sys_catalog.cc:565] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [sys.catalog]: configured and running, proceeding with master startup.
20:04:15.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.523411  4109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47a02f1536584901b258b47cfb793745" is_pre_election: true
20:04:15.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.524349  4109 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 89b1673b6af44aa5b9ef9bf2b1cb2e93 in term 0.
20:04:15.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.526314  4175 leader_election.cc:304] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [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: 47a02f1536584901b258b47cfb793745, 89b1673b6af44aa5b9ef9bf2b1cb2e93; no voters: 
20:04:15.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.520004  4263 sys_catalog.cc:455] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [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: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:15.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.527413  4240 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 0 FOLLOWER]: Leader pre-election won for term 1
20:04:15.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.527789  4263 sys_catalog.cc:458] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [sys.catalog]: This master's current role is: FOLLOWER
20:04:15.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.527787  4240 raft_consensus.cc:493] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:04:15.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.528112  4240 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 0 FOLLOWER]: Advancing to term 1
20:04:15.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.547005  4240 raft_consensus.cc:515] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } }
20:04:15.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.563617  4109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47a02f1536584901b258b47cfb793745"
20:04:15.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.564275  4109 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [term 0 FOLLOWER]: Advancing to term 1
20:04:15.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.575044  4240 leader_election.cc:290] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [CANDIDATE]: Term 1 election: Requested vote from peers 1aba8a2f3d7643049a7d597a9c083cc9 (127.3.222.254:43103), 47a02f1536584901b258b47cfb793745 (127.3.222.253:39215)
20:04:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.575299  4109 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 89b1673b6af44aa5b9ef9bf2b1cb2e93 in term 1.
20:04:15.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.581430  4175 leader_election.cc:304] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [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: 47a02f1536584901b258b47cfb793745, 89b1673b6af44aa5b9ef9bf2b1cb2e93; no voters: 
20:04:15.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.582674  4240 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 1 FOLLOWER]: Leader election won for term 1
20:04:15.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.594079  4240 raft_consensus.cc:697] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [term 1 LEADER]: Becoming Leader. State: Replica: 89b1673b6af44aa5b9ef9bf2b1cb2e93, State: Running, Role: LEADER
20:04:15.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.595353  4240 consensus_queue.cc:237] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [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: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } }
20:04:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.619445  4268 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 89b1673b6af44aa5b9ef9bf2b1cb2e93. Latest consensus state: current_term: 1 leader_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.620537  4268 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [sys.catalog]: This master's current role is: LEADER
20:04:15.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.627183  4274 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:04:15.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.635020  4274 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:04:15.666 [DEBUG - Metastore-Handler-Pool: Thread-235] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
20:04:15.668 [DEBUG - Metastore-Handler-Pool: Thread-235] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
20:04:15.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.677465  4279 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
20:04:15.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.677703  4109 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [term 1 FOLLOWER]: Refusing update from remote peer 89b1673b6af44aa5b9ef9bf2b1cb2e93: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:04:15.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.680323  4268 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:04:15.686 [DEBUG - Metastore-Handler-Pool: Thread-235] (Connection.java:748) [peer master-127.3.222.254:43103(127.3.222.254:43103)] connecting to peer
20:04:15.696 [DEBUG - Metastore-Handler-Pool: Thread-235] (Connection.java:748) [peer master-127.3.222.252:41247(127.3.222.252:41247)] connecting to peer
20:04:15.698 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.3.222.254:43103(127.3.222.254:43103)] Successfully connected to peer
20:04:15.701 [DEBUG - Metastore-Handler-Pool: Thread-235] (Connection.java:748) [peer master-127.3.222.253:39215(127.3.222.253:39215)] connecting to peer
20:04:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:04:15.702283  4086 tablet.cc:2406] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:04:15.705 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.3.222.252:41247(127.3.222.252:41247)] Successfully connected to peer
20:04:15.717 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.3.222.252
20:04:15.718 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.3.222.253:39215(127.3.222.253:39215)] Successfully connected to peer
20:04:15.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.737085  4263 sys_catalog.cc:455] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 89b1673b6af44aa5b9ef9bf2b1cb2e93. Latest consensus state: current_term: 1 leader_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:15.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.738085  4263 sys_catalog.cc:458] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [sys.catalog]: This master's current role is: FOLLOWER
20:04:15.742 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.3.222.254
20:04:15.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.749105  4283 mvcc.cc:204] Tried to move back new op lower bound from 7317416573554565120 to 7317416573334433792. Current Snapshot: MvccSnapshot[applied={T|T < 7317416573554565120}]
20:04:15.759 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.3.222.253
20:04:15.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.767488  4263 sys_catalog.cc:455] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:15.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.768285  4263 sys_catalog.cc:458] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745 [sys.catalog]: This master's current role is: FOLLOWER
20:04:15.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.772010  4240 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:15.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.772760  4240 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [sys.catalog]: This master's current role is: LEADER
20:04:15.779 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:04:15.784 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xd20b60e2, L:/127.0.0.1:53316 - R:/127.3.222.252:41247] using SASL/PLAIN
20:04:15.787 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:04:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.688855  4053 master_runner.cc:187] Error getting master registration for 127.3.222.254:43103: OK, instance_id { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" instance_seqno: 1786478651106500 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:04:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.791219  4053 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:04:15.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.797595  4051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } attempt: 7
20:04:15.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.811275  4274 catalog_manager.cc:1383] Generated new cluster ID: d257e0fc4403471e98e05cc6aa261074
20:04:15.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.811589  4274 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:04:15.824 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x37767de5, L:/127.0.0.1:59062 - R:/127.3.222.254:43103] using SASL/PLAIN
20:04:15.838 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.3.222.254:43103: Catalog manager is not initialized. State: Starting
20:04:15.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.840178  4051 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9: Bootstrap starting.
20:04:15.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.861568  4051 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9: Neither blocks nor log segments found. Creating new log.
20:04:15.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.863894  4051 log.cc:826] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9: Log is configured to *not* fsync() on all Append() calls
20:04:15.927 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:04:15.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:15.931929  4051 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9: No bootstrap required, opened a new log
20:04:15.992 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x37b90f99, L:/127.0.0.1:44108 - R:/127.3.222.253:39215] using SASL/PLAIN
20:04:16.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.015184  4274 catalog_manager.cc:1406] Generated new certificate authority record
20:04:16.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.017436  4274 catalog_manager.cc:1540] Loading token signing keys...
20:04:16.025 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.3.222.254:43103,127.3.222.252:41247,127.3.222.253:39215; will retry
20:04:16.053 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.3.222.254:43103: Catalog manager is not initialized. State: Starting
20:04:16.054 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.3.222.254:43103,127.3.222.252:41247,127.3.222.253:39215; will retry
20:04:16.072 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.3.222.254:43103: Catalog manager is not initialized. State: Starting
20:04:16.072 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.3.222.254:43103,127.3.222.252:41247,127.3.222.253:39215; will retry
20:04:16.097 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.3.222.254:43103: Catalog manager is not initialized. State: Starting
20:04:16.098 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.3.222.254:43103,127.3.222.252:41247,127.3.222.253:39215; will retry
20:04:16.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.091584  4051 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } }
20:04:16.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.102201  4051 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:04:16.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.106133  4051 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1aba8a2f3d7643049a7d597a9c083cc9, State: Initialized, Role: FOLLOWER
20:04:16.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.110543  4274 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93: Generated new TSK 0
20:04:16.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.111730  4274 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:04:16.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.116564  4051 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [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: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } }
20:04:16.141 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
20:04:16.142 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.3.222.254:43103: Catalog manager is not initialized. State: Starting
20:04:16.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.149359  4295 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [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: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:16.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.150255  4295 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [sys.catalog]: This master's current role is: FOLLOWER
20:04:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.192690  4051 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [sys.catalog]: configured and running, proceeding with master startup.
20:04:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.196918  4025 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" is_pre_election: true
20:04:16.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.200882  4025 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:59038 (request call id 2) took 1011 ms. Trace:
20:04:16.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.201632  4025 rpcz_store.cc:276] 0811 20:04:15.189171 (+     0us) service_pool.cc:167] Inserting onto call queue
20:04:16.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:04:15.189347 (+   176us) service_pool.cc:224] Handling call
20:04:16.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 20:04:16.200810 (+1011463us) inbound_call.cc:177] Queueing success response
20:04:16.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
20:04:16.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.199074  4023 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [term 0 FOLLOWER]: Advancing to term 1
20:04:16.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.197961  4024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1aba8a2f3d7643049a7d597a9c083cc9"
20:04:16.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.211934  4023 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [term 1 FOLLOWER]: Refusing update from remote peer 89b1673b6af44aa5b9ef9bf2b1cb2e93: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:04:16.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.225541  4268 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:04:16.326 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:04:16.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.345750  4295 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 89b1673b6af44aa5b9ef9bf2b1cb2e93. Latest consensus state: current_term: 1 leader_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:16.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.346460  4295 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [sys.catalog]: This master's current role is: FOLLOWER
20:04:16.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.349261  4306 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:16.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.349946  4306 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9 [sys.catalog]: This master's current role is: FOLLOWER
20:04:16.396 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:3711) Skipping translation for processor with null
20:04:16.397 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
20:04:16.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.399534  4312 catalog_manager.cc:1295] Loaded cluster ID: d257e0fc4403471e98e05cc6aa261074
20:04:16.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.399827  4312 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9: loading cluster ID for follower catalog manager: success
20:04:16.408 [INFO - Metastore-Handler-Pool: Thread-235] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:04:16.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.427657  4312 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9: acquiring CA information for follower catalog manager: success
20:04:16.452 [INFO - Metastore-Handler-Pool: Thread-235] (MetaStoreServerUtils.java:473) Updating table stats for table
20:04:16.452 [INFO - Metastore-Handler-Pool: Thread-235] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:04:16.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.451193  4312 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1aba8a2f3d7643049a7d597a9c083cc9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:04:16.539 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
20:04:16.559 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:3711) Skipping translation for processor with null
20:04:16.561 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
20:04:16.667 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:04:16.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.699501  4279 catalog_manager.cc:1295] Loaded cluster ID: d257e0fc4403471e98e05cc6aa261074
20:04:16.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.699846  4279 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745: loading cluster ID for follower catalog manager: success
20:04:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.723968  4279 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745: acquiring CA information for follower catalog manager: success
20:04:16.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.749699  4279 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 47a02f1536584901b258b47cfb793745: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:04:16.841 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:04:16.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.880928  4315 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aba8a2f3d7643049a7d597a9c083cc9" member_type: VOTER last_known_addr { host: "127.3.222.254" port: 43103 } } peers { permanent_uuid: "47a02f1536584901b258b47cfb793745" member_type: VOTER last_known_addr { host: "127.3.222.253" port: 39215 } } peers { permanent_uuid: "89b1673b6af44aa5b9ef9bf2b1cb2e93" member_type: VOTER last_known_addr { host: "127.3.222.252" port: 41247 } } }
20:04:16.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:16.881688  4315 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89b1673b6af44aa5b9ef9bf2b1cb2e93 [sys.catalog]: This master's current role is: LEADER
20:04:16.924 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
20:04:17.158 [INFO - Metastore-Handler-Pool: Thread-235] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:04:17.159 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:04:17.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:17.159960  3963 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 3977
20:04:17.162 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:04:17.162 [INFO - Metastore-Handler-Pool: Thread-235] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@532f215d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@61fcec02 will be shutdown
20:04:17.162 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:04:17.221 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.3.222.254:43103(127.3.222.254:43103)] handling channelInactive
20:04:17.221 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.3.222.254:43103(127.3.222.254:43103)] cleaning up while in state READY due to: connection closed
20:04:17.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:17.232316  3963 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 4053
20:04:17.263 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.3.222.253:39215(127.3.222.253:39215)] handling channelInactive
20:04:17.263 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.3.222.253:39215(127.3.222.253:39215)] cleaning up while in state READY due to: connection closed
20:04:17.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:04:17.264616  3963 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskSJ_1Gi/build/tsan/bin/kudu with pid 4144
20:04:17.302 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.3.222.252:41247(127.3.222.252:41247)] handling channelInactive
20:04:17.302 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.3.222.252:41247(127.3.222.252:41247)] cleaning up while in state READY due to: connection closed
20:04:18.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:04:18Z chronyd exiting

Time: 81.469

OK (6 tests)

